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
Currently ApplicationContextAotGenerator always generates a __.BeanFactoryRegistrations class. For context hierarchy support we're going to need multiple registration classes so we should use different names. We'd also like to be able to provide a target class so that we can use a package other than __.
The text was updated successfully, but these errors were encountered:
philwebb
changed the title
Allow ApplicationContextAotGenerator to create better generated class names
Allow ApplicationContextAotGenerator to generated better class names
Jun 4, 2022
Refine the class name logic so that the name is passed in rather
than using `ApplicationContext.getId()`. Also propagate the name
so that the generated classes use it.
See gh-28565
The default classname is still generated in that __ package. Is that expected? I was under the impression that this issue would move it at the same level as the application class itself.
Currently
ApplicationContextAotGenerator
always generates a__.BeanFactoryRegistrations
class. For context hierarchy support we're going to need multiple registration classes so we should use different names. We'd also like to be able to provide a target class so that we can use a package other than__
.The text was updated successfully, but these errors were encountered: