Juergen Hoeller
ea551cd9b3
Merge branch '6.2.x'
...
# Conflicts:
# build.gradle
# framework-platform/framework-platform.gradle
1 year ago
Juergen Hoeller
387677eae8
Upgrade to JUnit 5.12
...
Closes gh-34416
1 year ago
Sébastien Deleuze
1eec0382d7
Polishing
...
See gh-34557
1 year ago
Sébastien Deleuze
762831e742
Add BeanRegistrarDsl.register
...
See gh-34557
1 year ago
Juergen Hoeller
641b809d4b
Upgrade to Reactor 2025.0.0-M1
...
Closes gh-34577
1 year ago
Juergen Hoeller
0d3f07fdd6
Merge branch '6.2.x'
...
# Conflicts:
# framework-platform/framework-platform.gradle
1 year ago
Juergen Hoeller
4a314867d7
Upgrade to Reactor 2024.0.4 and Micrometer 1.14.5
...
Closes gh-34578
Closes gh-34580
1 year ago
Sam Brannen
eb7b26db24
Merge branch '6.2.x'
1 year ago
Sam Brannen
020f556841
Support custom attribute with a value in MockCookie.parse()
...
Prior to this commit, MockCookie.parse() failed with an
IllegalArgumentException when attempting to parse a custom attribute
with a value, such as "Version=1". This is a regression that was
inadvertently introduced in 7fc4937199
when adding support for the "Partitioned" attribute which does not
support a value.
This commit addresses this regression by parsing both the name and the
value from an optional, custom attribute.
See gh-31454
Closes gh-34575
1 year ago
Juergen Hoeller
86b21d9b5c
Add support for BeanRegistrar registration on GenericApplicationContext
...
Closes gh-34574
1 year ago
Juergen Hoeller
beb3a91847
Upgrade to Hibernate ORM 7.0.0.Beta4
...
Includes Hamcrest 3.0
See gh-33750
1 year ago
rstoyanchev
4d955f9ed8
Merge branch '6.2.x'
1 year ago
rstoyanchev
6ea3b5a0e8
Fix Javadoc failure
...
See gh-34549
1 year ago
rstoyanchev
f8f712dff8
Merge branch '6.2.x'
1 year ago
rstoyanchev
d764087dbf
Correct since tag
...
See gh-34549
1 year ago
rstoyanchev
bb2174c260
Merge branch '6.2.x'
1 year ago
rstoyanchev
9ab43b138a
Enhancement in HandlerMethodValidationException
...
Add dedicated method to Visitor for constraints directly on a
RequestBody method parameter (rather than nested).
Closes gh-34549
1 year ago
rstoyanchev
09ae080b99
isDisconnectedClientException protected for null
...
Closes gh-34533
1 year ago
rstoyanchev
e73dc37513
API versioning support for Spring WebFlux
...
Closes gh-34566
1 year ago
rstoyanchev
51d34fff64
API versioning support for Spring MVC
...
See gh-34566
1 year ago
Sébastien Deleuze
e9701a9ce3
Remove support for Aware interfaces in BeanRegistrar
...
Closes gh-34562
1 year ago
Juergen Hoeller
15b251dcd6
Merge branch '6.2.x'
...
# Conflicts:
# framework-platform/framework-platform.gradle
1 year ago
Juergen Hoeller
70a1b2fae3
Upgrade to Checkstyle 10.21.4
1 year ago
Juergen Hoeller
90ddb40d7a
Upgrade to Jetty 12.0.17 and Jetty Reactive HttpClient 4.0.9
...
Includes Apache HttpClient 5.4.1, Netty 4.1.119, Jackson 2.18.3, Gson 2.12.1, FreeMarker 2.3.34, Protobuf 4.30, Groovy 4.0.26, Jython 2.7.4, JRuby 9.4.12, Caffeine 3.2, QDox 2.2, Awaitility 4.3, EasyMock 5.5, HtmlUnit 4.10
Closes gh-34561
1 year ago
Sébastien Deleuze
91d0ebe327
Refine BeanRegistryAdapterTests
...
Closes gh-34557
1 year ago
Phillip Webb
789791e186
Allow chained BeanRegistry registration
...
Add a `register(BeanRegistry registry)` method to `BeanRegistry`
to allow registration chaining.
See gh-34557
1 year ago
Sébastien Deleuze
a0e2d3a221
Add support for target type to BeanRegistry
...
Closes gh-34560
1 year ago
Juergen Hoeller
c74f897fac
Merge branch '6.2.x'
...
# Conflicts:
# spring-beans/src/test/java/org/springframework/beans/factory/DefaultListableBeanFactoryTests.java
1 year ago
Juergen Hoeller
143985e862
Add tests for primary/fallback/defaultCandidate precedence
...
Closes gh-34449
1 year ago
Juergen Hoeller
4bd280b87e
Explain availability and uniqueness (including primary/fallback/default) in javadoc
...
Closes gh-34447
1 year ago
Juergen Hoeller
5877a38fa1
Add explicit note on JSpecify support in Spring Framework 6.2 vs 7.0
...
Closes gh-34551
1 year ago
Yanming Zhou
639af7befa
Add tests to ensure bean definition flag "fallback" take precedence over "defaultCandidate"
...
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
1 year ago
Sam Brannen
86d81632c8
Consistently invoke isNullSafe()
1 year ago
Sam Brannen
80df88bd4f
Clean up warnings in Gradle build
1 year ago
Sam Brannen
15a71f94fb
Merge branch '6.2.x'
1 year ago
Vedran Pavic
94d29bac9f
Fix typo in Spring MVC error responses documentation
...
Closes gh-34552
Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
1 year ago
Sébastien Deleuze
5bd03494d4
Merge branch '6.2.x'
1 year ago
Dmitry Sulman
a6f3f18d89
Allow supertypes in ContentResultMatchersDsl matchers
...
Closes gh-34542
Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
1 year ago
Sébastien Deleuze
fda9b9a696
Polishing
...
See gh-18353
1 year ago
Sébastien Deleuze
bedc235bab
Document programmatic bean registration
...
This commit adds the reference documentation for the new programmatic
bean registration capabilities for both Java and Kotlin.
Closes gh-18353
1 year ago
Sébastien Deleuze
682e2d6d84
Introduce BeanRegistrarDsl
...
This commit introduces a new BeanRegistrarDsl that supersedes
BeanDefinitionDsl which is now deprecated.
See BeanRegistrarDslConfigurationTests for a concrete example.
See gh-18353
1 year ago
Sébastien Deleuze
496be9ca98
Introduce first-class support for programmatic bean registration
...
This commit introduces a new BeanRegistrar interface that can be
implemented to register beans programmatically in a concise and
flexible way.
Those bean registrar implementations are typically imported with
an `@Import` annotation on `@Configuration` classes.
See BeanRegistrarConfigurationTests for a concrete example.
See gh-18353
1 year ago
Sam Brannen
aeaf52ee96
Merge branch '6.2.x'
1 year ago
Sam Brannen
8334cb1abb
Revise tests to better express intent
1 year ago
Sam Brannen
e09cdcd920
Remove convention-based annotation attribute override support
...
This commit completely removes all support for convention-based
annotation attribute overrides in Spring's annotation utilities and the
MergedAnnotations infrastructure.
Composed annotations must now use @AliasFor to declare explicit
overrides for attributes in meta-annotations.
See gh-28760
Closes gh-28761
1 year ago
Sam Brannen
d722b9434e
Merge branch '6.2.x'
1 year ago
Sam Brannen
2d88f18bf1
Update Javadoc
1 year ago
Sam Brannen
15a6641677
Clean up warnings in Gradle build
1 year ago
Juergen Hoeller
2a98b3137d
Merge branch '6.2.x'
1 year ago
Juergen Hoeller
63c8e7cb5d
Restore lenient matching of unresolved nested bound
...
Closes gh-34541
1 year ago