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
With this change, org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver would work with RestartClassLoader, making the @EnableLoadTimeWeaving annotation work as expected under Spring boot dev tools.
Affects: 4.3 GA
The text was updated successfully, but these errors were encountered:
We'll have to deal with it on the Spring Boot issue tracker exclusively, since this JIRA tracker is only about the actual Spring Framework codebase... which RestartClassLoader isn't part of.
I noticed Spring Boot has a github issues system set up, but didn't know whether to report Spring Boot issues here or there (or if either one was acceptable). My apologies for the confusion, and thanks for the clarification.
Craig opened SPR-14374 and commented
org.springframework.boot.devtools.restart.classloader.RestartClassLoader should implement org.springframework.instrument.classloading.LoadTimeWeaver which would allow load time weaving to Just Work when using Spring Boot dev tools (ex, "mvn spring-boot:run").
With this change, org.springframework.instrument.classloading.ReflectiveLoadTimeWeaver would work with RestartClassLoader, making the
@EnableLoadTimeWeaving
annotation work as expected under Spring boot dev tools.Affects: 4.3 GA
The text was updated successfully, but these errors were encountered: