Phillip Webb
44eb8c39d2
Align ApplicationTemp with Files.createTempDirectory
...
Update `ApplicationTemp` to align the way that it creates temp folders
with the way that `Files.createTempDirectory` works.
Closes gh-27857
3 years ago
Stephane Nicoll
7cec0b3cb6
Merge pull request #27539 from dreis2211
...
* pr/27539:
Switch to Adoptium JDK builds in CI
Closes gh-27539
3 years ago
dreis2211
4d1a53d9a8
Switch to Adoptium JDK builds in CI
...
See gh-27539
3 years ago
Stephane Nicoll
575b536b84
Upgrade Java 11 version in CI image
...
Closes gh-27570
3 years ago
Stephane Nicoll
5b2c551ec4
Upgrade Java 8 version in CI image
...
Closes gh-27568
3 years ago
Stephane Nicoll
276865c550
Upgrade CI to Docker 20.10.8
...
Closes gh-27563
3 years ago
Stephane Nicoll
9c71e92c37
Upgrade Ubuntu version in CI images
...
Closes gh-27518
3 years ago
Stephane Nicoll
235e48683c
Upgrade Ubuntu version in CI images
...
Closes gh-27335
3 years ago
Phillip Webb
7b14d5bb08
Protect against NPE in isAlreadyPromoted
...
Fixes gh-27094
3 years ago
Madhura Bhave
82963a39be
Fix typo
3 years ago
Andy Wilkinson
7617f0df60
Do not publish to Sonatype when already published
...
Closes gh-27080
3 years ago
Phillip Webb
0b2c86d122
Upgrade CI to Ubuntu Focal 20210609
...
Closes gh-27054
3 years ago
Spring Buildmaster
5995fc9fc5
Next development version (v2.3.13.BUILD-SNAPSHOT)
3 years ago
Phillip Webb
3b48526732
Polish
3 years ago
Stephane Nicoll
456fcac0f2
Upgrade CI to Docker 20.10.7
...
Closes gh-26842
3 years ago
Madhura Bhave
63806d5bac
Remove duplicate copyright notice from docs
3 years ago
Andy Wilkinson
d4200a7c56
Upgrade to Spring Integration 5.3.8.RELEASE
...
Closes gh-26772
3 years ago
Andy Wilkinson
03e1b255ea
Upgrade to Spring AMQP 2.2.18.RELEASE
...
Closes gh-26770
3 years ago
Andy Wilkinson
53068a2489
Upgrade to Spring Kafka 2.5.14.RELEASE
...
Closes gh-26771
3 years ago
Stephane Nicoll
872ec0bf00
Upgrade to RSocket 1.0.5
...
Closes gh-26832
3 years ago
Stephane Nicoll
f73e7bcc0c
Upgrade to Neo4j OGM 3.2.24
...
Closes gh-26831
3 years ago
Stephane Nicoll
1ef0068b38
Upgrade to Jetty 9.4.42.v20210604
...
Closes gh-26830
3 years ago
Stephane Nicoll
0563955324
Upgrade to Jetty Reactive HTTPClient 1.1.9
...
Closes gh-26829
3 years ago
Andy Wilkinson
d1e1796f76
Consider overridden getRootUri() when getting root URI
...
Fixes gh-26812
3 years ago
Phillip Webb
1f6983c4c9
Make CompositeHealth.getDetails() public
...
Change `CompositeHealth.getDetails()` to public so that it serializes
correctly when `MapperFeature.CAN_OVERRIDE_ACCESS_MODIFIERS` is
disabled.
Fixes gh-26797
3 years ago
Phillip Webb
9e1c78da99
Update copyright year of changed files
3 years ago
Stephane Nicoll
1e680241ed
Upgrade to Johnzon 1.2.13
...
Closes gh-26781
3 years ago
Stephane Nicoll
3a0794da4b
Upgrade to JBoss Logging 3.4.2.Final
...
Closes gh-26780
3 years ago
Stephane Nicoll
84a4693dcf
Upgrade to Hibernate 5.4.32.Final
...
Closes gh-26779
3 years ago
Stephane Nicoll
790a8c1f47
Upgrade to Gson 2.8.7
...
Closes gh-26778
3 years ago
Stephane Nicoll
7ccbe3c5f8
Upgrade to Dropwizard Metrics 4.1.22
...
Closes gh-26777
3 years ago
Stephane Nicoll
f3049e8e94
Upgrade to AppEngine SDK 1.9.89
...
Closes gh-26776
3 years ago
Stephane Nicoll
39f259554b
Start building against Spring Integration 5.3.8 snapshots
...
See gh-26772
4 years ago
Stephane Nicoll
37625854b6
Start building against Spring Kafka 2.5.14 snapshots
...
See gh-26771
4 years ago
Stephane Nicoll
323d1e224d
Start building against Spring AMQP 2.2.18 snapshots
...
See gh-26770
4 years ago
Stephane Nicoll
6490edc16d
Polish
4 years ago
Stephane Nicoll
0d904666a7
Merge pull request #26737 from dreis2211
...
* pr/26737:
Remove reference to surefirebooter JAR
Closes gh-26737
4 years ago
dreis2211
f470151535
Remove reference to surefirebooter JAR
...
See gh-26737
4 years ago
Phillip Webb
1beee5700c
Don't close early when SecurityManager present
...
Update `JarFile` and `JarFileWrapper` classes so that they no longer
close the `JarFile` early if a `SecurityManager` is in use.
Prior to this commit, the closed `JarFile` would cause (an ultimately
swallowed) NPE in `ZipFile` which manifested itself as a
`ClassNotFoundException` when starting the app.
Closes gh-25538
4 years ago
Madhura Bhave
d0e2925dcc
Fix link to Spring Data JPA docs
...
Fixes gh-26736
4 years ago
Madhura Bhave
15324956a8
Align int and long in RandomValuePropertySource
...
This commit aligns int and long so that a random number is generated
by delegating to ints/longs in the JDK's Random API. In the case of a
single bound value, it needs to be greater than 0 because 0 is used as
the lower bound.
Fixes gh-26628
4 years ago
Stephane Nicoll
3f23b9265d
Clarify when a connection pool is created for Redis
...
Closes gh-26733
4 years ago
Stephane Nicoll
7e4defbcba
Properly guard LogbackLoggingSystem
...
Previously, LoggingSystem#get would chose Logback by the sole presence
of a class in logback-core, with the assumption that logback-classic is
also on the classpath. An app that only had the former would therefore
fail.
This commit updates the condition to check for a class in
logback-classic instead.
Closes gh-26711
4 years ago
Stephane Nicoll
647451087f
Merge pull request #26713 from weixsun
...
* pr/26713:
Remove redudant space
Closes gh-26713
4 years ago
weixsun
4b3bf75a4c
Remove redudant space
...
See gh-26713
4 years ago
Phillip Webb
617f7b9587
Improve ImageName/ImageReference parse performance
...
Update `ImageName` and `ImageReference` to use distinct regex patterns
to parse specific parts of the value. Prior to this commit a single
regex pattern was used which could hang given certain input strings.
Fixes gh-23115
4 years ago
Madhura Bhave
f55e4c08f5
Add note about Kubernetes termination grace period
...
Closes gh-26469
4 years ago
Stephane Nicoll
67fe60ba8a
Add missing static on JerseyInfrastructureConfiguration
...
Closes gh-26695
4 years ago
Stephane Nicoll
3fbf5eeb5b
Document spring.profiles.default in the reference guide
...
Closes gh-26592
4 years ago
Phillip Webb
39e3746cf6
Force Eclipse to use JavaSE-1.8 runtime
...
Add `EclipseConventions` to force the JavaSE-1.8 runtime to be applied
to the imported projects.
Closes gh-26669
4 years ago