Phillip Webb
16cab0d83c
Merge branch '2.3.x'
...
Closes gh-21690
5 years ago
Phillip Webb
4d37430bfe
Use servlet context that can access classloader
...
Update `SpringBootServletInitializer` to use the `ServletContext` that
was provided to the initial `onStartup` call rather than the
one from the `ServletContextEvent`. This allows the `getClassLoader()`
call to complete without throwing an `UnsupportedOperationException`.
Fixes gh-21684
5 years ago
Scott Frederick
87f5894a9a
Merge branch '2.3.x'
...
Closes gh-21685
5 years ago
Scott Frederick
29253264b4
Improve Docker API 5xx error messages
...
This commit improves the error messages returned by the Spring Boot
build plugins when a 5xx status code is returned from the Docker
API while attempting to build an image. If the error response has
contents containing a JSON structure with a "message" key, the value
associated with that key will be included in the exception message
and in the build plugin output error.
Fixes gh-21515
5 years ago
Andy Wilkinson
eac90d5342
Merge branch '2.3.x'
...
Closes gh-21678
5 years ago
Andy Wilkinson
1486ce5ae0
Merge pull request #21673 from dreis2211
...
* gh-21673:
Polish Slack notification when no build scan was published
Closes gh-21673
5 years ago
dreis2211
0f6767f274
Polish Slack notification when no build scan was published
...
See gh-21673
5 years ago
Andy Wilkinson
99323e8b06
Merge branch '2.3.x'
...
Closes gh-21677
5 years ago
Andy Wilkinson
9bfb088931
Upgrade to Gradle Enterprise Plugin 3.3.3
...
Closes gh-21675
5 years ago
Andy Wilkinson
5eec39795b
Merge branch '2.3.x'
...
Closes gh-21676
5 years ago
Andy Wilkinson
23b329be07
Upgrade to Gradle Enterprise Conventions Plugin 0.0.3
...
Closes gh-21674
5 years ago
Andy Wilkinson
933a85144a
Merge branch '2.3.x'
...
Closes gh-21669
5 years ago
Andy Wilkinson
daeca9f332
Restore Boot 2.2's compile-scoped dependencies
...
Fixes gh-21507
5 years ago
Andy Wilkinson
f041be8877
Merge branch '2.3.x'
...
Closes gh-21668
5 years ago
Andy Wilkinson
210e565741
Use dirMode and fileMode to configure CLI archive entry permissions
...
Closes gh-21453
5 years ago
Andy Wilkinson
f0909aa18f
Merge branch '2.3.x'
...
Closes gh-21667
5 years ago
Andy Wilkinson
d30a0ee811
Ensure that the build uses UTF-8 encoding everywhere by default
...
Closes gh-21664
5 years ago
Andy Wilkinson
38b91f134e
Merge branch '2.3.x'
...
Closes gh-21665
5 years ago
Andy Wilkinson
a2bfdb5b33
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21663
5 years ago
Andy Wilkinson
29c2a0471d
Add Oracle DB dependency management under com.oracle.database
...
Closes gh-20333
5 years ago
Phillip Webb
39216ce3f4
Merge branch '2.3.x'
5 years ago
Phillip Webb
e39d7971fb
Merge branch '2.2.x' into 2.3.x
5 years ago
Phillip Webb
864daab03a
Merge branch '2.1.x' into 2.2.x
5 years ago
Phillip Webb
b5fe3c3494
Refine YAML type restriction error
...
Closes gh-21596
5 years ago
Phillip Webb
20c11a3cbd
Merge branch '2.3.x'
...
Closes gh-21661
5 years ago
Phillip Webb
ebb3f5f286
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21660
5 years ago
Phillip Webb
4fc0dec6c4
Support wrapped random property sources
...
Update `SpringConfigurationPropertySource` so that wrapped random
property sources can be used. It's assumed that wrapped random
sources will use the name of the source as the prefix.
Closes gh-21595
5 years ago
Madhura Bhave
e0f548fdd3
Merge branch '2.3.x'
...
Closes gh-21657
5 years ago
Madhura Bhave
2dc8048d08
Add missing since tags
...
Closes gh-21576
5 years ago
Phillip Webb
fc8fdf2de0
Merge branch '2.3.x'
...
Closes gh-21656
5 years ago
Phillip Webb
2589f980d5
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21655
5 years ago
Phillip Webb
09a47c9aad
Fix containsDescendantOf for random sources
...
Fix the `containsDescendantOf` logic for random property sources to
ensure that ancestors are correctly matched.
Closes gh-21654
5 years ago
Andy Wilkinson
399d0f7b95
Merge branch '2.3.x'
...
Closes gh-21651
5 years ago
Andy Wilkinson
f0bc8ee73c
Fix version placeholder replacement in Gradle plugin docs
...
Closes gh-21640
5 years ago
Phillip Webb
ac9482d463
Merge branch '2.3.x'
...
Closes gh-21649
5 years ago
Phillip Webb
7104d8d81e
Polish
5 years ago
Phillip Webb
fc4efe3bf0
Fix Maven plugin help support
...
Update `MavenPluginPlugin` to fix HelpMojo support.
Closes gh-21556
5 years ago
Madhura Bhave
dcd83ec616
Merge branch '2.3.x'
5 years ago
Madhura Bhave
1f28141f3e
Use the right property in test
5 years ago
Phillip Webb
c6b3db542a
Merge branch '2.3.x'
...
Closes gh-21646
5 years ago
Phillip Webb
4dff0beb80
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21645
5 years ago
Phillip Webb
ad73daf5bc
Merge branch '2.3.x'
...
Closes gh-21644
5 years ago
Phillip Webb
14e6c734a9
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21643
5 years ago
Phillip Webb
502e2a4c64
Polish
5 years ago
Phillip Webb
95031295b9
Restore TomcatReactiveWebServerFactoryTests
...
Restore tests that were previously ignored due to a framework bug.
Closes gh-19702
5 years ago
Madhura Bhave
d3f72326d0
Merge branch '2.2.x' into 2.3.x
...
Closes gh-21642
5 years ago
Madhura Bhave
573cb98d90
Make management security configuration back off when SAML present
...
Fixes gh-21620
5 years ago
Andy Wilkinson
8f8bee7ccd
Merge branch '2.3.x'
...
Closes gh-21641
5 years ago
Andy Wilkinson
3d143e59e7
Fix inclusion of version-specific content in Gradle plugin's docs
...
Fixes gh-21610
5 years ago
Andy Wilkinson
acd7961127
Merge branch '2.3.x'
...
Closes gh-21639
5 years ago