- 23 Jan, 2020 6 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Rename `spring-boot-layertools` to `spring-boot-jarmode-layertools`. Closes gh-19853
-
Madhura Bhave authored
Closes gh-19847
-
Phillip Webb authored
-
Scott Frederick authored
This class was mistakenly marked as deprecated in 2.2.0 instead of deprecated in 2.3.0. This resulted in the class being deleted as part of the 2.3.0 cleanup. Putting it back in place now with the correct deprecation noted. Closes gh-19861
-
Phillip Webb authored
Update all dependencies declarations to use the form `scope(reference)` rather than `scope reference`. Prior to this commit we declared dependencies without parentheses unless we were forced to add them due to an `exclude`.
-
- 22 Jan, 2020 17 commits
-
-
Phillip Webb authored
Replace Gradle single quote strings with the double quote form whenever possible. The change helps to being consistency to the dependencies section where mostly single quotes were used, but occasionally double quotes were required due to `${}` references.
-
Scott Frederick authored
The Spring Cloud Connectors project has been deprecated in favor of the Java CFEnv project. The Boot auto-configuration and starter that support Connectors were deprecated in Boot 2.2. This commit removes the Connectors auto-configuration, starter, and dependency management. Closes gh-19798
-
Madhura Bhave authored
Closes gh-19792 Co-authored-by:
Andy Wilkinson <awilkinson@pivotal.io>
-
Scott Frederick authored
This change ensures that each test in a test suite that shares an application context gets a unique embedded database, to prevent inconsistent embedded database state between tests. Closes gh-16747
-
Phillip Webb authored
Fix a bug in `ExplodedURLClassLoader` and merge the code into the existing `LaunchedURLClassLoader` class. Also polish a few method names relating to layer support. See gh-19848 See gh-19767
-
Phillip Webb authored
Update `AbstractApplicationLauncher` to not attempt to shutdown the process if startup fails.
-
Phillip Webb authored
Rename the `spring-boot-cloudnativebuildpack` module to `spring-boot-buildpack-platform` and update the the package name to `org.springframework.boot.buildpack.platform`. Closes gh-19851
-
Scott Frederick authored
Change the default `BootstrapMode` for auto-configured `JpaRepositories` to `BootstrapMode.DEFERRED` to allow the initialization of `EntityManagerFactory` to be parallelized for increased startup efficiency. Prior to this change, the default BootstrapMode for all auto-configured Spring Data repositories was `BootstrapMode.DEFAULT`. Closes gh-16230
-
Andy Wilkinson authored
* gh-19850: Treat Java 11+'s NoSuchFileException the same as FileNotFoundException Closes gh-19850
-
dreis2211 authored
See gh-19850
-
Andy Wilkinson authored
Closes gh-19652
-
Phillip Webb authored
Add a new `spring-boot-layertools` module which provides jarmode support for working with layers. The module works with both classic fat jars, as well as layered jars. Closes gh-19849
-
Phillip Webb authored
Update the `Launcher` class to allow a packaged jar to be launched in a different mode. The launcher now checks for a `jarmode` property and attempts to find a `JarMode` implementation using the standard `spring.factories` mechanism. Closes gh-19848
-
Phillip Webb authored
Update layered jar support so that the name `ext` and any name starting `springboot` are reserved. See gh-19767
-
Phillip Webb authored
Update the managed dependencies to include the recently added `spring-boot-cloudnativebuildpack` module. See gh-19828
-
Phillip Webb authored
Update `Packager` to create the layer index file when repackaging. Closes gh-19767
-
Phillip Webb authored
Expand all expression `$` references to the full `${...}` form.
-
- 21 Jan, 2020 17 commits
-
-
Andy Wilkinson authored
See gh-19841
-
Stephane Nicoll authored
* pr/19790: Polish "Upgrade to Infinispan 10.1.1.Final" Upgrade to Infinispan 10.1.1.Final Closes gh-19790
-
Stephane Nicoll authored
See gh-19790
-
Scott Frederick authored
See gh-19790
-
Stephane Nicoll authored
Closes gh-19843
-
Stephane Nicoll authored
Closes gh-19842
-
Stephane Nicoll authored
This commit removes references of cache infra following the move to Micrometer. We no longer ships an infinispan specific binder so the dependency has been removed as well. Closes gh-19838
-
Andy Wilkinson authored
Previously, the generated resources were added as an output to the main source set. This worked on the command line, but resulted in the META-INF folder that contains the loader jar not being on the classpath of downstream projects in Eclipse. This commit changes loader-tools to add the generated resources as a srcDir to the main source set. This results in it appearing on the classpath of other projects in Eclipse that depend on loader-tools such as the Gradle plugin, thereby allowing its tests to be run in the IDE as well as on the command line. Fixes gh-19841
-
Andy Wilkinson authored
Previously, we were adding dependencies to Ant's ClassLoader within Gradle. It is suspected that this was causing sporadic loader contraint violations as types that Gradle itself uses (from Commons Compress) were then available from two different ClassLoaders. This commit reworks the Ant smoke test to use JavaExec and Ant's launcher to run the build. This allows us to make the necessary dependencies available to Ant in an isolated manner. The javac invocation within Ant is now forked to allow it to find the tools jar even when the build itself is running on a JRE. Closes gh-19839
-
Andy Wilkinson authored
See gh-19836
-
Stephane Nicoll authored
* pr/19797: Revisit documentation that mentions Gradle "compile" configuration Closes gh-19797
-
dreis2211 authored
See gh-19797
-
Stephane Nicoll authored
See gh-19836
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/19826: Reinstate running of OutputCaptureRuleTests Closes gh-19826
-
dreis2211 authored
See gh-19826
-
Stephane Nicoll authored
* pr/19835: Add UTF-8 encoding to spring-boot-starter-parent POM Closes gh-19835
-