Skip to content

Update dependency io.micronaut:micronaut-inject-java to v4#13

Open
renovate[bot] wants to merge 4 commits intomasterfrom
renovate/major-micronaut.version
Open

Update dependency io.micronaut:micronaut-inject-java to v4#13
renovate[bot] wants to merge 4 commits intomasterfrom
renovate/major-micronaut.version

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 7, 2024

This PR contains the following updates:

Package Change Age Confidence
io.micronaut:micronaut-inject-java (source) 3.8.5 -> 4.9.7 age confidence

Release Notes

micronaut-projects/micronaut-core (io.micronaut:micronaut-inject-java)

v4.9.7: Micronaut Core 4.9.7

Compare Source

What's Changed
Improvements ⭐
Other Changes 💡
New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.9.6...v4.9.7

v4.9.6

Compare Source

What's Changed
Bug Fixes 🐞
GraalVM 🏆
Other Changes 💡

Full Changelog: micronaut-projects/micronaut-core@v4.9.5...v4.9.6

v4.9.5: Micronaut Core 4.9.5

What's Changed
Bug Fixes 🐞
Improvements ⭐
Docs 📖
Dependency updates 🚀
Other Changes 💡

Full Changelog: micronaut-projects/micronaut-core@v4.9.4...v4.9.5

v4.9.4: Micronaut Core 4.9.4

What's Changed
Bug Fixes 🐞

Full Changelog: micronaut-projects/micronaut-core@v4.9.3...v4.9.4

v4.9.3: Micronaut Core 4.9.3

Compare Source

What's Changed
Dependency updates 🚀
Other Changes 💡

Full Changelog: micronaut-projects/micronaut-core@v4.9.2...v4.9.3

v4.9.2: Micronaut Core 4.9.2

Compare Source

What's Changed
Bug Fixes 🐞
Other Changes 💡

Full Changelog: micronaut-projects/micronaut-core@v4.9.1...v4.9.2

v4.9.1: Micronaut Core 4.9.1

What's Changed
Bug Fixes 🐞

Full Changelog: micronaut-projects/micronaut-core@v4.9.0...v4.9.1

v4.9.0: Micronaut Core 4.9.0

Compare Source

What's Changed
Netty 4.2.2

Micronaut 4.9.0 updates to Netty 4.2. This Netty release changes the default buffer allocator, which may affect application performance.

Event loop Carrier

micronaut-http-server-netty 4.9.0 introduces an experimental mode to run virtual threads on the Netty event loop. This can lead to more predictable performance when migrating from async code to virtual threads. A more detailed blog post will follow with the 4.9 platform release.

@ClassImport

@​ClassImport annotation allows to process already compiled classes as if they were ordinary non-compiled classes.

@Mixin

It’s possible to define a Mixin class by annotating it with @​Mixin and specifying which class does it reference.

Mixins only modify the Micronaut annotations metadata model. Original classes are not modified in any way. Mixins are currently supported only in Java.

HTTP/3

If you were using the experimental HTTP/3 support you need to replace the dependency io.netty.incubator:netty-incubator-codec-http3 with io.micronaut:micronaut-http-netty-http3.

Graceful Shutdown

This release includes a Graceful shutdown API. A graceful shutdown allows you to stop accepting new work and finish in-progress tasks.

Cache Control API

A fluid API CacheControl permits you to populate the HTTP Cache-Control header in an HTTP Response easily.

KSP 2

This release supports KSP 2 (starting from the version 2.0.2) and it's tested to work with Kotlin 2.

New Features 🎉
Bug Fixes 🐞
Improvements ⭐
Docs 📖
Kotlin 2
Dependency updates 🚀
Netty
Apache Groovy
SnakeYaml
Vertx
Jackson
Reactor
Logback
SLF4J
Blaze
JavaParser
Lombok
methvin Directory Watcher
Smallrye-fault-Tolerance
Awaitility
Test Containers
ByteBuddy
Micronaut Modules
Micronaut Validation
Micronaut RxJava2
Micronaut Groovy
Micronaut AWS
Micronaut SourcGen
Micronaut Session
Micronaut RxJava3
Micronaut Logging
Micronaut Kotlin
CI ⚙️Build 🐘
GraalVM
Micronaut Build Plugin
New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.8.18...v4.9.0

v4.8.18: Micronaut Core 4.8.18

Compare Source

Full Changelog: micronaut-projects/micronaut-core@v4.8.17...v4.8.18

v4.8.17: Micronaut Core 4.8.17

Merge up the following PRs:

  • Properly handle HTTP/2 idle timeout (#​11726)
  • fix config properties refresh for each property (#​11798)
  • Verifier error importing Lombok introspections (#​11711)
  • Netty 4.1.119.Final

Full Changelog: micronaut-projects/micronaut-core@v4.8.16...v4.8.17

v4.8.16: Micronaut Core 4.8.16

What's Changed

Other Changes 💡

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.8.15...v4.8.16

v4.8.15: Micronaut Core 4.8.15

What's Changed

Bug Fixes 🐞
Other Changes 💡

Full Changelog: micronaut-projects/micronaut-core@v4.8.14...v4.8.15

v4.8.14

What's Changed
Bug Fixes 🐞

Full Changelog: micronaut-projects/micronaut-core@v4.8.13...v4.8.14

v4.8.13

What's Changed

Improvements ⭐

Full Changelog: micronaut-projects/micronaut-core@v4.8.12...v4.8.13

v4.8.12

Compare Source

What's Changed
Bug Fixes 🐞
Dependency updates 🚀

Full Changelog: micronaut-projects/micronaut-core@v4.8.11...v4.8.12

v4.8.11

What's Changed

Bug Fixes 🐞
Improvements ⭐
Docs 📖

Full Changelog: micronaut-projects/micronaut-core@v4.8.10...v4.8.11

v4.8.10: Micronaut Core 4.8.10

What's Changed
Bug Fixes 🐞
Docs 📖
New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.8.9...v4.8.10

v4.8.9: Micronaut Core 4.8.9

What's Changed
Bug Fixes 🐞
Improvements ⭐
Docs 📖
GraalVM 🏆
Other Changes 💡
New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.8.8...v4.8.9

v4.8.8: Micronaut Core 4.8.8

What's Changed
Bug Fixes 🐞
Improvements ⭐
Other Changes 💡

Full Changelog: micronaut-projects/micronaut-core@v4.8.7...v4.8.8

v4.8.7: Micronaut Core 4.8.7

What's Changed
Bug Fixes 🐞

Full Changelog: micronaut-projects/micronaut-core@v4.8.6...v4.8.7

v4.8.6: Micronaut Core 4.8.6

What's Changed
Bug Fixes 🐞
Improvements ⭐

Full Changelog: micronaut-projects/micronaut-core@v4.8.5...v4.8.6

v4.8.5: Micronaut Core 4.8.5

Compare Source

What's Changed
Bug Fixes 🐞
Improvements ⭐

Full Changelog: micronaut-projects/micronaut-core@v4.8.4...v4.8.5

v4.8.4: Micronaut Core 4.8.4

Compare Source

What's Changed

Bug Fixes 🐞
Improvements ⭐
Regressions 🧐
Other Changes 💡

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from 69c24c6 to 6279e36 Compare May 9, 2024 08:20
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch 3 times, most recently from 2ce0ecf to 07c4991 Compare May 31, 2024 11:07
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch 2 times, most recently from 92a18bf to 4cae40a Compare June 8, 2024 10:20
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from 4cae40a to 0b05208 Compare July 22, 2024 20:45
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch 2 times, most recently from db2dd85 to 371d3ad Compare August 16, 2024 11:40
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch 2 times, most recently from ebc3443 to 54a1b20 Compare August 23, 2024 15:58
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch 2 times, most recently from 1f30589 to 13f0cc9 Compare September 9, 2024 14:20
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from 13f0cc9 to c394e69 Compare October 2, 2024 15:36
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from c394e69 to 372e789 Compare October 10, 2024 17:19
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from 372e789 to a77809c Compare October 25, 2024 10:51
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch 3 times, most recently from 4bdef4d to 98128f6 Compare November 11, 2024 19:35
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from 98128f6 to a557133 Compare November 14, 2024 04:37
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from a557133 to 55b9b47 Compare November 23, 2024 06:48
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch 2 times, most recently from 1f85ff3 to c64c8a8 Compare December 17, 2024 17:58
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from c64c8a8 to 8e890b7 Compare December 23, 2024 14:30
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from 8e890b7 to 5be8b4b Compare January 8, 2025 15:05
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from 5be8b4b to 21d2a6a Compare January 16, 2025 01:46
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch 2 times, most recently from 78c6072 to b124fc3 Compare February 6, 2025 08:50
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch 2 times, most recently from bb01cdf to db3c4bb Compare February 11, 2025 20:00
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from db3c4bb to 0f40e08 Compare February 13, 2025 12:13
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch 2 times, most recently from 97db593 to 0420a70 Compare February 26, 2025 18:22
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from 0420a70 to b79c3e7 Compare March 5, 2025 22:50
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from b79c3e7 to c5f2636 Compare March 14, 2025 04:17
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from c5f2636 to e3d62af Compare March 21, 2025 18:01
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from e3d62af to 584530f Compare March 28, 2025 21:45
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from 584530f to b1194c9 Compare April 16, 2025 11:58
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 16, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from b1194c9 to e9062b4 Compare April 16, 2025 16:05
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch 2 times, most recently from 789529d to d2dd3bd Compare April 30, 2025 17:22
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from d2dd3bd to f6b68fa Compare May 19, 2025 21:27
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch 6 times, most recently from 84a81a1 to 5cf8d57 Compare June 16, 2025 14:13
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch 3 times, most recently from 79c9ecc to 4afd982 Compare June 24, 2025 22:35
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from 4afd982 to 943690a Compare July 2, 2025 19:06
@renovate renovate Bot force-pushed the renovate/major-micronaut.version branch from 943690a to 06fdcf8 Compare July 7, 2025 20:42
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jul 8, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant