Skip to content

Commit

Permalink
Update breaking changes for Micronaut 4 (#10248)
Browse files Browse the repository at this point in the history
* Update breaks.adoc

update to include breaking library changes

* Update breaks.adoc
  • Loading branch information
hrothwell authored Dec 12, 2023
1 parent 36d1709 commit b46869e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/docs/guide/appendix/breaks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,7 @@ Micronaut Framework 4 changes `@CrossOrigin` behavior to match configuration-ba
==== Manual Context Propagation

In Micronaut Framework 4, users need to extend the <<contextPropagation, propagation context>> manually.

==== Micronaut 3 libraries not compatible with Micronaut 4 applications

In order for Micronaut 3 library beans to be discoverable in an application running Micronaut 4, the library must be recompiled with Micronaut 4 - https://github.com/micronaut-projects/micronaut-core/discussions/9758

0 comments on commit b46869e

Please sign in to comment.