Bump io.micronaut.platform:micronaut-platform from 4.7.6 to 4.8.1 #448

Closed
dependabot[bot] wants to merge 1 commit from dependabot/maven/io.micronaut.platform-micronaut-platform-4.8.1 into main
dependabot[bot] commented 2025-04-16 08:51:31 +02:00 (Migrated from github.com)

Bumps io.micronaut.platform:micronaut-platform from 4.7.6 to 4.8.1.

Release notes

Sourced from io.micronaut.platform:micronaut-platform's releases.

Micronaut Platform 4.8.1

What's Changed

Bug Fixes 🐞

Micronaut Modules

Full Changelog: https://github.com/micronaut-projects/micronaut-platform/compare/v4.8.0...v4.8.1

Micronaut Platform 4.8.0

Micronaut Core Improvements

SourceGen integration

Micronaut Core 4.8.x has rewritten some of its internals leveraging Micronaut SourceGen. For example, Micronaut SourceGen powers bytecode generation of internal metadata and expressions.

Dependency Injection Debugging

Micronaut 4.8.0 allows you to activate dependency injection tracing to help you understand what Micronaut is doing at startup and when a particular bean is created.

@Client definitionType member

definitionType, a new member of the @Client annotation, helps in scenarios where you want to share an interface between client and server.

Bean Mappers Merging

Bean Mappers support merging:

@Introspected
record ChristmasPresent(
    String packagingColor,
    String type,
    Float weight,
    String greetingCard
) {
}

@​Introspected </tr></table>

... (truncated)

Commits
  • 4d1b7b0 [skip ci] Release v4.8.1
  • 37c8fbd fix(deps): update dependency io.micronaut.sourcegen:micronaut-sourcegen-bom t...
  • f0daa49 fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.8.10 (#1968)
  • 6707781 fix(deps): update dependency io.micronaut.maven:micronaut-maven-plugin to v4....
  • 459ec48 fix(deps): update dependency org.graalvm.python:graalpy-maven-plugin to v24.2...
  • 3b7cd92 fix(deps): update dependency io.micronaut.jsonschema:micronaut-json-schema-bo...
  • 0dbe73a fix(deps): update dependency io.micronaut.micrometer:micronaut-micrometer-bom...
  • 63a5b07 fix(deps): update dependency io.micronaut.servlet:micronaut-servlet-bom to v5...
  • a928d92 fix(deps): update dependency org.projectlombok:lombok to v1.18.38 (#1957)
  • 098fef7 fix(deps): update dependency io.micronaut.maven:micronaut-maven-plugin to v4....
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [io.micronaut.platform:micronaut-platform](https://github.com/micronaut-projects/micronaut-platform) from 4.7.6 to 4.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micronaut-projects/micronaut-platform/releases">io.micronaut.platform:micronaut-platform's releases</a>.</em></p> <blockquote> <h2>Micronaut Platform 4.8.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Bug Fixes 🐞</h3> <ul> <li> <p>Fix Shade Plugin exclusion filter by <a href="https://github.com/alvarosanchez"><code>@​alvarosanchez</code></a> in <a href="https://redirect.github.com/micronaut-projects/micronaut-platform/pull/1961">micronaut-projects/micronaut-platform#1961</a></p> </li> <li> <p>fix(deps): update dependency org.projectlombok:lombok to v1.18.38 (<a href="https://redirect.github.com/micronaut-projects/micronaut-platform/issues/1957">#1957</a>)</p> </li> <li> <p>fix(deps): update dependency org.graalvm.python:graalpy-maven-plugin to v24.2.1 (<a href="https://redirect.github.com/micronaut-projects/micronaut-platform/issues/1970">#1970</a>)</p> </li> </ul> <h3>Micronaut Modules</h3> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-core/releases/tag/v4.8.10">Micronaut Core 4.8.10</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-maven-plugin/releases/tag/v4.8.2">Micronaut Maven Plugin 4.8.2</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-json-schema/releases/tag/v1.5.2">Micronaut JSON Schema 1.5.2</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-micrometer/releases/tag/v5.10.1">Micronaut Micrometer 5.10.1</a></li> <li><a href="https://github.com/micronaut-projects/micronaut-servlet/releases/tag/v5.2.2">Micronaut Servlet 5.2.2</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/micronaut-projects/micronaut-platform/compare/v4.8.0...v4.8.1">https://github.com/micronaut-projects/micronaut-platform/compare/v4.8.0...v4.8.1</a></p> <h2>Micronaut Platform 4.8.0</h2> <h2>Micronaut Core Improvements</h2> <h3>SourceGen integration</h3> <p>Micronaut Core 4.8.x has rewritten some of its internals leveraging <a href="https://micronaut-projects.github.io/micronaut-sourcegen/latest/guide/">Micronaut SourceGen</a>. For example, Micronaut SourceGen powers bytecode generation of internal metadata and expressions.</p> <h2>Dependency Injection Debugging</h2> <p>Micronaut 4.8.0 allows you to <a href="https://docs.micronaut.io/4.8.9/guide/#iocDebugging">activate dependency injection tracing to help you understand what Micronaut is doing at startup and when a particular bean is created</a>.</p> <h2><code>@Client</code> <code>definitionType</code> member</h2> <p><code>definitionType</code>, a new member of the <a href="https://docs.micronaut.io/4.8.9/api/io/micronaut/http/client/annotation/Client.html"><code>@Client</code> annotation</a>, helps in scenarios where you want to share an interface between client and server.</p> <h2>Bean Mappers Merging</h2> <p><a href="https://docs.micronaut.io/4.8.9/guide/#beanMappers">Bean Mappers</a> support merging:</p> <pre lang="java"><code>@Introspected record ChristmasPresent( String packagingColor, String type, Float weight, String greetingCard ) { } <p><a href="https://github.com/Introspected"><code>@​Introspected</code></a> &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/4d1b7b056fd725204634893d62d9b88c6bb84c66"><code>4d1b7b0</code></a> [skip ci] Release v4.8.1</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/37c8fbd1c7213ce1e1749b37ced537330fd2d5cb"><code>37c8fbd</code></a> fix(deps): update dependency io.micronaut.sourcegen:micronaut-sourcegen-bom t...</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/f0daa499cecd786884603571f5cc5c1df5c04723"><code>f0daa49</code></a> fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.8.10 (<a href="https://redirect.github.com/micronaut-projects/micronaut-platform/issues/1968">#1968</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/67077814d03419dd71e742fd8b4c399259cc96d4"><code>6707781</code></a> fix(deps): update dependency io.micronaut.maven:micronaut-maven-plugin to v4....</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/459ec48f342e27161b298f1f623be50ac419f4cd"><code>459ec48</code></a> fix(deps): update dependency org.graalvm.python:graalpy-maven-plugin to v24.2...</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/3b7cd92e47ad445c1cf500ac5ab4689c1158aec5"><code>3b7cd92</code></a> fix(deps): update dependency io.micronaut.jsonschema:micronaut-json-schema-bo...</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/0dbe73a75e382e2484ce6e4f845973299289cd39"><code>0dbe73a</code></a> fix(deps): update dependency io.micronaut.micrometer:micronaut-micrometer-bom...</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/63a5b073b4d85f035c6a6d691488d0a521ee5f0b"><code>63a5b07</code></a> fix(deps): update dependency io.micronaut.servlet:micronaut-servlet-bom to v5...</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/a928d923867105c0e7d9aa9ce88f0a45dca3ce69"><code>a928d92</code></a> fix(deps): update dependency org.projectlombok:lombok to v1.18.38 (<a href="https://redirect.github.com/micronaut-projects/micronaut-platform/issues/1957">#1957</a>)</li> <li><a href="https://github.com/micronaut-projects/micronaut-platform/commit/098fef76c60da0e58e52cf686e52ee6c5c9213fb"><code>098fef7</code></a> fix(deps): update dependency io.micronaut.maven:micronaut-maven-plugin to v4....</li> <li>Additional commits viewable in <a href="https://github.com/micronaut-projects/micronaut-platform/compare/v4.7.6...v4.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.micronaut.platform:micronaut-platform&package-manager=maven&previous-version=4.7.6&new-version=4.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
sschnabe (Migrated from github.com) reviewed 2025-04-16 08:51:31 +02:00
rpahli (Migrated from github.com) reviewed 2025-04-16 08:51:31 +02:00
fabian-schlegel (Migrated from github.com) reviewed 2025-04-16 08:51:31 +02:00
wistefan (Migrated from github.com) reviewed 2025-04-16 08:51:31 +02:00
kokuwaio-bot (Migrated from github.com) approved these changes 2025-04-16 08:51:42 +02:00
dependabot[bot] commented 2025-04-18 08:32:22 +02:00 (Migrated from github.com)

Superseded by #449.

Superseded by #449.

Pull request closed

Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
kokuwaio/micronaut-openapi-codegen!448
No description provided.