3651 Commits (0a67bbe6261a2c79f81a696502a67847e653669b)

Author SHA1 Message Date
Andy Wilkinson 8621be6bba Make consistent use of Property for Gradle task configuration 3 years ago
Phillip Webb 45ce096b6b Replace our TestCompiler with Spring Framework's version 3 years ago
Stephane Nicoll 4b778ff4c1 Polish Maven documentation to mention native profile 3 years ago
Andy Wilkinson 2dacddb4d7 Make bootBuildImage produce native image when NBT plugin is applied 3 years ago
Andy Wilkinson 2c756ea874 Use collectReachabilityMetadata task to add metadata to bootJar 3 years ago
Phillip Webb a34b1d3c6e Don't detect private constructors on member classes for binding 3 years ago
Phillip Webb 754f39e6ef Polish 3 years ago
Phillip Webb c16c6bc3b5 Fix reachability argfile format 3 years ago
Phillip Webb 8358a0e3f3 Fix reachability-metadata.properties location 3 years ago
Andy Wilkinson 3082b0c5bf Add a section on AOT to the Gradle plugin's docs 3 years ago
Andy Wilkinson dade5ec3aa Test against Gradle 6.9.3 3 years ago
Andy Wilkinson ff16f6d6c6 Work around configuration cache problem in NBT Gradle Plugin 3 years ago
Phillip Webb 071649360b Generate 'META-INF/native-image/argfile' file for buildpack use 3 years ago
Phillip Webb 430c6b7e9f Downgrade to SLF4J 1.7 for spring-boot-gradle-plugin tests 3 years ago
Scott Frederick 3ea18f07fa Polish "Use NBT plugin version from gradle.properties in image tests" 3 years ago
Phillip Webb e0c79ce598 Support PEM formatted elliptic-curve TLS keys 3 years ago
Andy Wilkinson 3ca5c7ff5b Create AOT source sets as soon as the Java plugin is applied 3 years ago
Andy Wilkinson 215eb96355 Improve error handling in SpringBootPlugin 3 years ago
Andy Wilkinson d351086a06 Adapt to breaking changes to AOT processing entry points 3 years ago
Andy Wilkinson 0e23fbe30b Use Neo4j 4.4.11 for integration testing 3 years ago
Andy Wilkinson 188cac6540 Protect against null run process customizer 3 years ago
Andy Wilkinson 0ee277b8c3 Ensure that run mojo's child process is killed when Maven is killed 3 years ago
Stephane Nicoll 44c843145a Add support for specifying application arguments 3 years ago
Stephane Nicoll 39cf17ed81 Add missing integration test for profile management in process-aot 3 years ago
Phillip Webb e0b67889a8 Use Stream.toList instead of Stream.collect when possible 3 years ago
Scott Frederick d25a99692f Replace Spring Boot TestCompiler with Spring Framework's version 3 years ago
Stephane Nicoll e2dd0ef9a4 Adapt AotProcessor to changes in Spring Framework 3 years ago
Andy Wilkinson 51df7813a5 Remove code deprecated in 2.x and add since and forRemoval attributes 3 years ago
dreis2211 65ef8fc51a Use ByteArrayOutputStream.toString where possible 3 years ago
Andy Wilkinson 84a25c7dcf Configure Log4j2 classpath overrides consistently 3 years ago
dreis2211 f0b4a65546 Avoid usage of StringBuffer where possible 3 years ago
Andy Wilkinson 0bfa9cd704 Upgrade to Logback 1.4 and SLF4J 2.0 3 years ago
Andy Wilkinson cfac7f55a4 Correct annotations on BootBuildImage's file-based inputs 3 years ago
Andy Wilkinson f67db3d9ad Move spring-boot-cli into spring-boot-tools 3 years ago
Andy Wilkinson 4a05230d5d Move spring-boot-properties-migrator into spring-boot-tools 3 years ago
Madhura Bhave afce559050 Remove unused dependency from Maven integration test 3 years ago
Andy Wilkinson 7c7c34cda1 Fix classpath roots of AOT test processing 3 years ago
Scott Frederick f9c341c75a Revert "Generate the AutoConfiguration.imports file from annotations" 3 years ago
Scott Frederick d62d7ca75d Revert "Generate ManagementContextConfiguration.imports file from annotations" 3 years ago
Scott Frederick 1f53eb7df9 Revert "Sort the contents of generated imports files" 3 years ago
Scott Frederick 910e9c9fcc Revert "Fix windows build" 3 years ago
Andy Wilkinson 4a80b36160 Configure native image classpath outside of task realisation 3 years ago
Andy Wilkinson 6175c4210d Fix skipping of processAot when there is no main source 3 years ago
Andy Wilkinson fa81e8ca79 Skip processAot and processTestAot if there is no main or test code 3 years ago
Andy Wilkinson e8aa5680d6 Support file-based reachability metadata repositories 3 years ago
Andy Wilkinson 8323f24ccc Make classes generated by AOT test processing available to nativeTest 3 years ago
Scott Frederick 1ed4d89466 Copy native reachability metadata to jar file in Gradle plugin 3 years ago
Andy Wilkinson 2b503ee334 Add AOT-generated classes as a dependency 3 years ago
Phillip Webb 20b91c5ae2 Include 'classesDirectory' in ProcessTestAotMojo classpath 3 years ago
Stephane Nicoll 88f2b33cc1 Add AOT-generated classes to classpath of the compiler 3 years ago