Commit Graph

50613 Commits

Author SHA1 Message Date
Stephane Nicoll
6ee002456d Merge branch '2.7.x' into 3.0.x
Closes gh-36737
2023-08-04 14:36:04 +02:00
Stephane Nicoll
747dbc35fe Warmup connection pool in ConnectionPoolMetricsTests
Closes gh-36474
2023-08-04 14:29:59 +02:00
Stephane Nicoll
04d17a7903 Merge branch '3.1.x'
Closes gh-36736
2023-08-04 14:12:15 +02:00
Stephane Nicoll
2e37b0ae47 Merge branch '3.0.x' into 3.1.x
Closes gh-36735
2023-08-04 14:12:04 +02:00
Stephane Nicoll
de632dd77b Merge branch '2.7.x' into 3.0.x
Closes gh-36734
2023-08-04 14:11:51 +02:00
Stephane Nicoll
fd88024402 Add @since for JavaVersion values
Closes gh-36608
2023-08-04 14:09:12 +02:00
Andy Wilkinson
68da221081 Merge branch '3.1.x' 2023-08-04 11:49:38 +01:00
Andy Wilkinson
d89d14b50d Merge branch '3.0.x' into 3.1.x 2023-08-04 11:49:26 +01:00
Andy Wilkinson
80f9d5c9e4 Upgrade to Testcontainers 1.18.3
Closes gh-36722
2023-08-04 11:49:12 +01:00
Andy Wilkinson
0ce260fa02 Upgrade to Spock Framework 2.3-groovy-4.0
Closes gh-36721
2023-08-04 11:49:12 +01:00
Andy Wilkinson
a642769d73 Upgrade to MockK 1.13.5
Closes gh-36720
2023-08-04 11:49:11 +01:00
Andy Wilkinson
14cf2335ee Upgrade to Maven Resolver 1.9.14
Closes gh-36719
2023-08-04 11:49:11 +01:00
Andy Wilkinson
bbe01a89b0 Upgrade to Maven Invoker 3.2.0
Closes gh-36718
2023-08-04 11:49:10 +01:00
Andy Wilkinson
0457519fab Upgrade to Maven 3.9.4
Closes gh-36717
2023-08-04 11:49:10 +01:00
Andy Wilkinson
0122bf5a94 Merge branch '3.0.x' into 3.1.x 2023-08-04 11:48:27 +01:00
Andy Wilkinson
afe00e4114 fixup! Upgrade to Maven 3.9.4 2023-08-04 10:32:14 +01:00
Andy Wilkinson
14b4f6db89 Upgrade to Testcontainers 1.18.3
Closes gh-36722
2023-08-04 10:01:37 +01:00
Andy Wilkinson
ac4aca50a4 Upgrade to Spock Framework 2.3-groovy-4.0
Closes gh-36721
2023-08-04 10:01:37 +01:00
Andy Wilkinson
fa17714535 Upgrade to MockK 1.13.5
Closes gh-36720
2023-08-04 10:01:37 +01:00
Andy Wilkinson
d75de4b73f Upgrade to Maven Resolver 1.9.14
Closes gh-36719
2023-08-04 10:01:36 +01:00
Andy Wilkinson
9d5ba0df1d Upgrade to Maven Invoker 3.2.0
Closes gh-36718
2023-08-04 10:01:36 +01:00
Andy Wilkinson
82205ba337 Upgrade to Maven 3.9.4
Closes gh-36717
2023-08-04 10:01:36 +01:00
Andy Wilkinson
63a94f762a Upgrade to Janino 3.1.10
Closes gh-36716
2023-08-04 09:19:18 +01:00
Andy Wilkinson
de3d39b880 Upgrade to Commons FileUpload 1.5
Closes gh-36715
2023-08-04 09:19:14 +01:00
Andy Wilkinson
533168b31b Upgrade to API Guardian 1.1.2
Closes gh-36714
2023-08-04 09:19:09 +01:00
Andy Wilkinson
8ae8fdca57 Merge branch '3.1.x' 2023-08-04 09:14:35 +01:00
Andy Wilkinson
4a47b366e9 Merge branch '3.0.x' into 3.1.x 2023-08-04 09:14:27 +01:00
Andy Wilkinson
6adecf4cb2 Fix handling of potential ugrade issues with no space in title 2023-08-04 09:14:17 +01:00
Andy Wilkinson
60e8522e27 Merge branch '3.1.x' 2023-08-04 08:41:41 +01:00
Andy Wilkinson
32eb969942 Merge branch '3.0.x' into 3.1.x 2023-08-04 08:41:23 +01:00
Andy Wilkinson
eac7ba6c84 Merge branch '2.7.x' into 3.0.x 2023-08-04 08:41:05 +01:00
Andy Wilkinson
80a6873a98 Upgrade to Testcontainers 1.18.3
Closes gh-36710
2023-08-04 08:22:57 +01:00
Andy Wilkinson
f0d2f6e991 Upgrade to Spock Framework 2.3-groovy-3.0
Closes gh-36709
2023-08-04 08:22:57 +01:00
Andy Wilkinson
4b552d5c44 Upgrade to MockK 1.13.5
Closes gh-36708
2023-08-04 08:22:56 +01:00
Andy Wilkinson
2c7fe47529 Upgrade to Maven Resolver 1.9.14
Closes gh-36707
2023-08-04 08:22:56 +01:00
Andy Wilkinson
7fcf4c7dcf Upgrade to Maven Invoker 3.2.0
Closes gh-36706
2023-08-04 08:22:56 +01:00
Andy Wilkinson
59bd6879a2 Upgrade to Maven 3.9.4
Closes gh-36705
2023-08-04 08:22:55 +01:00
Scott Frederick
ecdb9f6b07 Add support for CNB platform API 0.12
Closes gh-36712
2023-08-03 15:57:36 -05:00
Moritz Halbritter
726d2e6678 Remove unnecessary synchronization
- on AtomicBoolean in SpringApplicationBuilder
- on SimpleFormatter
- in a private method in FileSystemWatcher which is always called in a
  synchronized block
- Replaced synchronized guarded HashMap with ConcurrentHashMap
2023-08-03 17:33:52 +02:00
Moritz Halbritter
1a8b8ce26e Revert "Revise synchronized blocks"
This reverts commit 497bbf9c2d.
2023-08-03 17:26:31 +02:00
Moritz Halbritter
02a7c22f40 Revert "Use virtual threads in JmsHealthIndicator if enabled"
This reverts commit 6fc585c5d2.
2023-08-03 17:25:28 +02:00
Moritz Halbritter
a843aca821 Revert "Polish"
This reverts commit 25eb3c8c18.
2023-08-03 17:25:15 +02:00
Moritz Halbritter
d93d05ade2 Revert "Use virtual threads in BackgroundPreinitializer if enabled"
This reverts commit 4bbc336321.
2023-08-03 17:24:56 +02:00
Stephane Nicoll
f34dc05452 Rename run goal's directories property to additionalClasspathElements
This clarifies what used to be called "directories" as both a directory
and a jar file can be provided. A directory with `/*` would also load
all the jar files from that directory.

The "directories" property has been deprecated as a result.

Closes gh-35179
2023-08-03 16:22:07 +02:00
Andy Wilkinson
a709625c24 Upgrade to Commons FileUpload 1.5
Closes gh-36704
2023-08-03 14:55:27 +01:00
Andy Wilkinson
f24b56b541 Upgrade to API Guardian 1.1.2
Closes gh-36703
2023-08-03 14:55:22 +01:00
Andy Wilkinson
00e46192e4 Fix handling of potential ugrade issues with no space in title 2023-08-03 14:52:14 +01:00
Andy Wilkinson
c16fbf657f Merge pull request #36682 from beckermarc
* gh-36682:
  Add resource hints for MessageSource

Closes gh-36682
2023-08-03 12:56:24 +01:00
Marc Becker
36e31c0612 Add resource hints for MessageSource
This only registers the default locations, not the one users can provide
via 'spring.messages.basename'.

This is similar to the approach taken for schema.sql and data.sql
in class SqlInitializationScriptsRuntimeHints.

See gh-36682
2023-08-03 12:56:06 +01:00
Andy Wilkinson
8ce5fb5f06 Merge branch '3.1.x'
Closes gh-36701
2023-08-03 12:44:43 +01:00