Commit Graph

43195 Commits

Author SHA1 Message Date
Andy Wilkinson
0ce2b054d2 Merge branch '3.1.x' 2023-06-14 18:20:07 +01:00
Andy Wilkinson
9b88128e3b Merge branch '3.0.x' into 3.1.x 2023-06-14 18:19:53 +01:00
Andy Wilkinson
4694e20628 Merge branch '2.7.x' into 3.0.x 2023-06-14 18:19:43 +01:00
Andy Wilkinson
7d07c0d09c Polish configuration related to predictive test selection
Most notably, this commit splits the tests that use Spring REST Docs
out into a separate task for which predictive test selection is
disabled. This allows it to be cached and use Gradle's built-in
up-to-date checking, thereby avoiding the generation of new snippets
and the need to then run the asciidoctor and asciidoctorPdf tasks.

It also updates spring-boot-smoke-test-junit-vintage to disable
predictive test selection so that we can continue to assert that
the some tests were executed.

See gh-35869
2023-06-14 18:15:04 +01:00
Andy Wilkinson
5d04a71f1d Merge branch '3.1.x' 2023-06-14 14:58:12 +01:00
Andy Wilkinson
9da1fbd3d0 Merge branch '3.0.x' into 3.1.x
Closes gh-35893
2023-06-14 14:57:13 +01:00
Andy Wilkinson
ca5acaf1f2 Merge branch '2.7.x' into 3.0.x
Closes gh-35779
2023-06-14 14:56:47 +01:00
Andy Wilkinson
27b8ec8a3d Upgrade CI images to ubuntu:jammy-20230522
Closes gh-35778
2023-06-14 14:55:05 +01:00
Stephane Nicoll
67fc2f9346 Merge branch '3.1.x' 2023-06-14 09:36:47 +02:00
Stephane Nicoll
7f6dbdbe36 Merge branch '3.0.x' into 3.1.x 2023-06-14 09:36:33 +02:00
Stephane Nicoll
162bba9d7c Merge branch '2.7.x' into 3.0.x 2023-06-14 09:36:13 +02:00
Stephane Nicoll
5853f344eb Upgrade to Tomcat 10.1.10
Closes gh-35886
2023-06-14 09:35:46 +02:00
Stephane Nicoll
f299a2473e Upgrade to Reactor Bom 2022.0.8
Closes gh-35747
2023-06-14 09:35:39 +02:00
Stephane Nicoll
61bae46deb Upgrade to Micrometer Tracing 1.1.2
Closes gh-35746
2023-06-14 09:35:38 +02:00
Stephane Nicoll
b17c948d61 Upgrade to Micrometer 1.11.1
Closes gh-35745
2023-06-14 09:35:38 +02:00
Stephane Nicoll
4f3761c852 Upgrade to Logback 1.4.8
Closes gh-35885
2023-06-14 09:35:37 +02:00
Stephane Nicoll
9e642c9843 Upgrade to Hazelcast 5.2.4
Closes gh-35884
2023-06-14 09:35:32 +02:00
Stephane Nicoll
1093d172a4 Upgrade to Couchbase Client 3.4.7
Closes gh-35883
2023-06-14 09:35:25 +02:00
Stephane Nicoll
0a558c590f Upgrade to Tomcat 10.1.10
Closes gh-35882
2023-06-14 09:23:50 +02:00
Stephane Nicoll
d3ff04fa4b Upgrade to Reactor Bom 2022.0.8
Closes gh-35736
2023-06-14 09:23:44 +02:00
Stephane Nicoll
1900910008 Upgrade to Micrometer Tracing 1.0.7
Closes gh-35735
2023-06-14 09:23:44 +02:00
Stephane Nicoll
2d43f345de Upgrade to Micrometer 1.10.8
Closes gh-35734
2023-06-14 09:23:43 +02:00
Stephane Nicoll
7cf41e9e0a Upgrade to Logback 1.4.8
Closes gh-35881
2023-06-14 09:23:43 +02:00
Stephane Nicoll
10b66975dd Upgrade to Glassfish JAXB 4.0.3
Closes gh-35880
2023-06-14 09:23:38 +02:00
Stephane Nicoll
2dbfe54762 Upgrade to Couchbase Client 3.4.7
Closes gh-35879
2023-06-14 09:23:33 +02:00
Stephane Nicoll
f2a44d7f06 Upgrade to Reactor Bom 2020.0.33
Closes gh-35726
2023-06-14 09:20:05 +02:00
Stephane Nicoll
7576117dd9 Upgrade to Micrometer 1.9.12
Closes gh-35725
2023-06-14 09:20:04 +02:00
Scott Frederick
4950e2a6b7 Merge branch '3.1.x' 2023-06-13 16:42:38 -05:00
Scott Frederick
7e6452edee Fix Redis URL property userinfo parsing
Fixes gh-35850
2023-06-13 16:42:19 -05:00
Andy Wilkinson
ee9a1e6467 Merge branch '3.1.x' 2023-06-13 21:06:37 +01:00
Andy Wilkinson
25c6083fe8 Merge branch '3.0.x' into 3.1.x
Closes gh-35871
2023-06-13 21:06:04 +01:00
Andy Wilkinson
effa77359b Merge branch '2.7.x' into 3.0.x
Closes gh-35870
2023-06-13 21:05:19 +01:00
Andy Wilkinson
2084ae1d1f Make predictive test selection opt-in
Closes gh-35869
2023-06-13 21:04:07 +01:00
Andy Wilkinson
125ff54aaf Merge branch '3.1.x' 2023-06-13 20:30:44 +01:00
Andy Wilkinson
cd0b735da8 Merge branch '3.0.x' into 3.1.x
Closes gh-35877
2023-06-13 20:30:32 +01:00
Andy Wilkinson
23c0e0cccc Merge branch '2.7.x' into 3.0.x
Closes gh-35876
2023-06-13 20:30:18 +01:00
Andy Wilkinson
b2ef9da154 Always run Actuator documentation tests
The tests must run so that the snippets included in the docs are
generated.

Closes gh-35875
2023-06-13 20:29:30 +01:00
Andy Wilkinson
5b39794f93 Merge branch '3.1.x' 2023-06-13 15:55:11 +01:00
Andy Wilkinson
795d8ca194 Merge branch '3.0.x' into 3.1.x
Closes gh-35871
2023-06-13 15:54:59 +01:00
Andy Wilkinson
2ce6a4b2d6 Merge branch '2.7.x' into 3.0.x
Closes gh-35870
2023-06-13 15:54:36 +01:00
Andy Wilkinson
1e0c129452 Enable predictive test selection for local builds
Closes gh-35869
2023-06-13 15:54:20 +01:00
Andy Wilkinson
f6bf3ba5a4 Merge branch '3.1.x' 2023-06-13 15:50:04 +01:00
Andy Wilkinson
b3e2f9a212 Merge branch '3.0.x' into 3.1.x
Closes gh-35868
2023-06-13 15:49:33 +01:00
Andy Wilkinson
ac8ea1d841 Upgrade to Neo4j Java Driver 5.9.0
Closes gh-35867
2023-06-13 15:48:52 +01:00
Andy Wilkinson
21a54ec66d Merge branch '3.1.x' 2023-06-13 13:52:36 +01:00
Andy Wilkinson
e12ae5add5 Merge branch '3.0.x' into 3.1.x
Closes gh-35865
2023-06-13 13:52:10 +01:00
Andy Wilkinson
bdbbbc6470 Merge branch '2.7.x' into 3.0.x
Closes gh-35864
2023-06-13 13:51:51 +01:00
Andy Wilkinson
984dc1d58f Allow package-private main classes to be used with Devtools
Fixes gh-35858
2023-06-13 13:50:27 +01:00
Moritz Halbritter
c73315b4a3 Add property to prevent observations starting with a prefix
For example, setting management.observations.enable.denied.prefix=false
will prevent all observations starting with 'denied.prefix'

Closes gh-34802
2023-06-13 14:04:33 +02:00
Andy Wilkinson
f562ced79a Add CI on JDK 21 2023-06-13 12:01:47 +01:00