Commit Graph

22033 Commits (784488b0905b04956de961c884d68c515e04ddef)

Author SHA1 Message Date
Moritz Halbritter 784488b090 Merge branch '3.1.x'
Closes gh-36910
1 year ago
Moritz Halbritter d48aa806c2 Remove --no-color flag from docker compose start command
Closes gh-36908
1 year ago
Moritz Halbritter fbd3b65034 Refactor synchronized to Lock in ApplicationTemp
The synchronized guards an I/O operation. Additionally, this adds
double-checked locking to the path instance field.

See gh-36670
1 year ago
Moritz Halbritter bcee354f54 Refactor synchronized to Lock in ConfigTreePropertySource
The synchronized guards an I/O operation. This code path can be
triggered every time a user calls .getProperty() on the Environment.

See gh-36670
1 year ago
Andy Wilkinson d1449fb97c Make milestone plugin dependencies available to Maven integration tests 1 year ago
Andy Wilkinson 0581d5a26f Upgrade to Thymeleaf Extras SpringSecurity 3.1.2.RELEASE
Closes gh-36903
1 year ago
Andy Wilkinson 6e6ffe644a Upgrade to Thymeleaf 3.1.2.RELEASE
Closes gh-36902
1 year ago
Andy Wilkinson 866e1ece47 Upgrade to SnakeYAML 2.1
Closes gh-36901
1 year ago
Andy Wilkinson 616034e590 Upgrade to Selenium HtmlUnit 4.11.0
Closes gh-36900
1 year ago
Andy Wilkinson 69baa03ee0 Upgrade to Selenium 4.11.0
Closes gh-36899
1 year ago
Andy Wilkinson 61b735d1e9 Upgrade to Rabbit Stream Client 0.12.0
Closes gh-36898
1 year ago
Andy Wilkinson 1a2813e217 Upgrade to Pooled JMS 3.1.1
Closes gh-36897
1 year ago
Andy Wilkinson c72013c932 Upgrade to Netty 4.1.96.Final
Closes gh-36896
1 year ago
Andy Wilkinson 3130dd97c7 Upgrade to Neo4j Java Driver 5.11.0
Closes gh-36895
1 year ago
Andy Wilkinson d7875d601a Upgrade to Kotlin Coroutines 1.7.3
Closes gh-36892
1 year ago
Andy Wilkinson 02921f9879 Upgrade to Kafka 3.5.1
Closes gh-36891
1 year ago
Andy Wilkinson 6cfabffa3d Upgrade to JUnit Jupiter 5.10.0
Closes gh-36890
1 year ago
Andy Wilkinson 4ae8949a3d Upgrade to Jersey 3.1.3
Closes gh-36889
1 year ago
Andy Wilkinson 19a75475ae Upgrade to Hibernate 6.2.7.Final
Closes gh-36888
1 year ago
Andy Wilkinson b581ab0d3a Upgrade to Flyway 9.21.1
Closes gh-36887
1 year ago
Andy Wilkinson 6c3c8398d0 Upgrade to Elasticsearch Client 8.9.0
Closes gh-36886
1 year ago
Andy Wilkinson 2c3049f961 Upgrade to Commons Lang3 3.13.0
Closes gh-36884
1 year ago
Andy Wilkinson 33a6911f52 Upgrade to Cassandra Driver 4.17.0
Closes gh-36883
1 year ago
Andy Wilkinson d7ddf67700 Upgrade to Caffeine 3.1.8
Closes gh-36882
1 year ago
Andy Wilkinson 07a4646329 Upgrade to Artemis 2.30.0
Closes gh-36881
1 year ago
Andy Wilkinson 9948fdf975 Upgrade to MSSQL JDBC 12.4.0.jre11
Closes gh-36880
1 year ago
Stephane Nicoll 96aa0611f6 Merge branch '3.1.x'
Closes gh-36878
1 year ago
Stephane Nicoll 63a1248a6d Merge branch '3.0.x' into 3.1.x
Closes gh-36877
1 year ago
Stephane Nicoll 6800f15aa6 Merge branch '2.7.x' into 3.0.x
Closes gh-36876
1 year ago
Stephane Nicoll 94c7140001 Use a dedicated application to collect log samples
This commit moves the tasks that collect log samples for the reference
guide to an isolated application.

Closes gh-36875
1 year ago
Andy Wilkinson 3c7d400f0d Merge branch '3.1.x'
Closes gh-36866
1 year ago
Andy Wilkinson cac157b2a6 Merge branch '3.0.x' into 3.1.x
Closes gh-36865
1 year ago
Andy Wilkinson 7c77668372 Merge branch '2.7.x' into 3.0.x
Closes gh-36864
1 year ago
Andy Wilkinson c1f2efe00c Document that spring.security.filter properties are Servlet-only
Closes gh-33551
1 year ago
Andy Wilkinson 94d6ccd7a5 Merge branch '3.1.x'
Closes gh-36863
1 year ago
Andy Wilkinson 8bd2e1a717 Merge branch '3.0.x' into 3.1.x
Closes gh-36862
1 year ago
Andy Wilkinson 29beb3ed24 Merge branch '2.7.x' into 3.0.x
Closes gh-36861
1 year ago
Andy Wilkinson d277631331 Document `@EntityScan` and `@Enable…Repositories` for tuning scanning
Closes gh-36282
1 year ago
Moritz Halbritter 5b00d5f89b Auto-configure SimpleAsyncTaskScheduler when virtual threads are enabled
This auto-configures a new SimpleAsyncTaskSchedulerBuilder bean in the
context. This bean is configured to use virtual threads, if enabled.

SimpleAsyncTaskSchedulerCustomizers can be used to customize the built
SimpleAsyncTaskScheduler.

If virtual threads are enabled, the application task scheduler is
configured to be a SimpleAsyncTaskScheduler.

Adds a new configuration property spring.task.scheduling.simple
.concurrency-limit

Closes gh-36609
1 year ago
Andy Wilkinson 3c12f39adb Merge branch '3.1.x'
Closes gh-36860
1 year ago
Andy Wilkinson 30bfc34b5b Merge branch '3.0.x' into 3.1.x
Closes gh-36859
1 year ago
Andy Wilkinson b411fffb30 Merge branch '2.7.x' into 3.0.x
Closes gh-36858
1 year ago
Andy Wilkinson 21de3fba3c Describe quirks of JUL and Log4j2 in OutputCaptureExtension javadoc
Closes gh-32562
1 year ago
Andy Wilkinson bd0652f8db Merge branch '3.1.x'
Closes gh-36857
1 year ago
Andy Wilkinson 0c9e6268d5 Merge branch '3.0.x' into 3.1.x
Closes gh-36856
1 year ago
Andy Wilkinson f82f4d6b56 Merge branch '2.7.x' into 3.0.x
Closes gh-36855
1 year ago
Andy Wilkinson 694ff4f875 Include throwables from Logback errors when reporting invalid config
Closes gh-32562
1 year ago
Andy Wilkinson 4f9fcfc2de Merge branch '3.1.x'
Closes gh-36854
1 year ago
Andy Wilkinson c59eca02ba Merge branch '3.0.x' into 3.1.x
Closes gh-36853
1 year ago
Andy Wilkinson 4ec1a05b9c Merge branch '2.7.x' into 3.0.x
Closes gh-36852
1 year ago