Merge pull request #56 from gpc/matrei/add-servlet-api #10
Annotations
2 errors and 1 warning
release_notes
Not Found
{
name: 'HttpError',
id: '11374859347',
status: 404,
response: {
url: 'https://api.github.com/repos/gpc/grails-mail/releases',
status: 404,
headers: {
'access-control-allow-origin': '*',
'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
connection: 'close',
'content-encoding': 'gzip',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Wed, 16 Oct 2024 22:29:24 GMT',
'github-authentication-token-expiration': '2024-12-29 23:00:00 UTC',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'github.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
'transfer-encoding': 'chunked',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-accepted-oauth-scopes': 'repo',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-api-version-selected': '2022-11-28',
'x-github-media-type': 'github.v3; format=json',
'x-github-request-id': '0402:161084:3EA7BBB:3F25B3C:67103E44',
'x-oauth-scopes': 'repo',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4997',
'x-ratelimit-reset': '1729121350',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '3',
'x-xss-protection': '0'
},
data: {
message: 'Not Found',
documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release',
status: '404'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/gpc/grails-mail/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.13.1 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: `{"target_commitish":"5.0.x","name":"0.1.0","tag_name":"v0.1.0","body":"## What's Changed\\n\\n- fix(deps): set compileOnly dependencies @matrei (#56)\\n- Add ability to specify envelope-sender address per sendMail call @spither (#3)\\n- Allow different configurations to be passed to mail service. @jameswwarner (#17)\\n- Fixed integration test. Autowiring by name did not work because of wrong... @saw303 (#20)\\n- Make sure grails-mail compiles with Grails 2.4.0 @saw303 (#19)\\n- Fixed wrong path to Config.groovy in docs @lundvall (#12)\\n- Allow using closure argument in sendMail method @toy (#13)\\n- Fix for GPMAIL-61 @nwwells (#11)\\n- Mail plugin docs copied from grails.org plugin page @danaberke (#5)\\n- Add i18n for mail templates and possibility to attach a Resource (useful for streaming) @neur0maner (#2)\\n\\n## Contributors\\n\\n@candrews, @codeconsole, @danaberke, @davidkron, @davydotcom, @double16, @erichelgeson, @graemerocher, @jameswwarner, @ldaley, @lundvall, @marcpalmer, @matrei, @neur0maner, @nwwells, @pledbrook, @puneetbehl, @saw303, @sbglasius, @scottburch, @spither, @timaebi, @tkvw, @toy, @xhkz, @zhuravskiy, Burt Beckwith, Dave Cherry, James Kleeh, James Warner, Jeff Brown, Jeff Scott Brown, Rob Bugh and unknown\\n","draft":true,"prerelease":false,"make_latest":"true"}`,
request: {}
},
event: {
id: '11374859347',
name: 'push',
payload: {
after: 'da501c8b732bf90b942c20fc4819dab6bc83b21a',
base_ref: null,
before: '7bd2507a5ee0839a9846afda2961632ccb378095',
commits: [
{
author: {
email: '[email protected]',
name: 'Mattias Reichel',
username: 'matrei'
},
committer: {
email: '[email protected]',
name: 'Mattias Reichel',
username: 'matrei'
},
distinct: false
|
release_notes
HttpError: Not Found
at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '11374859347',
name: 'push',
payload: {
after: 'da501c8b732bf90b942c20fc4819dab6bc83b21a',
base_ref: null,
before: '7bd2507a5ee0839a9846afda2961632ccb378095',
commits: [
{
author: {
email: '[email protected]',
name: 'Mattias Reichel',
username: 'matrei'
},
committer: {
email: '[email protected]',
name: 'Mattias Reichel',
username: 'matrei'
},
distinct: false,
id: 'd16a00cbf2107fa5cb918f68854a8f90c5c4375c',
message: 'fix(deps): set compileOnly dependencies\n' +
'\n' +
'The `jakarta-servlet-api` was previously included as a transitive dependency,\n' +
'but it is no longer available through that path. To resolve the issue,\n' +
'this commit explicitly adds `jakarta-servlet-api` as a `compileOnly` dependency\n' +
'to ensure the necessary classes are available during compilation without bundling them into the final artifact.\n' +
'\n' +
'Also change scopes of `groovy` and `grails-core` dependencies to `compileOnly` as these will always be provided to a grails plugin.',
timestamp: '2024-10-16T07:18:35+02:00',
tree_id: '71002ac06572c9af72906908bc57b4685eb27ae3',
url: 'https://github.com/gpc/grails-mail/commit/d16a00cbf2107fa5cb918f68854a8f90c5c4375c'
},
{
author: {
email: '[email protected]',
name: 'Scott Murphy',
username: 'codeconsole'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'da501c8b732bf90b942c20fc4819dab6bc83b21a',
message: 'Merge pull request #56 from gpc/matrei/add-servlet-api\n' +
'\n' +
'fix(deps): set compileOnly dependencies',
timestamp: '2024-10-16T15:28:49-07:00',
tree_id: '71002ac06572c9af72906908bc57b4685eb27ae3',
url: 'https://github.com/gpc/grails-mail/commit/da501c8b732bf90b942c20fc4819dab6bc83b21a'
}
],
compare: 'https://github.com/gpc/grails-mail/compare/7bd2507a5ee0...da501c8b732b',
created: false,
deleted: false,
forced: false,
head_commit: {
author: {
email: '[email protected]',
name: 'Scott Murphy',
username: 'codeconsole'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'da501c8b732bf90b942c20fc4819dab6bc83b21a',
message: 'Merge pull request #56 from gpc/matrei/add-servlet-api\n' +
'\n' +
'fix(deps): set compileOnly dependencies',
timestamp: '2024-10-16T15:28:49-07:00',
tree_id: '71002ac06572c9af72906908bc57b4685eb27ae3',
url: 'https://github.com/gpc/grails-mail/commit/da501c8b732bf90b942c20fc4819dab6bc83b21a'
},
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/249412?v=4',
description: '',
events_url: 'https://api.github.com/orgs/gpc/events',
hooks_url: 'https://api.github.com/orgs/gpc/hooks',
id: 249412,
issues_url: 'https://api.github.com/orgs/gpc/issues',
login: 'gpc',
members_url: 'https://api.github.com/orgs/gpc/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjI0OTQxMg==',
public_members_url: 'https://api.github.com/orgs/gpc/public_members{/member}',
repos_url: 'https://api.github.
|
release_notes
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|