Andy Wilkinson
d9fa9353aa
Prevent VirtualThreadSchedulerMXBean problems from breaking /info
...
At the time of writing, VirtualThreadSchedulerMXBean does not work in
a GraalVM native image (oracle/graal#12802 ). An attempt to retrieve
the MXBean results in an IllegalArgumentException being thrown. This
causes a failure when serializing ProcessInfo to JSON, breaking the
Actuator's info endpoint when management.info.process.enabled=true.
This commit updates ProcessInfo to be more defensive when working
with the MXBean. Now, if any exception is thrown, null will be
returned for the virtual threads info. This approach should allow the
functionality to work whenever a fix is made in Graal without
requiring further changes in Boot.
Fixes gh-48810
3 months ago
Andy Wilkinson
9ee07c3f4b
Adapt to breaking change in Spring Data Neo4j
...
This is a follow-on from 9239447.
A recent change [1] in Spring Data Neo4j require us to configure the
use of an older dialect as we're testing with Neo4j 4 and the default
dialect now requires Neo4j 5.
See gh-48708
[1] f2d7ba7314
3 months ago
Andy Wilkinson
9239447662
Adapt to breaking change in Spring Data Neo4j
...
A recent change [1] in Spring Data Neo4j require us to configure the
use of an older dialect as we're testing with Neo4j 4 and the default
is now Neo4j 5.
See gh-48708
[1] f2d7ba7314
3 months ago
Moritz Halbritter
46a0f48a97
Document the Docker Compose argument properties
...
Closes gh-48657
3 months ago
Andy Wilkinson
5744ca0d8a
Upgrade to WebJars Locator Lite 1.1.3
...
Closes gh-48780
3 months ago
Andy Wilkinson
873e7b0e56
Upgrade to Pooled JMS 3.1.9
...
Closes gh-48779
3 months ago
Andy Wilkinson
54144432f2
Upgrade to Logback 1.5.24
...
Closes gh-48778
3 months ago
Andy Wilkinson
f8d75e70b3
Upgrade to HttpClient5 5.5.2
...
Closes gh-48777
3 months ago
Andy Wilkinson
0448719de4
Upgrade to Hibernate 6.6.40.Final
...
Closes gh-48776
3 months ago
Andy Wilkinson
e625231ac0
Upgrade to Classmate 1.7.3
...
Closes gh-48775
3 months ago
Andy Wilkinson
67f137bc89
Label dependency upgrade issues as team-only
...
Closes gh-48763
3 months ago
Andy Wilkinson
c5e9968bcc
Disable caching of changing modules in buildSrc
...
Closes gh-48772
3 months ago
Moritz Halbritter
1ca799875c
Update documentation for Buildpack's AOT Cache support
...
Closes gh-48768
3 months ago
Andy Wilkinson
c64b413a4b
Start building against Spring Pulsar 1.2.14 snapshots
...
See gh-48710
3 months ago
Andy Wilkinson
bbf3fea642
Start building against Spring Kafka 3.3.12 snapshots
...
See gh-48709
3 months ago
Andy Wilkinson
83fa08ffca
Start building against Spring Data Bom 2025.0.8 snapshots
...
See gh-48708
3 months ago
Andy Wilkinson
8d69b829ca
Start building against Reactor Bom 2024.0.14 snapshots
...
See gh-48707
3 months ago
Andy Wilkinson
bd9e4cdc43
Start building against Micrometer Tracing 1.5.8 snapshots
...
See gh-48706
3 months ago
Andy Wilkinson
a1987fd090
Start building against Micrometer 1.15.8 snapshots
...
See gh-48705
3 months ago
Andy Wilkinson
64159b0577
Correct hints for using Oracle UCP in a native image
...
Closes gh-48702
3 months ago
Andy Wilkinson
40ab604d15
Move CloudFoundryVcapEnvironmentPostProcessorTests to correct package
...
Closes gh-48690
3 months ago
Phillip Webb
92263e7e35
Add checkstyle rule for AssertJ Assertions import
...
Add a rule to ensure we consistently use `assertThat` rather than
`Assertions.assertThat`.
See gh-48630
3 months ago
Stéphane Nicoll
c10cf592ae
Merge pull request #48630 from izeye
...
* pr/48630:
Polish "Use static imports for Assertions.assertThat() consistently"
Use static imports for Assertions.assertThat() consistently
Closes gh-48630
3 months ago
Stéphane Nicoll
918325aecc
Polish "Use static imports for Assertions.assertThat() consistently"
...
See gh-48630
3 months ago
Johnny Lim
88f51fafee
Use static imports for Assertions.assertThat() consistently
...
See gh-48630
Signed-off-by: Johnny Lim <izeye@naver.com>
3 months ago
Phillip Webb
54d7f79501
Fix timestamps set on jars created by the extract command
...
Update `ExtractCommand` so that both the generated jar and the
contained manifest entry have timestamps copied from the original.
Fixes gh-48664
3 months ago
Phillip Webb
5b48eb30cc
Polish
3 months ago
Stéphane Nicoll
2164b4ec7e
Merge pull request #48668 from ngocnhan-tran1996
...
* pr/48668:
Fix package of MyConnectorHttpConfiguration.kt
Closes gh-48668
3 months ago
Tran Ngoc Nhan
f8d3d63f38
Fix package of MyConnectorHttpConfiguration.kt
...
See gh-48668
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
3 months ago
Stéphane Nicoll
54603fee87
Revisit condition to skip AOT processing of tests
...
This commit stop skipping AOT processing of tests when tests execution
is skipped. With this commit, only the presence of maven.test.skip makes
the processing to skip.
This harmonize the behavior with other standard plugins that do react
to the property. For instance, the compiler plugin will not compile the
tests if that property is set, but would do so if skipTests was
provided.
Closes gh-48661
4 months ago
Stéphane Nicoll
196d665e63
Clarify scope of HazelcastConfigCustomizer
...
Closes gh-48634
4 months ago
Stéphane Nicoll
eedc47a15b
Remove unused code
4 months ago
Stéphane Nicoll
13a7f5613e
Merge pull request #48649 from GaoSSR
...
* pr/48649:
Polish "Fix zero-length byte buffer in InspectedContent"
Fix zero-length byte buffer in InspectedContent
Closes gh-48649
4 months ago
Stéphane Nicoll
c5a50cb7f6
Polish "Fix zero-length byte buffer in InspectedContent"
...
See gh-48649
4 months ago
高春晖
ba94cc48f2
Fix zero-length byte buffer in InspectedContent
...
See gh-48649
Signed-off-by: 高春晖 <18220699480@163.com>
4 months ago
Stéphane Nicoll
1a4ad9595e
Fix Artifactory secrets for commercial builds
...
Closes gh-48645
4 months ago
Stéphane Nicoll
a3d1e01fa1
Merge pull request #48640 from GaoSSR
...
* pr/48640:
Fix method naming to follow Java conventions
Closes gh-48640
4 months ago
高春晖
2075a2cfdb
Fix method naming to follow Java conventions
...
See gh-48640
Signed-off-by: 高春晖 <18220699480@163.com>
4 months ago
Stéphane Nicoll
acdbe045dd
Merge pull request #48620 from izeye
...
* pr/48620:
Polish
Closes gh-48620
4 months ago
Johnny Lim
9e7988131f
Polish
...
See gh-48620
Signed-off-by: Johnny Lim <izeye@naver.com>
4 months ago
Stéphane Nicoll
ca49fda2bc
Merge pull request #48596 from ngocnhan-tran1996
...
* pr/48596:
Fix grammar and typos
Closes gh-48596
4 months ago
Tran Ngoc Nhan
0a03c1c724
Fix grammar and typos
...
See gh-48596
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
4 months ago
Stéphane Nicoll
4fc3ca3596
Next development version (v3.5.10-SNAPSHOT)
4 months ago
Phillip Webb
08e2cab6b0
Polish javadoc for when to use class names rather than class references
...
See gh-48395
4 months ago
Phillip Webb
15ede46eb8
Improve javadoc for when to use class names rather than class references
...
Closes gh-48395
4 months ago
Stéphane Nicoll
10477ba75b
Merge branch '3.4.x' into 3.5.x
4 months ago
Stéphane Nicoll
34e51dc63f
Polish
4 months ago
Stéphane Nicoll
9252526970
Merge branch '3.4.x' into 3.5.x
4 months ago
Stéphane Nicoll
7831a36e7f
Upgrade to Spring Session 3.5.4
...
Closes gh-48432
4 months ago
Stéphane Nicoll
0d3ec7c867
Upgrade to Spring Integration 6.5.5
...
Closes gh-48560
4 months ago