Dmytro Nosan
b57b6c4e27
Restore use of ReactorResourceFactory
...
This commit configures ReactorClientHttpConnectorBuilder with the
ReactorResourceFactory bean from the context.
See gh-46673
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2025-08-06 16:33:09 +02:00
Moritz Halbritter
b209bc1df4
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46671
2025-08-05 09:06:39 +02:00
Moritz Halbritter
490dcf3af6
Upgrade Java version in sdkmanrc to 17.0.16-librca
...
Closes gh-46670
2025-08-05 09:05:55 +02:00
Stéphane Nicoll
308c2e9110
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46666
2025-08-04 16:50:21 +02:00
Stéphane Nicoll
b190e8077b
Consistently detect the default value of a property
...
This is a follow-up of gh-46599 where detecting the default value
suffer from the same problem. Rather than using a name, the resolver now
provides the field itself. This also adds a dedicated test for the use
of @Name with Lombok.
Closes gh-46662
2025-08-04 15:32:51 +02:00
Stéphane Nicoll
31b2ddcdec
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46663
2025-08-04 15:01:04 +02:00
Stéphane Nicoll
14820b0d11
Merge pull request #46599 from prishedko
...
* pr/46599:
Polish "Stop using custom name for elements resolution"
Stop using custom name for elements resolution
Closes gh-46599
2025-08-04 15:00:55 +02:00
Stéphane Nicoll
27d7c5992b
Polish "Stop using custom name for elements resolution"
...
See gh-46599
2025-08-04 15:00:08 +02:00
Bohdan Pryshedko
1014fc2106
Stop using custom name for elements resolution
...
Previously, when a property was customized with @Name, getter, setter,
field, and record component were looked up using the custom name, rather
than the property name. This lead to missing information as the custom
name is not meant to match the field name, for instance.
This commit keeps the custom name, but uses the property name as for
other cases.
See gh-46599
Signed-off-by: Bohdan Pryshedko <prishedko@gmail.com >
2025-08-04 14:59:54 +02:00
Andy Wilkinson
5fc0f55cf5
Merge pull request #46641 from jetflo
...
* gh-46641:
Polish "Add configuration property for OAuth2 Authorization Server PAR endpoint"
Add configuration property for OAuth2 Authorization Server PAR endpoint
Closes gh-46641
2025-08-01 09:57:39 +01:00
Andy Wilkinson
cccab04c98
Polish "Add configuration property for OAuth2 Authorization Server PAR endpoint"
...
See gh-46641
2025-08-01 09:57:24 +01:00
Florian Lemaire
d1971dc879
Add configuration property for OAuth2 Authorization Server PAR endpoint
...
See gh-46641
Signed-off-by: Florian Lemaire <florian@jetdev.fr >
2025-08-01 09:30:42 +01:00
Andy Wilkinson
4dc10b4744
Merge branch '3.4.x' into 3.5.x
2025-08-01 09:18:44 +01:00
Andy Wilkinson
449a901c90
Remove unnecessary attributes from dependency scope configuration
...
See gh-46600
2025-08-01 09:14:33 +01:00
Andy Wilkinson
e7effe4de4
Merge pull request #46605 from nosan
...
* gh-46605:
Add support for the @FilterRegistration annotation with @WebMvcTest
Closes gh-46605
2025-08-01 09:02:45 +01:00
Dmytro Nosan
bd0f58d67d
Add support for the @FilterRegistration annotation with @WebMvcTest
...
See gh-46605
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2025-08-01 09:02:30 +01:00
Andy Wilkinson
94a90851c5
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46644
2025-08-01 06:58:17 +01:00
Andy Wilkinson
8b4623653c
Simplify code by making of us shouldResolveConsistentlyWith
...
Closes gh-46642
2025-08-01 06:57:06 +01:00
Andy Wilkinson
9021b68ed7
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46636
2025-07-31 12:00:02 +01:00
Andy Wilkinson
4baa0058bf
Merge pull request #46627 from quaff
...
* gh-46627:
Fix wrong "public-key-location" configuration key
Closes gh-46627
2025-07-31 11:58:50 +01:00
Yanming Zhou
d4bd053030
Fix wrong "public-key-location" configuration key
...
See gh-46627
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com >
2025-07-31 11:42:13 +01:00
Andy Wilkinson
09ed59ff19
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46634
2025-07-31 11:23:39 +01:00
Andy Wilkinson
85fb93ef64
Ensure that JPA metamodel cache is cleared when lazy init is enabled
...
Closes gh-46630
2025-07-31 11:22:54 +01:00
Andy Wilkinson
2cdf434105
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46631
2025-07-31 10:13:09 +01:00
Andy Wilkinson
c9c80763b7
Improve aggregation in the reference docs project
...
Closes gh-46600
2025-07-31 10:12:04 +01:00
Stéphane Nicoll
f3aa428b68
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46612
2025-07-31 08:19:18 +02:00
Stéphane Nicoll
add7d845d8
Merge pull request #46604 from nosan
...
* pr/46604:
Update checkstyle configuration to use a checkstyle-header.txt file
Closes gh-46604
2025-07-31 08:19:12 +02:00
Dmytro Nosan
6df1b88c7a
Update checkstyle configuration to use a checkstyle-header.txt file
...
See gh-46604
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com >
2025-07-31 08:18:24 +02:00
Stéphane Nicoll
de1b8fa1c0
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46610
2025-07-31 08:16:22 +02:00
Stéphane Nicoll
3de3629bf8
Merge pull request #46547 from zakaria-shahen
...
* pr/46547:
Polish "Mention the Virtual Threads changes in Java 24"
Mention the Virtual Threads changes in Java 24
Closes gh-46547
2025-07-31 08:16:17 +02:00
Stéphane Nicoll
f8c5f052b2
Polish "Mention the Virtual Threads changes in Java 24"
...
See gh-46547
2025-07-31 08:12:21 +02:00
Zakaria Shahen
6b8fde04a1
Mention the Virtual Threads changes in Java 24
...
See gh-46547
Signed-off-by: Zakaria Shahen <35308232+zakaria-shahen@users.noreply.github.com >
2025-07-31 08:07:03 +02:00
Stéphane Nicoll
6d3c82652a
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46588
2025-07-29 12:06:29 +02:00
Stéphane Nicoll
1e5afaf35c
Document spring.test.webtestclient.timeout
...
Closes gh-46577
2025-07-29 12:04:17 +02:00
Stéphane Nicoll
a11a50cab9
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46585
2025-07-29 09:27:39 +02:00
Stéphane Nicoll
4f875ad39b
Rely on configuration properties annotation processor
...
This commit switches from manual metadata to using the configuration
properties annotation processor like other modules do. This reduces
the amount of manual metadata, document missing properties and prevent
inconsistencies going forward.
Closes gh-46584
2025-07-29 09:18:18 +02:00
Stéphane Nicoll
afea7e63a1
Merge branch '3.4.x' into 3.5.x
2025-07-29 09:01:14 +02:00
Stéphane Nicoll
1e52d54d16
Polish "Document spring.test.mockmvc configuration properties"
...
See gh-46576
2025-07-29 08:58:38 +02:00
Stéphane Nicoll
dfaf98f7fc
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46580
2025-07-28 16:33:30 +02:00
Stéphane Nicoll
4fbf3a7335
Merge pull request #46574 from zahra7
...
* pr/46574:
Document that management.health.influxdb.enabled is no longer supported
Closes gh-46574
2025-07-28 16:33:22 +02:00
Fatima Zohra Filali
c0b2855488
Document that management.health.influxdb.enabled is no longer supported
...
See gh-46574
Signed-off-by: Fatima Filali <filalifz7@gmail.com >
2025-07-28 16:32:02 +02:00
Stéphane Nicoll
6f5ae5609c
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46578
2025-07-28 16:13:48 +02:00
Stéphane Nicoll
a364a05929
Document spring.test.mockmvc configuration properties
...
Closes gh-46576
2025-07-28 16:09:00 +02:00
Stéphane Nicoll
42c36b0dcd
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46573
2025-07-28 14:07:42 +02:00
Stéphane Nicoll
bbd0b919c7
Remove release milestone workflow as it is no longer relevant
...
Closes gh-46572
2025-07-28 14:07:16 +02:00
Stéphane Nicoll
47e32d941c
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46570
2025-07-28 14:03:54 +02:00
Stéphane Nicoll
e18be3acae
Adapt release notes link for Selenium HtmlUnit
...
Closes gh-46531
2025-07-28 14:03:32 +02:00
Stéphane Nicoll
db661c8ae3
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46568
2025-07-28 14:01:03 +02:00
Stéphane Nicoll
140ace1659
Remove outdated release notes link for Jakarta WS RS
...
Closes gh-46530
2025-07-28 14:00:53 +02:00
Stéphane Nicoll
6ae2b546f1
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46566
2025-07-28 13:54:18 +02:00