spring-boot/spring-boot-tools
Andy Wilkinson 080ff49c8d Prevent AspectJ from loading aspects too early
Previously, AspectJ would find META-INF/aop.xml almost as soon as
the jar was launched, and before LaunchedURLClassLoader had been
created. This meant that AspectJ would attempt to load aspects listed
in META-INF/aop.xml but that were package in BOOT-INF/classes and,
therefore, could not be loaded.

This commit updates the Repackager so that a META-INF/aop.xml file
is moved into BOOT-INF/classes. This ensures that it isn't visible
to the app class loader so it won't be loaded to early. It will
now be loaded by LaunchedURLClassLoader which can also load the
compiled aspects that aop.xml references.

Closes gh-7587
2017-01-20 16:51:51 +00:00
..
spring-boot-antlib Next development version 2016-12-23 00:15:23 +00:00
spring-boot-configuration-metadata Migrate to android-json 2017-01-04 23:00:06 -08:00
spring-boot-configuration-processor Revert Shade annotation processor dependencies 2017-01-05 17:04:34 +01:00
spring-boot-gradle-plugin Update the copyright header to 2017 2017-01-03 13:14:55 +00:00
spring-boot-loader Reduce memory footprint of AsciiBytes.hashCode 2017-01-03 15:36:11 -08:00
spring-boot-loader-tools Prevent AspectJ from loading aspects too early 2017-01-20 16:51:51 +00:00
spring-boot-maven-plugin Update copyright year for changed files 2016-12-30 11:53:51 -08:00
pom.xml Next development version 2016-12-23 00:15:23 +00:00