-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Don't generate BeanDefinitionReference
and BeanIntrospectionReference
#10490
Conversation
BeanDefinitionReference
BeanDefinitionReference
and BeanIntrospectionReference
I verified that it works with Micronaut Serialization, and I ran some Micronaut Data tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's a good change but a bit risky
core-processor/src/main/java/io/micronaut/inject/beans/visitor/BeanIntrospectionWriter.java
Show resolved
Hide resolved
inject/src/main/java/io/micronaut/context/AbstractInitializableBeanDefinition.java
Outdated
Show resolved
Hide resolved
inject/src/main/java/io/micronaut/context/DefaultBeanContext.java
Outdated
Show resolved
Hide resolved
inject/src/main/java/io/micronaut/context/RequiresCondition.java
Outdated
Show resolved
Hide resolved
What is the binary compatibility story here? Will it break binary compatibility and require rebuilds of all modules? |
It is binary-compatible with the previously compiled references and bean definitions. |
Added abstract classes |
Quality Gate passedIssues Measures |
I don't see any benefit to generating
BeanDefinitionReference
andBeanIntrospectionReference
, but there are some benefits now::test-suite-http-server-tck-netty:nativeTestCompile
77->73.7 MB