Commit Graph
30656 Commits
Author SHA1 Message Date
Stéphane Nicoll 520ecf7fb5 Start building against Spring Framework 6.2.18 snapshots
See gh-49967
2026-04-09 09:57:48 +02:00
Stéphane Nicoll 5932649254 Start building against Spring Data Bom 2025.0.11 snapshots
See gh-49966
2026-04-09 09:57:48 +02:00
Stéphane Nicoll a665ed9cce Start building against Spring Authorization Server 1.5.7 snapshots
See gh-49965
2026-04-09 09:57:48 +02:00
Stéphane Nicoll 95043e8974 Start building against Spring AMQP 3.2.10 snapshots
See gh-49964
2026-04-09 09:57:48 +02:00
Stéphane Nicoll 417668e100 Start building against Reactor Bom 2024.0.17 snapshots
See gh-49963
2026-04-09 09:57:48 +02:00
Stéphane Nicoll 480237178a Start building against Micrometer Tracing 1.5.11-SNAPSHOT snapshots
See gh-49962
2026-04-09 09:57:48 +02:00
Stéphane Nicoll a716dd9314 Start building against Micrometer 1.15.11 snapshots
See gh-49961
2026-04-09 09:57:48 +02:00
Stéphane Nicoll 822f1b9db6 Avoid logging invalid pattern
See gh-49942
2026-04-08 07:31:04 +02:00
Stéphane Nicoll 2181ce095c Polish "Handle invalid regex pattern in EnvironmentEndpoint"
See gh-49942
2026-04-07 17:28:34 +02:00
Lee JiWon e27c72eeb9 Handle invalid regex pattern in EnvironmentEndpoint
See gh-49942

Signed-off-by: Lee JiWon <dlwldnjs1009@gmail.com>
2026-04-07 17:14:35 +02:00
Lee JiWon b36edad27d Preserve HttpMethod in EndpointRequest exclusions
EndpointRequest.withHttpMethod(...) restrictions are lost when
excluding(Class<?>...), excluding(String...), or excludingLinks()
are chained because each exclusion creates a new matcher without
the configured method.

Preserve the configured HttpMethod in both servlet and reactive
matchers and add regression tests for exclusion chaining.

See gh-49885

Signed-off-by: Lee JiWon <dlwldnjs1009@gmail.com>
2026-04-07 16:56:53 +02:00
Stéphane Nicoll 786ca272b2 Upgrade to MariaDB 3.5.8
Closes gh-49909
2026-04-07 06:58:13 +02:00
Stéphane Nicoll 4fd4ed03ce Upgrade to Jetty 12.0.34
Closes gh-49908
2026-04-07 06:58:09 +02:00
Stéphane Nicoll b594a0d033 Upgrade to Jaybird 6.0.5
Closes gh-49907
2026-04-07 06:58:05 +02:00
Stéphane Nicoll 1dfc72dda9 Upgrade to Hibernate 6.6.47.Final
Closes gh-49906
2026-04-07 06:58:01 +02:00
Stéphane Nicoll c9ff15890f Upgrade to Groovy 4.0.31
Closes gh-49905
2026-04-07 06:57:57 +02:00
LeeJiWon 1841396531 Honor HttpMethod for reactive additional endpoint paths
Reactive EndpointRequest.toAdditionalPaths(...).withHttpMethod(...)
stores the configured HttpMethod but does not pass it to the
underlying matcher. As a result, additional endpoint paths match
regardless of the configured request method.

Update the reactive matcher to pass the configured method through
and add a regression test to verify that only matching methods are
accepted.

Fixes gh-49864

Signed-off-by: LeeJiWon <dlwldnjs1009@gmail.com>
2026-04-03 10:33:08 +02:00
Moritz Halbritter bcb0007f9a Add support for apache/artemis
Closes gh-49865
2026-04-02 10:59:55 +02:00
Moritz Halbritter 4e3f5f0578 Add support for apache/activemq
Closes gh-49863
2026-04-02 10:01:17 +02:00
Stéphane Nicoll a5338e55c4 Polish contribution
See gh-49835
2026-03-31 10:30:38 +02:00
kei-kodama 8f93bbfc3a Clarify that configprops defaults are not set in the Environment
See gh-49835

Signed-off-by: kei-kodama <kodama521@gmail.com>
2026-03-31 10:11:34 +02:00
Yanming Zhou 9520eb9622 Do not use String#replaceAll() with a non-regex pattern
See gh-49816

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2026-03-27 11:40:28 +01:00
Stéphane Nicoll 4527245ebc Polish javadoc 2026-03-26 16:06:01 +01:00
Stéphane Nicoll 29674df3ee Remove duplicated default in manual Jackson metadata
Closes gh-49797
2026-03-26 11:19:26 +01:00
Stéphane Nicoll 696a60e8fd Full auto-configure transaction management in slice tests
Closes gh-49716
2026-03-25 14:11:14 +01:00
Andy Wilkinson 4b37ecbf6d Upgrade to Undertow 2.3.24.Final
Closes gh-49761
2026-03-25 12:12:04 +00:00
Andy Wilkinson 0934296141 Upgrade to Netty 4.1.132.Final
Closes gh-49759
2026-03-25 12:11:48 +00:00
Andy Wilkinson 851ddda422 Upgrade to jOOQ 3.19.31
Closes gh-49758
2026-03-25 12:11:40 +00:00
Andy Wilkinson ef876fe5d2 Upgrade to Hibernate 6.6.45.Final
Closes gh-49757
2026-03-25 12:11:32 +00:00
Andy Wilkinson 2841d874cf Upgrade to Zipkin Reporter 3.5.3
Closes gh-49756
2026-03-25 12:11:24 +00:00
Andy Wilkinson 025b527e87 Fix WebSocketMessagingAutoConfiguration in the absence of Jackson
Previously, the absence of Jackson would result in the loss of
some configuration that does not depend on Jackson. That
configuration is:

  - the inbound and outbound channels' executors
  - the bean that forces the stompWebSocketHandlerMapping bean to be
    eager when lazy init is enabled

This commit updates the auto-configuration so that only the Jackson
message converter configuration backs off in Jackson's absence.

Fixes gh-49750
2026-03-25 10:51:01 +00:00
Stéphane Nicoll 328267249f Make DevTools tests more tolerant to wrapped DataSource
Closes gh-49745
2026-03-25 07:31:46 +01:00
Phillip Webb d44683180d Support constructor binding method-level @NestedConfigurationProperty
Update `spring-boot-configuration-processor` to support method-level
`@NestedConfigurationProperty` annotations when constructor binding
is being used.

Fixes gh-49734
2026-03-24 18:05:02 -07:00
Lee Jiwon add1f9763e Fix minor Javadoc wording errors
Signed-off-by: Lee Jiwon <dlwldnjs1009@gmail.com>

See gh-49735
2026-03-24 17:36:19 -07:00
Phillip Webb 17e256f16b Restore correct grouping of initial ConfigDataContributors
Update `ConfigDataEnvironment` to restore previous property override
behavior by correctly grouping the initial `ConfigDataContributor`
instances.

This regression was cause by the polish commit 646db448 which attempted
to simplify the fix for gh-49324 by including all initial contributors
in a single contributor node. This change inadvertently changed the
iteration order for the `spring.config.location` and
`spring.config.additional-location` properties which still need to
be expanded and added in reverse order.

Fixes gh-49724
2026-03-24 13:31:52 -07:00
Lee Jiwon 5a836da339 Fix incorrect indefinite articles in Javadoc
See gh-49723

Signed-off-by: Lee Jiwon <dlwldnjs1009@gmail.com>
2026-03-24 10:25:46 +01:00
Stéphane Nicoll e15755bc80 Polish "Add some more Kotlin examples and trivial style fixes"
See gh-49710
2026-03-23 16:23:20 +01:00
Łukasz Jernaś d7078e08b8 Add some more Kotlin examples and trivial style fixes
See gh-49710

Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
2026-03-23 16:23:20 +01:00
Andy Wilkinson 94536b0428 Upgrade to Jackson 2.21.2
The Jackson team have ended support for Jackson 2.19.x (and 2.20.x).
In response to this, this commit upgrades to Jackson 2.21.2. 2.21.x
is designated as an LTS release so future minor upgrades should not
be necessary.

Closes gh-49365
2026-03-23 14:51:16 +00:00
Andy Wilkinson 5cf51ba98d Relax ordering assertion when testing resource provider
Flyway's org.flywaydb.core.internal.scanner.Scanner does not make
any ordering guarantees so neither does our
NativeImageResourceProvider. It also isn't required by the contract
where a Collection is returned so we can relax the assertion in the
test so that it doesn't care about the ordering.

See gh-49661
2026-03-23 14:45:10 +00:00
Brian Clozel e65732e178 Fix Flyway sub-folders support in Native image
Prior to this commit, the native image support for scanning Flyway
migration scripts would not scan sub-folders at runtime when running a
Native image.

This commit ensures that the resource scanning at runtime also considers
sub-directories for native images.

Fixes gh-49661
2026-03-23 09:50:02 +01:00
Lee Jiwon ec167252f2 Fix typos in StandardStackTracePrinter Javadoc
See gh-49694

Signed-off-by: Lee Jiwon <dlwldnjs1009@gmail.com>
2026-03-21 14:18:43 -07:00
Stéphane Nicoll af03b3b07c Polish "Consider ControllerAdvice with @GraphQlTest"
See gh-49660
2026-03-20 10:03:05 +01:00
Louis Morgan 264a9aa43a Consider ControllerAdvice with @GraphQlTest
This commit updates the GraphQL slice tests to also consider
`@ControllerAdvice`-annotated beans, since Spring GraphQL loads
`@GraphQlExceptionHandler`s declared in `@ControllerAdvice` beans.

This also aligns `@GraphQlTest` with `@WebMvcTest`.

See gh-49660

Signed-off-by: Louis Morgan <ljrmorgan@gmail.com>
2026-03-20 10:02:07 +01:00
Phillip Webb 8b70ee9dbc Escape format characters when writing changelog 2026-03-19 20:15:45 -07:00
Andy Wilkinson 371746826e Polish "Add boundary tests for JsonValueWriter max nesting depth"
See gh-49662
2026-03-19 18:26:28 +00:00
Joowon-Seo 7f0136f8c6 Add boundary tests for JsonValueWriter max nesting depth
Verify behavior at the maxNestingDepth boundary.

Signed-off-by: Joowon-Seo <tjwndnjs1998@gmail.com>

See gh-49662
2026-03-19 18:21:06 +00:00
Andy Wilkinson 4cd1b02696 Test Gradle plugin against Gradle 9.4.1
Closes gh-49667
2026-03-19 18:06:12 +00:00
Brian Clozel 6620dea347 Polishing
See gh-49645
2026-03-19 09:36:02 +01:00
Stéphane Nicoll dd54841c4a Upgrade to Spring Batch 5.2.5
Closes gh-49406
2026-03-19 07:40:12 +01:00