Andy Wilkinson
61995d762f
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
fb121a1d40
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30836
3 years ago
Andy Wilkinson
de1cda786e
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30835
3 years ago
Andy Wilkinson
d338df513a
Avoid stale inputs by using sync rather than copy
...
Closes gh-30829
3 years ago
Andy Wilkinson
80470f0b26
Add native profile to spring-boot-starter-parent
...
Closes gh-30830
Co-authored-by: Stephane Nicoll <snicoll@vmware.com>
3 years ago
Stephane Nicoll
e81c6337c6
Add support for invoking AOT to the Maven Plugin
...
This commit adds an `aot-generate` goal to the Maven Plugin that
triggers AOT generation on the application. The new goal shares a
number of properties with the existing `run` goal and uses the same
algorithm to detect the main class to use.
Closes gh-30525
3 years ago
Andy Wilkinson
096420cc4c
Generate native image config data in recommended location
...
Closes gh-30827
3 years ago
Andy Wilkinson
6c607ac622
Merge branch '2.7.x'
...
Closes gh-30822
3 years ago
Andy Wilkinson
cbc4e77b04
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30810
3 years ago
Andy Wilkinson
c7117f8f57
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30813
3 years ago
Andy Wilkinson
b5167a46ac
Upgrade Java 18 CI image to jdk-18.0.1+10
...
Closes gh-30817
3 years ago
Andy Wilkinson
140499f135
Merge branch '2.7.x'
...
Closes gh-30814
3 years ago
Andy Wilkinson
bcd5c59373
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30805
3 years ago
Andy Wilkinson
e2bfddb5d4
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30821
3 years ago
Andy Wilkinson
400dc5261c
Upgrade Java 17 CI image to jdk-17.0.3+7
...
Closes gh-30807
3 years ago
Andy Wilkinson
35d0006564
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
692caea73b
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30809
3 years ago
Andy Wilkinson
dd23222d3f
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30820
3 years ago
Andy Wilkinson
7bd6805bc0
Upgrade Java 11 CI image to jdk-11.0.15+10
...
Closes gh-30818
3 years ago
Andy Wilkinson
c332d32705
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
55ee74fe60
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30808
3 years ago
Andy Wilkinson
9f65e78a23
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30812
3 years ago
Andy Wilkinson
4246e4dbc4
Upgrade Java 8 CI image to jdk8u332-b09
...
Closes gh-30819
3 years ago
Andy Wilkinson
92f089e300
Merge branch '2.7.x'
...
Closes gh-30815
3 years ago
Andy Wilkinson
a7cc76cd86
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30806
3 years ago
Andy Wilkinson
0b6a3e7ec6
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30816
3 years ago
Andy Wilkinson
8eb9ddd063
Upgrade CI images to ubuntu:focal-20220415
...
Closes gh-30811
3 years ago
Andy Wilkinson
97589d0465
Introduce Hook-based AOT processing
...
Closes gh-30555
Co-authored-by: Stephane Nicoll <snicoll@vmware.com>
3 years ago
Andy Wilkinson
9cd17f8a14
Introduce hooking of SpringApplication
...
Closes gh-30538
3 years ago
Andy Wilkinson
6d15e6d4ef
Adapt to breaking API changes in latest Micrometer snapshots
...
See gh-30800
3 years ago
Andy Wilkinson
fb16907c0e
Fix resolution Batch's Oracle schema location
...
Closes gh-30564
3 years ago
Andy Wilkinson
60e389ea38
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
facbc7b47b
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30795
3 years ago
Andy Wilkinson
bf94ea24d3
Improve testing of Batch schema resolution
...
Closes gh-30794
3 years ago
Andy Wilkinson
eacd8c04a5
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
56690a7eb9
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30791
3 years ago
Andy Wilkinson
409ec48e2a
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30790
3 years ago
Andy Wilkinson
193ef9a06d
Package META-INF/services/ files beneath BOOT-INF/classes/
...
Closes gh-30413
3 years ago
Moritz Halbritter
85a4c94dea
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
b406971094
Remove hyphen from asserting-party
...
spring.security.saml2.relyingparty.registration.*.asserting-party.* is
now named spring.security.saml2.relyingparty.registration.*.assertingparty.*
Closes gh-30785
3 years ago
Andy Wilkinson
3987deccde
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
3c5cea47d0
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30789
3 years ago
Andy Wilkinson
3f23c08268
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30788
3 years ago
Andy Wilkinson
ce788657ce
Improve diagnostics for map binding failures
...
Closes gh-30281
3 years ago
Moritz Halbritter
afdb651b04
Auto-configure TracingObservationHandler for HTTP server and clients
...
- Auto-configures HttpServerTracingObservationHandler and
HttpClientTracingObservationHandler into Micrometer Tracing. Both
handlers are ordered before the DefaultTracingObservationHandler,
which is only used as a fallback.
- The HttpServerHandler and HttpClientHandler implementations are
auto-configured in the Brave and OpenTelemetry auto-configurations.
Closes gh-30784
3 years ago
Andy Wilkinson
061d86e037
Reinstate Session Redis smoke test
...
See gh-30673
3 years ago
Andy Wilkinson
331ec1ab21
Merge branch '2.7.x'
3 years ago
Andy Wilkinson
25909d0cba
Merge pull request #30774 from mmoayyed
...
* gh-30774:
Adjust mustache property name to match replacement
Closes gh-30774
3 years ago
Misagh Moayyed
d9ed4fbc2e
Adjust mustache property name to match replacement
...
`spring.mustache.cache` should be replaced with
`spring.mustache.servlet.cache`, to avoid configuration warnings
on startup when using the properties migrator.
See gh-30774
3 years ago
Andy Wilkinson
4e193dc574
Merge branch '2.7.x'
3 years ago