Micronaut Bean Compatibility between Version 3 and 4 #9414
-
I'm upgrading a Micronaut 3 application to Micronaut 4.0.0-M3, that uses external dependencies of Micronaut beans (http clients, common type converters, …) that were compiled with Micronaut 3. When running the Micronaut 4 application I noticed that these beans are not loaded by Micronaut 4 due to a
Is this an expected behaviour? Is Micronaut 4 unable to load these Micronaut 3 beans, or is it something other that I missed? |
Beta Was this translation helpful? Give feedback.
Answered by
graemerocher
Jun 8, 2023
Replies: 1 comment 1 reply
-
the Micronaut 3 module needs recompiling with Micronaut 4 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
saw303
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the Micronaut 3 module needs recompiling with Micronaut 4