Commit Graph

26112 Commits

Author SHA1 Message Date
Stéphane Nicoll 56ad028345 Upgrade to Spring Data Bom 2023.1.9
Closes gh-41724
2024-08-19 17:30:07 +02:00
Stéphane Nicoll 51729a9e59 Upgrade to Maven Install Plugin 3.1.3
Closes gh-41940
2024-08-19 17:30:07 +02:00
Stéphane Nicoll 2e0244b92d Upgrade to Maven Deploy Plugin 3.1.3
Closes gh-41939
2024-08-19 17:30:03 +02:00
Stéphane Nicoll 1a4bfa121d Upgrade to Dropwizard Metrics 4.2.27
Closes gh-41938
2024-08-19 17:29:59 +02:00
Stéphane Nicoll 801fd1d0b8 Upgrade to Hibernate 6.6.0.Final
Closes gh-41931
2024-08-19 16:35:21 +02:00
Stéphane Nicoll aa4e22809b Merge branch '3.3.x' 2024-08-19 16:31:42 +02:00
Stéphane Nicoll 9c2d388ca8 Merge branch '3.2.x' into 3.3.x 2024-08-19 16:31:17 +02:00
Stéphane Nicoll 8a253d1db7 Fix formatting 2024-08-19 16:28:47 +02:00
Stéphane Nicoll 501a8b2a96 Merge branch '3.3.x'
Closes gh-41936
2024-08-19 16:21:14 +02:00
Stéphane Nicoll 1d062e0f41 Merge branch '3.2.x' into 3.3.x
Closes gh-41935
2024-08-19 16:21:03 +02:00
Stéphane Nicoll f1e5108b59 Improve Javadoc of slice test annotations
This commit harmonizes the phrasing that we use to describe what
components are considered for scanning when a slice test is enabled.

This makes the description of the default filter explicit, with an
exhaustive description of the annotations and/or base classes.

Closes gh-41914
2024-08-19 16:19:18 +02:00
Stéphane Nicoll 2ef31951f8 Use JRE.JAVA_23 now that it is available
See gh-41898
2024-08-19 14:44:01 +02:00
Stéphane Nicoll 6fd1f0f1f5 Avoid using JRE.OTHER for Infinispan tests
See gh-41909
2024-08-19 14:38:54 +02:00
Stéphane Nicoll b43cd51f3c Upgrade to Flyway 10.17.1
Closes gh-41924
2024-08-19 11:16:24 +02:00
Andy Wilkinson 8e20aaca7c Merge branch '3.3.x'
Closes gh-41923
2024-08-19 09:59:40 +01:00
Andy Wilkinson 8968d9e98d Merge branch '3.2.x' into 3.3.x
Closes gh-41922
2024-08-19 09:59:20 +01:00
Andy Wilkinson bc1920d6bb Use a JRE range to control when Artemis tests are enabled
Closes gh-41909
2024-08-19 09:58:51 +01:00
Moritz Halbritter 8665636e88 Fix casing
See gh-41205
2024-08-19 10:57:16 +02:00
Moritz Halbritter fd1472784e Polish "Add SslInfoContributor and SslHealthIndicator"
See gh-41205
2024-08-19 10:41:29 +02:00
Jonatan Ivanov 5e3796e814 Add SslInfoContributor and SslHealthIndicator
See gh-41205
2024-08-19 10:00:00 +02:00
Stéphane Nicoll 71ca952827 Merge branch '3.3.x'
Closes gh-41921
2024-08-19 09:46:34 +02:00
Stéphane Nicoll a19d69e052 Merge branch '3.2.x' into 3.3.x
Closes gh-41920
2024-08-19 09:46:23 +02:00
Christoph Dreis 393ec8ae51 Fix duplicate words
See gh-41916
2024-08-19 09:44:29 +02:00
Stéphane Nicoll e5d97cc2fc Merge branch '3.3.x'
Closes gh-41919
2024-08-19 09:40:06 +02:00
Stéphane Nicoll ff739b66f3 Merge branch '3.2.x' into 3.3.x
Closes gh-41918
2024-08-19 09:39:55 +02:00
Yanming Zhou 737a1ed711 Remove unnecessary null check
See gh-41917
2024-08-19 09:36:08 +02:00
Andy Wilkinson 09e119b7c7 Merge branch '3.3.x'
Closes gh-41892
2024-08-16 20:45:26 +01:00
Andy Wilkinson dd2ed5f12d Upgrade to Logback 1.5.7
Closes gh-41887
2024-08-16 20:43:06 +01:00
Andy Wilkinson 77089a1e06 Merge branch '3.3.x'
Closes gh-41908
2024-08-16 19:48:02 +01:00
Andy Wilkinson cca5516ab0 Merge branch '3.2.x' into 3.3.x
Closes gh-41907
2024-08-16 19:47:37 +01:00
Andy Wilkinson 7a898cbbec Prevent custom java.io.tmpdir from polluting JVM's temp file creation
If java.nio.file.Files.createTempFile or
java.io.File.createTempFile(String, String) is called for the first
time while the java.io.tmpdir system property is set to a custom
value, the JVM's temporary file creation will then try to use that
custom temporary directory for all subsequent file creation. This
can result in failures if the custom temporary directory is deleted
and the JVM then tries to use it.

This commit avoids the problem by calls the two createTempFile
methods while the default java.io.tmpdir value is in place. This
ensures that the JVM will use this original temporary directory for
all of its subsequent temporary file creation while allowing the
tests to use a custom location without unwanted side-effects.

Closes gh-41905
2024-08-16 19:19:15 +01:00
Stéphane Nicoll b6d648e246 Upgrade to Spring LDAP 3.2.6
Closes gh-41754
2024-08-16 17:06:56 +02:00
Stéphane Nicoll 573f607ee2 Upgrade to Spring HATEOAS 2.3.2
Closes gh-41903
2024-08-16 17:06:56 +02:00
Stéphane Nicoll 43d3d83d6c Upgrade to Spring Data Bom 2024.0.3
Closes gh-41902
2024-08-16 17:06:56 +02:00
Stéphane Nicoll 41393e5de1 Upgrade to RxJava3 3.1.9
Closes gh-41901
2024-08-16 17:06:56 +02:00
Stéphane Nicoll 80a0e84dab Upgrade to Rabbit Stream Client 0.17.0
Closes gh-41900
2024-08-16 17:06:56 +02:00
Stéphane Nicoll d93f9225ea Upgrade to Pulsar Reactive 0.5.7
Closes gh-41899
2024-08-16 17:06:55 +02:00
Stéphane Nicoll 044d2295df Upgrade to jOOQ 3.19.11
Closes gh-41897
2024-08-16 17:06:55 +02:00
Stéphane Nicoll d35ecbcc8a Upgrade to Jakarta Servlet JSP JSTL 3.0.1
Closes gh-41896
2024-08-16 17:06:55 +02:00
Stéphane Nicoll 13fab8395f Upgrade to H2 2.3.232
Closes gh-41895
2024-08-16 17:06:55 +02:00
Stéphane Nicoll 4ddbd27c9e Upgrade to Couchbase Client 3.7.2
Closes gh-41894
2024-08-16 17:06:55 +02:00
Stéphane Nicoll f8d638466f Upgrade to Byte Buddy 1.14.19
Closes gh-41893
2024-08-16 17:06:55 +02:00
Stéphane Nicoll 85c5c943b4 Merge branch '3.3.x'
See gh-41892
2024-08-16 16:54:58 +02:00
Stéphane Nicoll e7af34a7ca Revert "Merge pull request #41885 from mches"
This reverts commit 68d600e9da, reversing
changes made to d4762eca22.

See gh-41885
2024-08-16 16:52:59 +02:00
Stéphane Nicoll c9833d7aa8 Merge branch '3.3.x'
Closes gh-41892
2024-08-16 14:54:15 +02:00
Stéphane Nicoll f9d563476b Polish "Upgrade to Logback 1.5.7"
See gh-41885
2024-08-16 14:51:19 +02:00
Mark Chesney f09d645136 Upgrade to Logback 1.5.7
See gh-41885
2024-08-16 14:51:19 +02:00
Andy Wilkinson f78ec43dd6 Merge branch '3.3.x'
Closes gh-41891
2024-08-16 13:30:49 +01:00
Andy Wilkinson d4762eca22 Auto-configure SBOM endpoint web extension when only exposed on CF
Fixes gh-41890
2024-08-16 13:25:01 +01:00
Stéphane Nicoll f508be2da5 Upgrade to Spring LDAP 3.2.6
Closes gh-41739
2024-08-16 10:59:26 +02:00
Stéphane Nicoll 0cb8057ba8 Upgrade to Spring HATEOAS 2.3.2
Closes gh-41889
2024-08-16 10:59:25 +02:00
Stéphane Nicoll d84496b191 Upgrade to Pulsar Reactive 0.5.7
Closes gh-41888
2024-08-16 10:59:25 +02:00
Stéphane Nicoll 2af1afbe4f Upgrade to Byte Buddy 1.14.19
Closes gh-41886
2024-08-16 10:38:27 +02:00
Moritz Halbritter 810fbca34f Auto-configure remote fields on BraveBaggageManager
Closes gh-41884
2024-08-16 10:05:47 +02:00
Stéphane Nicoll 2dbee6d988 Upgrade to Spring LDAP 3.2.6
Closes gh-41726
2024-08-16 09:33:25 +02:00
Stéphane Nicoll d70a362bd3 Upgrade to Spring HATEOAS 2.2.4
Closes gh-41883
2024-08-16 09:33:24 +02:00
Stéphane Nicoll d8639632b5 Upgrade to Pulsar Reactive 0.5.7
Closes gh-41882
2024-08-16 09:33:20 +02:00
Stéphane Nicoll a823c75bf9 Upgrade to Byte Buddy 1.14.19
Closes gh-41881
2024-08-16 09:33:16 +02:00
Andy Wilkinson 4591df1a74 Merge branch '3.3.x'
Closes gh-41875
2024-08-15 11:18:16 +01:00
Eddú Meléndez fa8423b139 Use activemq-bom
ActiveMQ 6.1.3 provides activemq-bom.

See gh-41718
2024-08-15 11:14:15 +01:00
Andy Wilkinson bb72a9dbc5 Merge branch '3.3.x'
Closes gh-41874
2024-08-15 11:11:59 +01:00
Andy Wilkinson 732a7baf50 Merge branch '3.2.x' into 3.3.x
Closes gh-41873
2024-08-15 11:11:50 +01:00
rajin c808d44c11 Register JarUrlClassLoader as parallel capable
See gh-41665
2024-08-15 11:11:18 +01:00
Andy Wilkinson 1bf9b258b5 Merge branch '3.3.x'
Closes gh-41872
2024-08-15 11:08:50 +01:00
Andy Wilkinson 1433b64f6f Merge branch '3.2.x' into 3.3.x
Closes gh-41871
2024-08-15 11:07:56 +01:00
Andy Wilkinson cc88a1db97 Test Gradle Plugin against Gradle 8.10
Closes gh-41870
2024-08-15 11:07:15 +01:00
Piyal Ahmed 5ba9b13762 Declare constants as final
See gh-41854
2024-08-15 10:42:55 +01:00
Andy Wilkinson e9da0c237e Correct grammar in 'Running your Application with Maven'
Closes gh-41868
2024-08-15 10:38:57 +01:00
Andy Wilkinson 9a4c17016d Merge branch '3.3.x'
Closes gh-41869
2024-08-15 10:37:25 +01:00
John Blum e6f89c13a3 Correct grammar in 'Running your Application with Maven'
See gh-41840
2024-08-15 10:36:29 +01:00
Piyal Ahmed 86d6fefdc0 Remove unused argument
See gh-41855
2024-08-15 10:29:59 +01:00
Stéphane Nicoll 04d6f89f91 Upgrade to Reactor 2024.0.0-M5
Closes gh-41752
2024-08-15 11:11:12 +02:00
Scott Frederick add3d87ea1 Support Couchbase authentication using client certificates
Closes gh-41520
2024-08-14 14:40:06 -05:00
Andy Wilkinson d56dd741d0 Merge branch '3.3.x'
Closes gh-41860
2024-08-14 19:04:18 +01:00
Andy Wilkinson 1bd9948485 Merge branch '3.2.x' into 3.3.x
Closes gh-41859
2024-08-14 19:03:52 +01:00
Andy Wilkinson e7e5ed1508 Don't initialize containers during AOT processing
Fixes gh-41838
2024-08-14 18:56:00 +01:00
Moritz Halbritter 46150bae89 Merge branch '3.3.x'
Closes gh-41858
2024-08-14 17:20:59 +02:00
Moritz Halbritter 2a84fe5760 Merge branch '3.2.x' into 3.3.x
Closes gh-41857
2024-08-14 16:47:52 +02:00
Moritz Halbritter 1d45016d8c Upgrade to spring-javaformat 0.0.43
Closes gh-41853
2024-08-14 16:32:41 +02:00
Scott Frederick cc3e62deaf Merge branch '3.3.x'
Closes gh-41850
2024-08-13 16:02:58 -05:00
Scott Frederick cae3a6a3e2 Merge branch '3.2.x' into 3.3.x
Closes gh-41849
2024-08-13 16:02:48 -05:00
Scott Frederick b43d97b359 Document the need to explicitly reset mock servers
When MockServerRestTemplateCustomizer and MockServerRestClientCustomizer
are used directly instead of via auto-configuration, it is necessary to
manually reset the MockRestServiceServer expectations between tests.

Closes gh-41848
2024-08-13 16:01:46 -05:00
Scott Frederick db70aa1a5f Use Spring Boot PEM parser in SAML2 signing auto-configuration
Closes gh-41567
2024-08-13 14:51:44 -05:00
Stéphane Nicoll deb0c3f7de Upgrade to RxJava3 3.1.9
Closes gh-41847
2024-08-13 19:51:54 +02:00
Stéphane Nicoll 4aee2d84ad Upgrade to Reactor Bom 2023.0.9
Closes gh-41735
2024-08-13 19:51:48 +02:00
Stéphane Nicoll 3972af47c4 Upgrade to jOOQ 3.19.11
Closes gh-41846
2024-08-13 19:51:47 +02:00
Stéphane Nicoll 1b213582a7 Upgrade to Jakarta Servlet JSP JSTL 3.0.1
Closes gh-41845
2024-08-13 19:51:43 +02:00
Stéphane Nicoll c0e61d1a86 Upgrade to RxJava3 3.1.9
Closes gh-41844
2024-08-13 19:48:49 +02:00
Stéphane Nicoll ae8d682871 Upgrade to Reactor Bom 2023.0.9
Closes gh-41722
2024-08-13 19:48:45 +02:00
Stéphane Nicoll 03ab9e9200 Upgrade to jOOQ 3.18.18
Closes gh-41843
2024-08-13 19:48:44 +02:00
Stéphane Nicoll 54fe89fd21 Upgrade to Jakarta Servlet JSP JSTL 3.0.1
Closes gh-41842
2024-08-13 19:48:40 +02:00
Stéphane Nicoll 9ac40e29ca Upgrade to Micrometer Tracing 1.4.0-M2
Closes gh-41751
2024-08-13 16:25:41 +02:00
Stéphane Nicoll a4326aaff8 Upgrade to Micrometer 1.4.0-M2
Closes gh-41750
2024-08-13 16:25:16 +02:00
Stéphane Nicoll c36a363670 Upgrade to Micrometer Tracing 1.3.3
Closes gh-41734
2024-08-13 16:24:34 +02:00
Stéphane Nicoll 069585f2e6 Upgrade to Micrometer 1.13.3
Closes gh-41733
2024-08-13 16:24:08 +02:00
Stéphane Nicoll de1f3ac3cf Upgrade to Micrometer Tracing 1.2.9
Closes gh-41721
2024-08-13 16:21:36 +02:00
Stéphane Nicoll f7a5c38cb5 Upgrade to Micrometer 1.12.9
Closes gh-41720
2024-08-13 16:21:15 +02:00
Stéphane Nicoll 7937e4b235 Upgrade to Kafka 3.8.0
Closes gh-41803
2024-08-13 08:09:47 +02:00
Stéphane Nicoll 24d14743c4 Revert "Adapt to framework change that makes CacheControl immutable"
This reverts commit 7343254090 as the
change in Framework has been reverted as well.
2024-08-12 17:50:08 +02:00
Stéphane Nicoll a839cbdb68 Merge branch '3.3.x'
Closes gh-41829
2024-08-12 16:13:35 +02:00
Stéphane Nicoll 7f6f95edc0 Merge branch '3.2.x' into 3.3.x
Closes gh-41828
2024-08-12 16:13:23 +02:00
Stéphane Nicoll 13600295b0 Upgrade to Jetty 12.0.12
Closes gh-41770
2024-08-12 15:44:02 +02:00
Stéphane Nicoll 7343254090 Adapt to framework change that makes CacheControl immutable
See https://github.com/spring-projects/spring-framework/pull/33366
2024-08-12 14:46:37 +02:00
Moritz Halbritter 6031d04837 Fix property description of spring.docker.compose.file
Also fixes the casing of 'Docker Compose' so that it's now spelled
consistently.
2024-08-12 13:52:53 +02:00
Moritz Halbritter 5141045f6f Add properties class to bind to in SpringApplication
Closes gh-40592
2024-08-12 11:11:27 +02:00
Stéphane Nicoll 16347a7e31 Revert "Upgrade to Elasticsearch Client 8.14.3"
See gh-41797
2024-08-12 11:04:58 +02:00
Stéphane Nicoll 34f5bbe26a Prohibit upgrades to Kotlin Serialization 1.7.x
Closes gh-41826
2024-08-12 10:19:59 +02:00
Stéphane Nicoll 9fdaf386a1 Start building against Spring AMQP 3.2.0-M2 snapshots
See gh-41823
2024-08-12 09:40:03 +02:00
Stéphane Nicoll bde0c3d088 Start building against Spring Integration 6.4.0-M2 snapshots
See gh-41822
2024-08-12 09:40:03 +02:00
Stéphane Nicoll 4812f6da27 Start building against Spring Kafka 3.3.0-M2 snapshots
See gh-41821
2024-08-12 09:40:02 +02:00
Stéphane Nicoll f501b3dc2b Upgrade to Yasson 3.0.4
Closes gh-41820
2024-08-12 09:40:02 +02:00
Stéphane Nicoll 040f4cbbfb Upgrade to Testcontainers 1.20.1
Closes gh-41818
2024-08-12 09:40:01 +02:00
Stéphane Nicoll 53a1cc0732 Upgrade to SQLite JDBC 3.46.0.1
Closes gh-41817
2024-08-12 09:40:01 +02:00
Stéphane Nicoll 3004ac478d Upgrade to SLF4J 2.0.16
Closes gh-41816
2024-08-12 09:40:00 +02:00
Stéphane Nicoll e290c9b3f4 Upgrade to Selenium HtmlUnit 4.23.0
Closes gh-41815
2024-08-12 09:40:00 +02:00
Stéphane Nicoll d979484605 Upgrade to Selenium 4.23.1
Closes gh-41814
2024-08-12 09:40:00 +02:00
Stéphane Nicoll 56a06b336e Upgrade to Pulsar 3.3.1
Closes gh-41813
2024-08-12 09:40:00 +02:00
Stéphane Nicoll b6b7378a64 Upgrade to Oracle Database 23.5.0.24.07
Closes gh-41812
2024-08-12 09:39:59 +02:00
Stéphane Nicoll 33f7f1718b Upgrade to OpenTelemetry 1.41.0
Closes gh-41811
2024-08-12 09:39:59 +02:00
Stéphane Nicoll 97e85bf5e2 Upgrade to Netty 4.1.112.Final
Closes gh-41810
2024-08-12 09:39:59 +02:00
Stéphane Nicoll 2d17b97222 Upgrade to MSSQL JDBC 12.8.0.jre11
Closes gh-41809
2024-08-12 09:39:59 +02:00
Stéphane Nicoll b67b404559 Upgrade to MongoDB 5.1.3
Closes gh-41808
2024-08-12 09:39:59 +02:00
Stéphane Nicoll d3d1f82526 Upgrade to Maven Javadoc Plugin 3.8.0
Closes gh-41807
2024-08-12 09:39:58 +02:00
Stéphane Nicoll 3a6bdd386c Upgrade to MariaDB 3.4.1
Closes gh-41806
2024-08-12 09:39:58 +02:00
Stéphane Nicoll dd693fcfb3 Upgrade to Liquibase 4.29.1
Closes gh-41805
2024-08-12 09:39:58 +02:00
Stéphane Nicoll 935f30df24 Upgrade to Jetty Reactive HTTPClient 4.0.6
Closes gh-41802
2024-08-12 09:39:58 +02:00
Stéphane Nicoll e8ad8bfce6 Upgrade to Jersey 3.1.8
Closes gh-41801
2024-08-12 09:39:57 +02:00
Stéphane Nicoll 65170c6bbb Upgrade to Infinispan 15.0.7.Final
Closes gh-41800
2024-08-12 09:39:57 +02:00
Stéphane Nicoll bc04d70ed1 Upgrade to HtmlUnit 4.4.0
Closes gh-41799
2024-08-12 09:39:57 +02:00
Stéphane Nicoll c7bf636116 Upgrade to Hazelcast 5.5.0
Closes gh-41798
2024-08-12 09:39:57 +02:00
Stéphane Nicoll 3508027399 Upgrade to Elasticsearch Client 8.14.3
Closes gh-41797
2024-08-12 09:39:56 +02:00
Stéphane Nicoll 90703b4c7e Upgrade to CycloneDX Maven Plugin 2.8.1
Closes gh-41796
2024-08-12 09:39:56 +02:00
Stéphane Nicoll 141059ad9a Upgrade to Commons Lang3 3.16.0
Closes gh-41795
2024-08-12 09:39:56 +02:00
Stéphane Nicoll ca9cac6270 Upgrade to Artemis 2.36.0
Closes gh-41794
2024-08-12 09:39:56 +02:00
Stéphane Nicoll ebace48ade Upgrade to ActiveMQ 6.1.3
Closes gh-41793
2024-08-12 09:39:56 +02:00
Moritz Halbritter c34c0d1927 Merge branch '3.3.x' 2024-08-12 09:23:01 +02:00
Moritz Halbritter fe55ce9357 Improve Dockerfiles example in packaging documentation 2024-08-12 09:20:46 +02:00
Stéphane Nicoll 771b722361 Upgrade to Yasson 3.0.4
Closes gh-41792
2024-08-12 07:28:42 +02:00
Stéphane Nicoll e6462764bf Upgrade to SLF4J 2.0.16
Closes gh-41790
2024-08-12 07:28:34 +02:00
Stéphane Nicoll b3e6827161 Upgrade to Pulsar 3.2.4
Closes gh-41789
2024-08-12 07:28:30 +02:00
Stéphane Nicoll dc093bb89f Upgrade to Netty 4.1.112.Final
Closes gh-41788
2024-08-12 07:28:26 +02:00
Stéphane Nicoll f4f3cbfde4 Upgrade to Jetty Reactive HTTPClient 4.0.6
Closes gh-41786
2024-08-12 07:28:18 +02:00
Stéphane Nicoll 8c254c3394 Upgrade to Jersey 3.1.8
Closes gh-41785
2024-08-12 07:28:13 +02:00
Stéphane Nicoll da86b04d37 Upgrade to Infinispan 15.0.7.Final
Closes gh-41784
2024-08-12 07:28:09 +02:00
Stéphane Nicoll cdc7bbefce Upgrade to CycloneDX Maven Plugin 2.8.1
Closes gh-41783
2024-08-12 07:28:05 +02:00
Stéphane Nicoll 64b2e6646b Upgrade to ActiveMQ 6.1.3
Closes gh-41782
2024-08-12 07:28:00 +02:00
Stéphane Nicoll 4fb62fe78d Upgrade to Yasson 3.0.4
Closes gh-41776
2024-08-10 15:43:49 +02:00
Stéphane Nicoll b19df0dad3 Upgrade to SLF4J 2.0.16
Closes gh-41774
2024-08-10 15:43:49 +02:00
Stéphane Nicoll f824d5c7e8 Upgrade to Netty 4.1.112.Final
Closes gh-41773
2024-08-10 15:43:48 +02:00
Stéphane Nicoll 7102f65ace Upgrade to MongoDB 4.11.3
Closes gh-41772
2024-08-10 15:43:48 +02:00