- 18 Dec, 2020 2 commits
-
-
Phillip Webb authored
Rename "app" projects in `spring-boot-launch-script-tests` and `spring-boot-loader-tests` to something unique. See gh-18631
-
Phillip Webb authored
Update the jar `Handler` class to support a non-reflective fallback mechanism when possible. The updated code attempts to capture a regular jar URL before our handler is installed. It can then use that URL as context when creating the a fallback URL. The JDK jar `Handler` will be copied from the context URL to the fallback URL. Without this commit, resolving new Tomcat URLs of the form `jar:war:file:...` would result in an ugly "Illegal reflective access" warning. Fixes gh-18631
-
- 16 Dec, 2020 7 commits
-
-
Madhura Bhave authored
See gh-11987
-
Madhura Bhave authored
Fixes gh-11987
-
Scott Frederick authored
Fixes gh-24522
-
Phillip Webb authored
* pr/24532: Avoid duplicates in MergedContextConfiguration Closes gh-24532
-
dreis2211 authored
Remove duplicate config attribute classes by using a `Set` rather than a `List` in the `SpringBootTestContextBootstrapper`. See gh-24532
-
Scott Frederick authored
Prior to this commit, running the bootBuildImage Gradle task on a project configured for war packaging would result in a jar file being built and used in the image instead of the war file. With this commit an error will be thrown from the plugin in this case. Fixes gh-24521
-
Phillip Webb authored
-
- 15 Dec, 2020 3 commits
-
-
Andy Wilkinson authored
Closes gh-24486
-
Stephane Nicoll authored
Closes gh-24513
-
Stephane Nicoll authored
Closes gh-24472
-
- 14 Dec, 2020 6 commits
-
-
Madhura Bhave authored
Closes gh-24500
-
Madhura Bhave authored
Fixes gh-24475
-
Stephane Nicoll authored
Closes gh-24494
-
Stephane Nicoll authored
This commit removes links to Jetty API and documentation as those links are breaking every time the Jetty team releases a new version See https://github.com/eclipse/jetty.project/issues/4546 Closes gh-24493
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
- 11 Dec, 2020 18 commits
-
-
Stephane Nicoll authored
Closes gh-24463
-
Stephane Nicoll authored
Closes gh-24464
-
Stephane Nicoll authored
Closes gh-24465
-
Stephane Nicoll authored
Close gh-24462
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-24457
-
Stephane Nicoll authored
Closes gh-24456
-
Stephane Nicoll authored
Closes gh-24460
-
Stephane Nicoll authored
Closes gh-24459
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Phillip Webb authored
See gh-24461
-
Phillip Webb authored
-
Phillip Webb authored
See gh-24458
-
Phillip Webb authored
-
Phillip Webb authored
See gh-24197
-
Phillip Webb authored
See gh-24197
-
Phillip Webb authored
See gh-24197
-
- 10 Dec, 2020 4 commits
-
-
Phillip Webb authored
See gh-24197
-
Phillip Webb authored
See gh-24197
-
Phillip Webb authored
-
Phillip Webb authored
Update CI to generate images using an `oci-build-task` since the `registry-image` resource cannot perform actual image builds. See gh-24197
-