Commit Graph

285 Commits (43846310256b1efb09accd5f0b33a99510eedb60)

Author SHA1 Message Date
Andy Wilkinson 4384631025 Merge branch '3.0.x' into 3.1.x
Closes gh-37818
1 year ago
Andy Wilkinson 6c44809488 Merge branch '2.7.x' into 3.0.x
Closes gh-37817
1 year ago
Andy Wilkinson 254b8fe3cb Closes gh-37815 1 year ago
Andy Wilkinson 7038eb4a7d Upgrade to Spock Framework 2.3-groovy-4.0
Closes gh-36733
1 year ago
Andy Wilkinson dc964642f0 Upgrade to MockK 1.13.5
Closes gh-36732
1 year ago
Andy Wilkinson ce14c70fbd Upgrade to Maven Resolver 1.9.14
Closes gh-36731
1 year ago
Andy Wilkinson d76e8ad7d1 Upgrade to Maven Invoker 3.2.0
Closes gh-36730
1 year ago
Andy Wilkinson 64463fe7ec Upgrade to Maven 3.9.4
Closes gh-36729
1 year ago
Andy Wilkinson 599322c154 Upgrade to Janino 3.1.10
Closes gh-36728
1 year ago
Andy Wilkinson d4f9532644 Upgrade to Commons FileUpload 1.5
Closes gh-36727
1 year ago
Andy Wilkinson c7f32bb8ee Upgrade to API Guardian 1.1.2
Closes gh-36726
1 year ago
Andy Wilkinson 80f9d5c9e4 Upgrade to Testcontainers 1.18.3
Closes gh-36722
1 year ago
Andy Wilkinson 0ce260fa02 Upgrade to Spock Framework 2.3-groovy-4.0
Closes gh-36721
1 year ago
Andy Wilkinson a642769d73 Upgrade to MockK 1.13.5
Closes gh-36720
1 year ago
Andy Wilkinson 14cf2335ee Upgrade to Maven Resolver 1.9.14
Closes gh-36719
1 year ago
Andy Wilkinson bbe01a89b0 Upgrade to Maven Invoker 3.2.0
Closes gh-36718
1 year ago
Andy Wilkinson 0457519fab Upgrade to Maven 3.9.4
Closes gh-36717
1 year ago
Andy Wilkinson 63a94f762a Upgrade to Janino 3.1.10
Closes gh-36716
1 year ago
Andy Wilkinson de3d39b880 Upgrade to Commons FileUpload 1.5
Closes gh-36715
1 year ago
Andy Wilkinson 533168b31b Upgrade to API Guardian 1.1.2
Closes gh-36714
1 year ago
Andy Wilkinson 80a6873a98 Upgrade to Testcontainers 1.18.3
Closes gh-36710
1 year ago
Andy Wilkinson f0d2f6e991 Upgrade to Spock Framework 2.3-groovy-3.0
Closes gh-36709
1 year ago
Andy Wilkinson 4b552d5c44 Upgrade to MockK 1.13.5
Closes gh-36708
1 year ago
Andy Wilkinson 2c7fe47529 Upgrade to Maven Resolver 1.9.14
Closes gh-36707
1 year ago
Andy Wilkinson 7fcf4c7dcf Upgrade to Maven Invoker 3.2.0
Closes gh-36706
1 year ago
Andy Wilkinson 59bd6879a2 Upgrade to Maven 3.9.4
Closes gh-36705
1 year ago
Andy Wilkinson a709625c24 Upgrade to Commons FileUpload 1.5
Closes gh-36704
1 year ago
Andy Wilkinson f24b56b541 Upgrade to API Guardian 1.1.2
Closes gh-36703
1 year ago
Andy Wilkinson c3fda93346 Merge branch '3.0.x' into 3.1.x
Closes gh-36627
1 year ago
Andy Wilkinson a92c1abf70 Merge branch '2.7.x' into 3.0.x
Closes gh-36626
1 year ago
Andy Wilkinson c44e7376b4 Upgrade to Spring Asciidoctor Extensions 0.6.2
Closes gh-36625
1 year ago
Andy Wilkinson 5348e246a5 Provide dependency management for Testcontainers
Closes gh-34712
2 years ago
Andy Wilkinson 88de3cc089 Temporarily remove auto-config for Reactor context propagation
See gh-34201
2 years ago
Andy Wilkinson cae8c14ac7 Make Micrometer context-propagation available to test compilation
See gh-34201
2 years ago
Moritz Halbritter 75f934c92e Merge branch '2.7.x'
Closes gh-33816
2 years ago
Moritz Halbritter aca087e762 Add more possibilities to prohibit version upgrades
Closes gh-32457
2 years ago
Andy Wilkinson dfc8642253 Merge branch '2.7.x'
Closes gh-33757
2 years ago
Andy Wilkinson 985094d33d Upgrade to Spring Asciidoctor Extensions 0.6.1
Closes gh-33744
2 years ago
Phillip Webb 0bdf7e8af7 Allow spring properties to be used in logback <if> blocks
Reorder `SpringBootJoranConfigurator.addModelHandlerAssociations` so
that handlers are added before calling the super method. Prior to this
commit, handlers were added behind filters which prevented them from
being used in `<if>` blocks.

Fixes gh-33028
2 years ago
Andy Wilkinson 77f428498f Compile against SnakeYAML 1.32 and test against older versions
Closes gh-32392
2 years ago
Andy Wilkinson 78f4242e46 Build with Gradle 7.5 while still supporting Gradle 6.8+
Closes gh-32281
2 years ago
Andy Wilkinson d9265f0a92 Build against SnakeYAML 1.31 but still use 1.29 in dep mgmt and starter 2 years ago
Stephane Nicoll 82a9c219e1 Merge branch '2.7.x'
Closes gh-32129
2 years ago
Stephane Nicoll 6d80b601b6 Upgrade to Testcontainers 1.17.3
Closes gh-32127
2 years ago
Stephane Nicoll 0e9f8a5994 Merge branch '2.7.x'
Closes gh-31922
2 years ago
Stephane Nicoll 3a5b40645a Restore support for C3P0
Closes gh-31920
2 years ago
Andy Wilkinson 5c057a2730 Auto-configure the new Elasticsearch clients
This commit introduces auto-configuration for the new Elasticsearch
clients that are based upon their new Java client. The new Java
client builds on top of their existing low-level REST client,
replacing the high-level REST client which has been deprecated.
As part of introducing support for the new Elasticsearch client,
the auto-configuration for the templates (both imperative and
reactive) provided by Spring Data has also been updated to use the
new templates that build upon the new Java client.

As part of these changes, support for the high-level REST client and
the old Spring Data Elasticsearch templates has been removed. One
significant change is that the new reactive template is no longer
based on WebClient. As a result, the WebClient-specific configuration
property has been removed.

Closes gh-30647
Closes gh-28597
Closes gh-31755
2 years ago
Moritz Halbritter 70af81675e Upgrade to Native Build Tools Plugin 0.9.13
The Native Build Tools version is now managed in gradle.properties
with the key 'nativeBuildToolsVersion'

Closes gh-31688
2 years ago
Andy Wilkinson b35006f0f4 Merge branch '2.7.x' 3 years ago
Andy Wilkinson e3b2088e85 Merge branch '2.5.x' into 2.6.x
Closes gh-31085
3 years ago