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
Andy Wilkinson
d0c9d5aabc
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30787
3 years ago
Andy Wilkinson
5c3be7c61e
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30786
3 years ago
Andy Wilkinson
ffe0ec6d4d
Use SearchStrategy in MethodValidationExcludeFilter byAnnotation
...
Closes gh-30631
3 years ago
Moritz Halbritter
35efc23deb
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
e8b7843fe9
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30782
3 years ago
Moritz Halbritter
63eb6b6ad9
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30781
3 years ago
Moritz Halbritter
9b8b87009c
Document support for Java 18
...
Closes gh-30548
3 years ago
Moritz Halbritter
839159cb71
Merge branch '2.7.x'
3 years ago
Moritz Halbritter
6eb3607399
Merge branch '2.6.x' into 2.7.x
...
Closes gh-30780
3 years ago
Moritz Halbritter
078104f138
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30779
3 years ago
Moritz Halbritter
09c7732642
Include link to changelog when announcing release to SDKman
...
Closes gh-30423
3 years ago
Stephane Nicoll
4a3299a60f
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
ce683c3b6f
Upgrade to Maven Javadoc Plugin 3.4.0
...
Closes gh-30770
3 years ago
Stephane Nicoll
b9a2a05513
Upgrade to Kotlin 1.6.21
...
Closes gh-30769
3 years ago
Stephane Nicoll
7ecb51ee39
Upgrade to Janino 3.1.7
...
Closes gh-30768
3 years ago
Stephane Nicoll
7f3922e2fa
Upgrade to Infinispan 13.0.9.Final
...
Closes gh-30767
3 years ago
Stephane Nicoll
d0e237be10
Upgrade to Flyway 8.5.9
...
Closes gh-30766
3 years ago
Stephane Nicoll
5088bcf0ab
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
1926a1ea7c
Merge branch '2.6.x' into 2.7.x
3 years ago
Stephane Nicoll
fb1a25f765
Merge branch '2.5.x' into 2.6.x
3 years ago
Spring Builds
fba258b68a
Next development version (v2.6.8-SNAPSHOT)
3 years ago
Spring Builds
c73d8bfc41
Next development version (v2.5.14-SNAPSHOT)
3 years ago
Stephane Nicoll
f76371be76
Merge branch '2.7.x'
3 years ago
Stephane Nicoll
76e197f3f7
Merge pull request #29812 from tomazfernandes
...
* pr/29812:
Polish "Add auto-configuration to Kafka Retry Topics"
Add auto-configuration to Kafka Retry Topics
Closes gh-29812
3 years ago
Stephane Nicoll
b3e3581271
Polish "Add auto-configuration to Kafka Retry Topics"
...
See gh-29812
3 years ago
tomazfernandes
bf46d7244a
Add auto-configuration to Kafka Retry Topics
...
See gh-29812
3 years ago
Stephane Nicoll
020e3617af
Merge branch '2.7.x'
3 years ago