You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
spring-boot-antlib Next development version 8 years ago
spring-boot-configuration-metadata Migrate to android-json 8 years ago
spring-boot-configuration-processor Revert Shade annotation processor dependencies 8 years ago
spring-boot-gradle-plugin Update the copyright header to 2017 8 years ago
spring-boot-loader Reduce memory footprint of AsciiBytes.hashCode 8 years ago
spring-boot-loader-tools Prevent AspectJ from loading aspects too early 8 years ago
spring-boot-maven-plugin Update copyright year for changed files 8 years ago
pom.xml Next development version 8 years ago