Commit Graph

44402 Commits (d7875d601a2b7100881d0c742076bfc8a3474c5a)
 

Author SHA1 Message Date
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 0122bf5a94 Merge branch '3.0.x' into 3.1.x 1 year ago
Andy Wilkinson afe00e4114 fixup! Upgrade to Maven 3.9.4 1 year ago
Andy Wilkinson 14b4f6db89 Upgrade to Testcontainers 1.18.3
Closes gh-36722
1 year ago
Andy Wilkinson ac4aca50a4 Upgrade to Spock Framework 2.3-groovy-4.0
Closes gh-36721
1 year ago
Andy Wilkinson fa17714535 Upgrade to MockK 1.13.5
Closes gh-36720
1 year ago
Andy Wilkinson d75de4b73f Upgrade to Maven Resolver 1.9.14
Closes gh-36719
1 year ago
Andy Wilkinson 9d5ba0df1d Upgrade to Maven Invoker 3.2.0
Closes gh-36718
1 year ago
Andy Wilkinson 82205ba337 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 8ae8fdca57 Merge branch '3.1.x' 1 year ago
Andy Wilkinson 4a47b366e9 Merge branch '3.0.x' into 3.1.x 1 year ago
Andy Wilkinson 6adecf4cb2 Fix handling of potential ugrade issues with no space in title 1 year ago
Andy Wilkinson 60e8522e27 Merge branch '3.1.x' 1 year ago
Andy Wilkinson 32eb969942 Merge branch '3.0.x' into 3.1.x 1 year ago
Andy Wilkinson eac7ba6c84 Merge branch '2.7.x' into 3.0.x 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
Scott Frederick ecdb9f6b07 Add support for CNB platform API 0.12
Closes gh-36712
1 year ago
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
1 year ago
Moritz Halbritter 1a8b8ce26e Revert "Revise synchronized blocks"
This reverts commit 497bbf9c2d.
1 year ago
Moritz Halbritter 02a7c22f40 Revert "Use virtual threads in JmsHealthIndicator if enabled"
This reverts commit 6fc585c5d2.
1 year ago
Moritz Halbritter a843aca821 Revert "Polish"
This reverts commit 25eb3c8c18.
1 year ago
Moritz Halbritter d93d05ade2 Revert "Use virtual threads in BackgroundPreinitializer if enabled"
This reverts commit 4bbc336321.
1 year ago
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
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 00e46192e4 Fix handling of potential ugrade issues with no space in title 1 year ago
Andy Wilkinson c16fbf657f Merge pull request #36682 from beckermarc
* gh-36682:
  Add resource hints for MessageSource

Closes gh-36682
1 year ago
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
1 year ago
Andy Wilkinson 8ce5fb5f06 Merge branch '3.1.x'
Closes gh-36701
1 year ago
Andy Wilkinson 664581eb90 Merge branch '3.0.x' into 3.1.x
Closes gh-36700
1 year ago
Andy Wilkinson c6dc505932 Auto-configure JsonpMapper even with user-defined transport
Closes gh-36698
1 year ago
Stephane Nicoll d960b5215a Merge pull request #36693 from izeye
* pr/36693:
  Add Javadoc since to a new constructor for PemSslStoreBundle

Closes gh-36693
1 year ago
Johnny Lim 677db72210 Add Javadoc since to a new constructor for PemSslStoreBundle
See gh-36693
1 year ago
Moritz Halbritter 4bbc336321 Use virtual threads in BackgroundPreinitializer if enabled
Closes gh-36695
1 year ago
Moritz Halbritter 25eb3c8c18 Polish 1 year ago
Andy Wilkinson 48813a0e5b Merge branch '3.1.x'
Closes gh-36697
1 year ago
Andy Wilkinson 12a2c615a9 Merge branch '3.0.x' into 3.1.x
Closes gh-36696
1 year ago
Andy Wilkinson 803c155e69 Order default customizers so that they can be overridden
Closes gh-36674
1 year ago
Moritz Halbritter 6fc585c5d2 Use virtual threads in JmsHealthIndicator if enabled
Closes gh-36694
1 year ago
Moritz Halbritter 9f5749832b Polish JettyWebServer 1 year ago