Skip to content

Use dependency versions from the grails-bom where available (#57) #30

Use dependency versions from the grails-bom where available (#57)

Use dependency versions from the grails-bom where available (#57) #30

Triggered via push October 25, 2024 10:16
Status Success
Total duration 34s
Artifacts
release_notes
25s
release_notes
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
release_notes
Not Found { name: 'HttpError', id: '11516328696', 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: 'Fri, 25 Oct 2024 10:17:02 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': '6FC2:27B126:7C3435C:EE7326A:671B701E', 'x-oauth-scopes': 'repo', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4997', 'x-ratelimit-reset': '1729855008', '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- Use dependency versions from the `grails-bom` where available @matrei (#57)\\n- ci: Change keys @matrei (#55)\\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: '11516328696', name: 'push', payload: { after: '97b67b85d550629bacc1737d8f466fc0b1abaf70', base_ref: null, before: 'c0a82ec33efbb51edc4293e6b3c6d2d6af9e87d9', commits: [ { author: { email: 'mattias.reichel@gmail.com', name: 'Mattias Reichel', username: 'matrei' }, committer: { email: 'noreply@github.com'
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: '11516328696', name: 'push', payload: { after: '97b67b85d550629bacc1737d8f466fc0b1abaf70', base_ref: null, before: 'c0a82ec33efbb51edc4293e6b3c6d2d6af9e87d9', commits: [ { author: { email: 'mattias.reichel@gmail.com', name: 'Mattias Reichel', username: 'matrei' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '97b67b85d550629bacc1737d8f466fc0b1abaf70', message: 'Use dependency versions from the `grails-bom` where available (#57)\n' + '\n' + '* test: Add log output to tests\r\n' + '\r\n' + '* fix(deps): Use `grails-bom` versions where available\r\n' + '\r\n' + '* chore: Improve comment in `documentation-config.gradle`\r\n' + '\r\n' + '* test: Inject `JavaMailSender` to work with Spring 6\r\n' + '\r\n' + 'When creating the `JavaMailSender` via constructor, it could not connect to the greenmail server.\r\n' + '\r\n' + '* chore: Cleanup `MailServiceSpec`\r\n' + '\r\n' + '* fix(deps): Put all dependencies in version catalog\r\n' + '\r\n' + '* fix(deps): Use more versions from `grails-bom`\r\n' + '\r\n' + '`groovy-templates` and `grails-docs` are also in `grails-bom`\r\n' + '\r\n' + '* fix(deps): Rename `grails-gsp` version catalog entry\r\n' + '\r\n' + '* fix(deps): Set correct maven coords for `grails-gsp`\r\n' + '\r\n' + '* fix(deps): Rename the aliases for build dependencies\r\n' + '\r\n' + 'To restrict the use of groups.\r\n' + '\r\n' + '* fix(deps): Use all available versions from `grails-bom`\r\n' + '\r\n' + '- Remove explicit versions to where versions are available in `grails-bom`\r\n' + '- Use `org.eclipse.angus:jakarta.mail` instead of `com.sun.mail:jakarta.mail`\r\n' + '- Restrict the use of version catalog alias groups\r\n' + '\r\n' + '* fix(deps): Update `com.icegreen:greenmail`\r\n' + '\r\n' + '`2.0.1` -> `2.1.0`', timestamp: '2024-10-25T12:16:28+02:00', tree_id: '80edf573af8c567ff4c389fe9c5a83b8b7c9357e', url: 'https://github.com/gpc/grails-mail/commit/97b67b85d550629bacc1737d8f466fc0b1abaf70' } ], compare: 'https://github.com/gpc/grails-mail/compare/c0a82ec33efb...97b67b85d550', created: false, deleted: false, forced: false, head_commit: { author: { email: 'mattias.reichel@gmail.com', name: 'Mattias Reichel', username: 'matrei' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: true, id: '97b67b85d550629bacc1737d8f466fc0b1abaf70', message: 'Use dependency versions from the `grails-bom` where available (#57)\n' + '\n' + '* test: Add log output to tests\r\n' + '\r\n' + '* fix(deps): Use `grails-bom` versions where available\r\n' + '\r\n' + '* chore: Improve comment in `documentation-config.gradle`\r\n' + '\r\n' + '* test: Inject `JavaMailSender` to work with Spring 6\r\n' + '\r\n' + 'When creating the `JavaMailSender` via constructor, it could not connect to the green
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/