Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.micronaut.platform:micronaut-platform from 4.7.6 to 4.8.0 in /reactive/micronaut #129

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Release notes

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

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
record PresentPackaging(
Float weight,
String color
) {
}
@Introspected
record Present(
Float weight,
String type
) {
}
public interface ChristmasMappers {
@Mapping(from = "packaging.color", to = "packagingColor")
@Mapping(from = "#{packaging.weight + present.weight}", to = "weight")
@Mapping(from = "#{'Merry christmas'}", to = "greetingCard")
ChristmasPresent merge(PresentPackaging packaging, Present present);
}

... (truncated)

Commits
  • 0076563 [skip ci] Release v4.8.0
  • 56a93f7 fix(deps): update dependency io.micronaut.coherence:micronaut-coherence-bom t...
  • c2e50dc fix(deps): update dependency io.micronaut.sourcegen:micronaut-sourcegen-bom t...
  • 1948cf4 fix(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin t...
  • f3c93e3 fix(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin t...
  • a504750 fix(deps): update dependency com.microsoft.azure:azure-functions-maven-plugin...
  • ca3ea55 fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.8.9 (#1952)
  • eb3701d managed-micronaut-graal-languages = "1.1.0"
  • a63e2c2 oracle cloud 5.0.1
  • fe6da5a security 4.12.1
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 1, 2025
Bumps [io.micronaut.platform:micronaut-platform](https://github.com/micronaut-projects/micronaut-platform) from 4.7.6 to 4.8.0.
- [Release notes](https://github.com/micronaut-projects/micronaut-platform/releases)
- [Commits](micronaut-projects/micronaut-platform@v4.7.6...v4.8.0)

---
updated-dependencies:
- dependency-name: io.micronaut.platform:micronaut-platform
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/reactive/micronaut/io.micronaut.platform-micronaut-platform-4.8.0 branch from caf99d4 to 29f807d Compare April 1, 2025 10:14
@github-actions github-actions bot merged commit bd8f71c into main Apr 1, 2025
5 checks passed
@github-actions github-actions bot deleted the dependabot/gradle/reactive/micronaut/io.micronaut.platform-micronaut-platform-4.8.0 branch April 1, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants