Moritz Halbritter
a843aca821
Revert "Polish"
...
This reverts commit 25eb3c8c18 .
3 years ago
Moritz Halbritter
d93d05ade2
Revert "Use virtual threads in BackgroundPreinitializer if enabled"
...
This reverts commit 4bbc336321 .
3 years 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
3 years ago
Andy Wilkinson
c16fbf657f
Merge pull request #36682 from beckermarc
...
* gh-36682:
Add resource hints for MessageSource
Closes gh-36682
3 years 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
3 years ago
Andy Wilkinson
8ce5fb5f06
Merge branch '3.1.x'
...
Closes gh-36701
3 years ago
Andy Wilkinson
664581eb90
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36700
3 years ago
Andy Wilkinson
c6dc505932
Auto-configure JsonpMapper even with user-defined transport
...
Closes gh-36698
3 years ago
Stephane Nicoll
d960b5215a
Merge pull request #36693 from izeye
...
* pr/36693:
Add Javadoc since to a new constructor for PemSslStoreBundle
Closes gh-36693
3 years ago
Johnny Lim
677db72210
Add Javadoc since to a new constructor for PemSslStoreBundle
...
See gh-36693
3 years ago
Moritz Halbritter
4bbc336321
Use virtual threads in BackgroundPreinitializer if enabled
...
Closes gh-36695
3 years ago
Moritz Halbritter
25eb3c8c18
Polish
3 years ago
Andy Wilkinson
48813a0e5b
Merge branch '3.1.x'
...
Closes gh-36697
3 years ago
Andy Wilkinson
12a2c615a9
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36696
3 years ago
Andy Wilkinson
803c155e69
Order default customizers so that they can be overridden
...
Closes gh-36674
3 years ago
Moritz Halbritter
6fc585c5d2
Use virtual threads in JmsHealthIndicator if enabled
...
Closes gh-36694
3 years ago
Moritz Halbritter
9f5749832b
Polish JettyWebServer
3 years ago
Moritz Halbritter
3515196c2b
Add missing synchronization and remove unnecessary volatile
3 years ago
Moritz Halbritter
497bbf9c2d
Revise synchronized blocks
...
- Replace synchronized with Lock when guarding long-running operations
- Remove unnecessary synchronization in FileSystemWatcher
- Replace HashMap with ConcurrentHashMap in Restarter
- Remove unnecessary locking on AtomicBoolean in
SpringApplicationBuilder
- Remove unnecessary locking in SimpleFormatter
Closes gh-36670
3 years ago
Scott Frederick
6506208d29
Upgrade default CNB builders to Paketo Jammy
...
Closes gh-36689
3 years ago
Scott Frederick
63a8edfa15
Merge branch '3.1.x'
...
Closes gh-36691
3 years ago
Scott Frederick
ecd2b0178f
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36690
3 years ago
Scott Frederick
e25c267585
Update Paketo builder references in documentation
...
Closes gh-36688
3 years ago
Andy Wilkinson
b02c1877fc
Fix configIsReadWithProvidedContext on Windows
...
See gh-36445
3 years ago
Andy Wilkinson
11753c5a72
Merge pull request #36650 from michael-simons
...
* gh-36650:
Polish "Add support for using an AuthTokenManager with Neo4j"
Add support for using an AuthTokenManager with Neo4j
Closes gh-36650
3 years ago
Andy Wilkinson
77e382ec64
Polish "Add support for using an AuthTokenManager with Neo4j"
...
See gh-36650
3 years ago
Michael Simons
1f0a3901b2
Add support for using an AuthTokenManager with Neo4j
...
Neo4j Java driver introduced support for an `AuthTokenManager` that can
be used to define expiring tokens for authentication with a database.
This commit adds an `ObjectProvider<AuthTokenManager> authTokenManagers`
parameter to the corresponding auto configuration class. If the provider
resolves to a unique object, that `AuthTokenManager` will have precedence
over any static token.
See gh-36650
3 years ago
Stephane Nicoll
4f877db91a
Merge pull request #36288 from mzeijen
...
* pr/36288:
Polish "Order auto-configured ProblemDetailsExceptionHandler beans"
Order auto-configured ProblemDetailsExceptionHandler beans
Closes gh-36288
3 years ago
Stephane Nicoll
a223834d57
Polish "Order auto-configured ProblemDetailsExceptionHandler beans"
...
See gh-36288
3 years ago
Maurice Zeijen
9955ee7e8a
Order auto-configured ProblemDetailsExceptionHandler beans
...
Add `@Order(0)` to the WebMVC and Webflux
`ProblemDetailsExceptionHandler` beans. This makes it easier to create
custom `@ControllerAdvice` beans that must be ordered before or after
the `ProblemDetailsExceptionHandler`.
See gh-36288
3 years ago
Moritz Halbritter
e677eb7759
Polish Polish R2dbcObservationAutoConfiguration
3 years ago
Moritz Halbritter
20d264150b
Polish R2dbcObservationAutoConfiguration
3 years ago
Moritz Halbritter
7c0fc11480
Merge branch '3.1.x'
...
Closes gh-36673
3 years ago
Moritz Halbritter
4b09d444ba
Upgrade to R2DBC Proxy 1.1.2.RELEASE
...
Closes gh-36672
3 years ago
Moritz Halbritter
3a9fadf30f
Enable virtual threads for Kafka listener
...
Closes gh-36396
3 years ago
Moritz Halbritter
7c5ec73724
Polish SimpleAsyncTaskExecutorBuilderTests
3 years ago
Moritz Halbritter
5d9d0f43b6
Implement AssertJ assertions for SimpleAsyncTaskExecutor
3 years ago
Scott Frederick
f2ad08c292
Add since version to deprecated config properties
...
See gh-36482
3 years ago
Scott Frederick
2e50d11d86
Add since attribute to @DeprecatedConfigurationProperty annotation
...
Closes gh-36482
3 years ago
Andy Wilkinson
0646eabd4a
Merge branch '3.1.x'
...
Closes gh-36665
3 years ago
Andy Wilkinson
92361b5545
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36664
3 years ago
Andy Wilkinson
51b81ced6f
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36663
3 years ago
Andy Wilkinson
28b3054a9e
Try to stabilize DataCouchbaseTestIntegrationTests
...
Closes gh-36662
3 years ago
Andy Wilkinson
806aa45279
Merge branch '3.1.x'
...
Closes gh-36661
3 years ago
Andy Wilkinson
0ad687812f
Merge pull request #36037 from eddumelendez
...
* gh-36037:
Polish "Support ServiceConnection beans in slice tests"
Support ServiceConnection beans in slice tests
Closes gh-36037
3 years ago
Andy Wilkinson
0d646d7c26
Polish "Support ServiceConnection beans in slice tests"
...
See gh-36037
3 years ago
Eddú Meléndez
4dfb60c9a3
Support ServiceConnection beans in slice tests
...
Previously, to use `@ServiceConnection` on a `@Bean` method in a sliced
test required ServiceConnectionAutoConfiguration to be imported using
`@ImportAutoConfiguration`. This commit removes the need for this
import by registering ServiceConnectionAutoConfiguration in specific
slice test annotations.
See gh-36037
3 years ago
Andy Wilkinson
d0d545468a
Revert "Remove invalid check for String-based FactoryBean.OBJECT_TYPE_ATTRIBUTE"
...
This reverts commit 279f8221a5 .
See gh-36659
3 years ago
Stephane Nicoll
75bb862255
Remove dead code
3 years ago
Stephane Nicoll
279f8221a5
Remove invalid check for String-based FactoryBean.OBJECT_TYPE_ATTRIBUTE
...
Closes gh-36659
3 years ago