You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
This commit moves handling of ImportAware in a bean post processor to
match the ordering of the regular runtime. As a result, bean instance
descriptor does not have to know about instance callbacks.
Closesgh-1014
Copy file name to clipboardexpand all lines: spring-aot/src/main/java/org/springframework/context/bootstrap/generator/bean/DefaultBeanInstanceSupplierWriter.java
Copy file name to clipboardexpand all lines: spring-aot/src/main/java/org/springframework/context/bootstrap/generator/bean/descriptor/BeanInstanceDescriptor.java
-40
Original file line number
Diff line number
Diff line change
@@ -41,16 +41,13 @@ public final class BeanInstanceDescriptor {
Copy file name to clipboardexpand all lines: spring-aot/src/main/java/org/springframework/context/bootstrap/generator/bean/descriptor/DefaultBeanInstanceDescriptorFactory.java
Copy file name to clipboardexpand all lines: spring-aot/src/main/java/org/springframework/context/bootstrap/generator/bean/descriptor/InstanceCallbacksSupplier.java
Copy file name to clipboardexpand all lines: spring-aot/src/main/java/org/springframework/context/bootstrap/generator/infrastructure/BootstrapInfrastructureWriter.java
Copy file name to clipboardexpand all lines: spring-aot/src/test/java/org/springframework/context/bootstrap/generator/bean/DefaultBeanInstanceSupplierWriterTests.java
Copy file name to clipboardexpand all lines: spring-aot/src/test/java/org/springframework/context/bootstrap/generator/bean/descriptor/DefaultBeanInstanceDescriptorFactoryTests.java
0 commit comments