Commit Graph

44216 Commits (dc9a48030c583d631a49c68f50dc9a95258a0808)
 

Author SHA1 Message Date
Andy Wilkinson dc9a48030c Merge branch '3.0.x' into 3.1.x 1 year ago
Andy Wilkinson 3eb89343d0 Merge branch '2.7.x' into 3.0.x 1 year ago
Andy Wilkinson c4368bc934 Run LoaderIntegrationTests on Java 21
See gh-37359
1 year ago
Andy Wilkinson 187b5eb1a8 Merge branch '3.0.x' into 3.1.x
Closes gh-37367
1 year ago
Andy Wilkinson 4c1433687d Merge branch '2.7.x' into 3.0.x
Closes gh-37366
1 year ago
Andy Wilkinson a05b2aa1fa Merge branch '3.0.x' into 3.1.x 1 year ago
Andy Wilkinson e3c86c55d7 Merge branch '2.7.x' into 3.0.x 1 year ago
Andy Wilkinson efc180b682 Upgrade Java 21 CI to EA build 35
Closes gh-37365
1 year ago
Andy Wilkinson db3a475888 Fix Dockerfile for JDK 21 CI image
See gh-37359
1 year ago
Andy Wilkinson b9c223581e Merge branch '3.0.x' into 3.1.x
Closes gh-37364
1 year ago
Andy Wilkinson eba2f718a7 Merge branch '2.7.x' into 3.0.x
Closes gh-37363
1 year ago
Moritz Halbritter 13a3e3bdf0 Add TWENTY_ONE to JavaVersion
Closes gh-37362
1 year ago
Andy Wilkinson 28ea983860 Merge branch '3.0.x' into 3.1.x
Closes gh-37361
1 year ago
Andy Wilkinson 34f7d926cf Merge branch '2.7.x' into 3.0.x
Closes gh-37360
1 year ago
Andy Wilkinson 75233e9865 Set up CI with JDK 21
Closes gh-37359
1 year ago
Andy Wilkinson e128eb5025 Merge branch '3.0.x' into 3.1.x
Closes gh-37357
1 year ago
Andy Wilkinson 93ea05edc3 Merge branch '2.7.x' into 3.0.x
Closes gh-37356
1 year ago
Andy Wilkinson 3e68e6042e Merge branch '3.0.x' into 3.1.x 1 year ago
Andy Wilkinson 2ee9bd41b0 Fix moving to Micrometer Tracing snapshots
The GitHub repo, and therefore calendar entry, is named "Tracing"
but our name for the library is "Micrometer Tracing". Configuring
a custom calendarName allows snapshot release dates to be detected.

See gh-37212
1 year ago
Andy Wilkinson 0b3a5f2489 Ensure that check for unnecessary exclusions runs on classpath change
Closes gh-37307
1 year ago
Stephane Nicoll bc234ea9bd Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 0fd9c65d8d Merge branch '2.7.x' into 3.0.x 1 year ago
Stephane Nicoll e92491e4ca Upgrade to Reactor Bom 2022.0.11
Closes gh-37263
1 year ago
Stephane Nicoll c6184b4429 Upgrade to Reactor Bom 2022.0.11
Closes gh-37256
1 year ago
Stephane Nicoll 5bbd4bba91 Upgrade to Reactor Bom 2020.0.36
Closes gh-37246
1 year ago
Stephane Nicoll dfaa0b4625 Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 8d8eb0e3f6 Upgrade to Neo4j Java Driver 5.12.0
Closes gh-37353
1 year ago
Stephane Nicoll 5fe111df66 Upgrade to Neo4j Java Driver 5.12.0
Closes gh-37352
1 year ago
Stephane Nicoll 959cd00627 Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 7df79432eb Polish "Upgrade to Micrometer Tracing 1.0.10"
See gh-37345
1 year ago
Stephane Nicoll 2b23bb8923 Start building against Spring Data Bom 2023.0.4 snapshots
See gh-37350
1 year ago
Stephane Nicoll 11940f8fec Start building against Spring Data Bom 2022.0.10 snapshots
See gh-37349
1 year ago
Stephane Nicoll 70b585f0d7 Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 0163570cda Remove invalid exclusion of Spring Data versions 1 year ago
Stephane Nicoll a815c79e96 Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 10415c3072 Merge branch '2.7.x' into 3.0.x 1 year ago
Stephane Nicoll 4c415efea3 Upgrade to Micrometer Tracing 1.1.5
Closes gh-37262
1 year ago
Stephane Nicoll d720956209 Upgrade to Micrometer 1.11.4
Closes gh-37261
1 year ago
Stephane Nicoll bbefc07752 Upgrade to Micrometer Tracing 1.0.10
Closes gh-37345
1 year ago
Stephane Nicoll a3dff81437 Upgrade to Micrometer 1.10.11
Closes gh-37255
1 year ago
Stephane Nicoll 181f0b004b Upgrade to Micrometer 1.9.15
Closes gh-37245
1 year ago
Moritz Halbritter e2d84fa462 Make SslStoreBundle implementations immutable
Closes gh-37222
1 year ago
Stephane Nicoll c298091e34 Merge branch '3.0.x' into 3.1.x
Closes gh-37336
1 year ago
Stephane Nicoll 112e85507c Support AOT processing of Value Object with several constructors
Previously, AOT processing failed on processing an immutable
configuration properties that declare several constructors as the core
framework infrastructure tries to resolve the "autowired" constructor
to use, even if the custom code fragments are never going to use it.

This commit workarounds the problem in maintenance releases until a
proper fix is provided in the core framework. When AOT runs, a
SmartInstantiationAwareBeanPostProcessor is added to the bean factory
to provide the constructor to use. This implementation relies on the
same algorithm that the binder uses at runtime.

Closes gh-37283
1 year ago
Andy Wilkinson 7754dd290a Merge branch '3.0.x' into 3.1.x 1 year ago
Andy Wilkinson 994bafdfd9 Merge branch '2.7.x' into 3.0.x 1 year ago
Marten Deinum 5141e5c4ac Fix description of brokerUrl property in ArtemisProperties
Update description to refer to url instead of port.

See gh-37260
1 year ago
Stephane Nicoll fcfd7b2655 Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 571c8291a2 Merge branch '2.7.x' into 3.0.x 1 year ago
Stephane Nicoll 342419edb3 Upgrade to Tomcat 10.1.13
Closes gh-37306
1 year ago