Commit Graph
56445 Commits
Author SHA1 Message Date
Andy Wilkinson aaf482dfd4 Automate inclusion of noteworthy changes in the changelog
Closes gh-48656
2026-01-16 14:54:55 +00:00
Andy Wilkinson e5fd82855a Upgrade to Undertow 2.3.21.Final
Closes gh-48848
2026-01-16 07:33:21 +00:00
Andy Wilkinson 7bd53c7ba2 Upgrade to R2DBC MSSQL 1.0.4.RELEASE
Closes gh-48847
2026-01-16 07:32:09 +00:00
Andy Wilkinson 3ea6db0a56 Upgrade to Micrometer Tracing 1.5.8
Closes gh-48706
2026-01-16 07:32:09 +00:00
Andy Wilkinson 8152bd0292 Upgrade to Micrometer 1.15.8
Closes gh-48705
2026-01-16 07:32:09 +00:00
Andy Wilkinson b497bf3ea5 Test that the session same site defaults to "lax"
See gh-48830
2026-01-15 17:31:18 -08:00
Andy Wilkinson 73bf5f3d20 Avoid querying BeanFactory for beans of type ResolvableType.NONE
ResolvableType.NONE represents a type that does not exist and,
therefore could not be loaded. A bean of such a type cannot be
present in the BeanFactory so querying it for beans of that type
is pointless.

This commit updates OnBeanCondition to return immediately rather
than querying the BeanFactory by type for beans that we know cannot
be present.

Fixes gh-48836
2026-01-15 11:08:59 +00:00
Andy Wilkinson 2dabe09363 Avoid losing type information in on bean condition messages
Previously, a type in a bean condition was handled as a
ResolvableType. When the type was not present on the classpath
it would be represented as ResolvableType.NONE which renders as ?.
This resulted in some type information being omitted from the
condition evaluation report.

This commit introduces a pair, ByteType, the holds both the name of
the type as a String as well as the ResolvableType that represents
it. When that ResolvableType is NONE, the String name of the type
is used thereby avoiding the information loss.

Fixes gh-48835
2026-01-15 10:33:31 +00:00
Andy Wilkinson d60158ceb7 Check that auto-configuration classes are listed in imports file
Closes gh-48821
2026-01-14 11:19:46 +00:00
Andy Wilkinson 2ee3aee85b Upgrade to Reactor Bom 2024.0.14
Closes gh-48707
2026-01-13 17:00:40 +00:00
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
2026-01-13 16:33:39 +00:00
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] https://github.com/spring-projects/spring-data-neo4j/commit/f2d7ba731416dc0c03d791839fd88335649a2dcc
2026-01-13 12:06:57 +00:00
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] https://github.com/spring-projects/spring-data-neo4j/commit/f2d7ba731416dc0c03d791839fd88335649a2dcc
2026-01-13 09:36:10 +00:00
Moritz Halbritter 46a0f48a97 Document the Docker Compose argument properties
Closes gh-48657
2026-01-13 09:10:06 +01:00
Andy Wilkinson 5744ca0d8a Upgrade to WebJars Locator Lite 1.1.3
Closes gh-48780
2026-01-09 11:01:38 +00:00
Andy Wilkinson 873e7b0e56 Upgrade to Pooled JMS 3.1.9
Closes gh-48779
2026-01-09 11:01:34 +00:00
Andy Wilkinson 54144432f2 Upgrade to Logback 1.5.24
Closes gh-48778
2026-01-09 11:01:30 +00:00
Andy Wilkinson f8d75e70b3 Upgrade to HttpClient5 5.5.2
Closes gh-48777
2026-01-09 11:01:25 +00:00
Andy Wilkinson 0448719de4 Upgrade to Hibernate 6.6.40.Final
Closes gh-48776
2026-01-09 11:01:21 +00:00
Andy Wilkinson e625231ac0 Upgrade to Classmate 1.7.3
Closes gh-48775
2026-01-09 11:01:16 +00:00
Andy Wilkinson 67f137bc89 Label dependency upgrade issues as team-only
Closes gh-48763
2026-01-09 10:57:50 +00:00
Andy Wilkinson c5e9968bcc Disable caching of changing modules in buildSrc
Closes gh-48772
2026-01-09 10:55:12 +00:00
Moritz Halbritter 1ca799875c Update documentation for Buildpack's AOT Cache support
Closes gh-48768
2026-01-09 11:38:21 +01:00
Andy Wilkinson c64b413a4b Start building against Spring Pulsar 1.2.14 snapshots
See gh-48710
2026-01-08 13:52:32 +00:00
Andy Wilkinson bbf3fea642 Start building against Spring Kafka 3.3.12 snapshots
See gh-48709
2026-01-08 13:52:28 +00:00
Andy Wilkinson 83fa08ffca Start building against Spring Data Bom 2025.0.8 snapshots
See gh-48708
2026-01-08 13:52:24 +00:00
Andy Wilkinson 8d69b829ca Start building against Reactor Bom 2024.0.14 snapshots
See gh-48707
2026-01-08 13:52:19 +00:00
Andy Wilkinson bd9e4cdc43 Start building against Micrometer Tracing 1.5.8 snapshots
See gh-48706
2026-01-08 13:52:15 +00:00
Andy Wilkinson a1987fd090 Start building against Micrometer 1.15.8 snapshots
See gh-48705
2026-01-08 13:52:11 +00:00
Andy Wilkinson 64159b0577 Correct hints for using Oracle UCP in a native image
Closes gh-48702
2026-01-08 13:32:09 +00:00
Andy Wilkinson 40ab604d15 Move CloudFoundryVcapEnvironmentPostProcessorTests to correct package
Closes gh-48690
2026-01-07 11:43:56 +00:00
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
2026-01-06 12:34:12 -08:00
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
2026-01-06 12:27:12 +01:00
Stéphane Nicoll 918325aecc Polish "Use static imports for Assertions.assertThat() consistently"
See gh-48630
2026-01-06 12:23:07 +01:00
Johnny Lim 88f51fafee Use static imports for Assertions.assertThat() consistently
See gh-48630

Signed-off-by: Johnny Lim <izeye@naver.com>
2026-01-06 12:22:25 +01:00
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
2026-01-05 14:11:54 -08:00
Phillip Webb 5b48eb30cc Polish 2026-01-05 14:11:51 -08:00
Stéphane Nicoll 2164b4ec7e Merge pull request #48668 from ngocnhan-tran1996
* pr/48668:
  Fix package of MyConnectorHttpConfiguration.kt

Closes gh-48668
2026-01-04 17:14:19 +01:00
Tran Ngoc Nhan f8d3d63f38 Fix package of MyConnectorHttpConfiguration.kt
See gh-48668

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2026-01-04 17:12:01 +01:00
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
2026-01-02 14:22:22 +01:00
Stéphane Nicoll 196d665e63 Clarify scope of HazelcastConfigCustomizer
Closes gh-48634
2026-01-02 14:00:02 +01:00
Stéphane Nicoll eedc47a15b Remove unused code 2026-01-02 10:34:59 +01:00
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
2025-12-31 10:50:33 +01:00
Stéphane Nicoll c5a50cb7f6 Polish "Fix zero-length byte buffer in InspectedContent"
See gh-48649
2025-12-31 10:45:17 +01:00
高春晖 ba94cc48f2 Fix zero-length byte buffer in InspectedContent
See gh-48649

Signed-off-by: 高春晖 <18220699480@163.com>
2025-12-31 10:39:38 +01:00
Stéphane Nicoll 1a4ad9595e Fix Artifactory secrets for commercial builds
Closes gh-48645
2025-12-30 17:04:18 +01:00
Stéphane Nicoll a3d1e01fa1 Merge pull request #48640 from GaoSSR
* pr/48640:
  Fix method naming to follow Java conventions

Closes gh-48640
2025-12-30 10:42:33 +01:00
高春晖 2075a2cfdb Fix method naming to follow Java conventions
See gh-48640

Signed-off-by: 高春晖 <18220699480@163.com>
2025-12-30 10:40:27 +01:00
Stéphane Nicoll acdbe045dd Merge pull request #48620 from izeye
* pr/48620:
  Polish

Closes gh-48620
2025-12-26 08:58:33 +01:00
Johnny Lim 9e7988131f Polish
See gh-48620

Signed-off-by: Johnny Lim <izeye@naver.com>
2025-12-26 08:52:47 +01:00