Sam Brannen
48c797e429
Fix Kotlin example for static factory method
...
Closes gh-28399
3 years ago
Sam Brannen
be782a2197
Polish ref docs regarding the BeanFactory API
...
See gh-28403
3 years ago
Sam Brannen
8098e45bad
Sync gradle.properties between 5.3.x and main
3 years ago
Sam Brannen
06679a5583
Fix tests in DispatcherServletTests
...
See gh-28424
3 years ago
Sam Brannen
745eb1a881
Polish DispatcherServletTests
3 years ago
Spring Builds
10c55ff912
Next development version (v5.3.21-SNAPSHOT)
3 years ago
Juergen Hoeller
83186b689f
Refine CachedIntrospectionResults property introspection
...
Closes gh-28445
3 years ago
rstoyanchev
dc2947c52d
Ignore invalid connect frame
...
Closes gh-28443
3 years ago
Arjen Poutsma
e4ec376075
Disabling Undertow server in CoroutinesIntegrationTests
3 years ago
Juergen Hoeller
c81e11d537
Polishing
3 years ago
Juergen Hoeller
de6180b093
Upgrade to Reactor 2020.0.19
...
Includes Netty 4.1.77 and RxJava 3.1.4.
Closes gh-28437
3 years ago
Sam Brannen
1c10cdd1e8
Update copyright dates
...
See gh-28433
3 years ago
evgeny.bovykin
941b92cbed
Make inner classes static when feasible
...
A static nested class does not keep an implicit reference to its
enclosing instance.
This prevents a common cause of memory leaks and uses less memory per
instance of the class.
Closes gh-28433
3 years ago
Sam Brannen
e26d8839b3
Stop referring to features as Java 6/7 features where unnecessary
3 years ago
Sam Brannen
a1c7380398
Add test for `value` attribute in @ModelAttribute in WebFlux
...
This complements the previous commit which tested only the `name`
attribute.
See gh-28423
3 years ago
Sam Brannen
7dd622bdb2
Support name attribute in @ModelAttribute in WebFlux
...
Prior to this commit, the `name` attribute in @ModelAttribute was not
supported when using WebFlux. This is because MethodParameter was used
instead of SynthesizingMethodParameter when retrieving the
@ModelAttribute annotation. In other words, @AliasFor was not honored
because the annotation was not synthesized. Consequently, only the
`value` attribute was supported in WebFlux when specifying a custom name
via @ModelAttribute .
This commit fixes this by using SynthesizingMethodParameter to retrieve
the @ModelAttribute annotation.
Closes gh-28423
3 years ago
Sam Brannen
64c96c579d
Polish contribution
...
See gh-28422
3 years ago
Carlos Bouzón García
39e3876301
Fix BindingResult error when ModelAttribute has custom name in WebFlux
...
Closes gh-28422
3 years ago
Juergen Hoeller
f771603789
Polishing
3 years ago
Juergen Hoeller
e441832e99
Accept WritableResource as required dependency type as well
...
Closes gh-15284
3 years ago
Juergen Hoeller
f963fc5f98
Check that nullable annotations are from org.springframework.lang
...
Closes gh-28410
3 years ago
Juergen Hoeller
b55eee1b0d
Upgrade to ASM 9.3
...
Closes gh-28390
3 years ago
Juergen Hoeller
28742171fd
Upgrade to Netty 4.1.76, Mockito 4.5.1, HtmlUnit 2.61
3 years ago
Lee, Kyutae
7a75b94556
Fix typo in reference docs regarding RequestMappingHandlerAdapter
...
Closes gh-28370
3 years ago
Sam Brannen
ab71ff93bb
Polish package-info for org.springframework.util
...
See gh-28411
3 years ago
neals
cf30327740
Remove Log4J configurer from package-info.java in spring-core
...
Closes gh-28411
3 years ago
neals
e22a038725
Remove Log4J initialization from package-info.java
...
Closes gh-28420
3 years ago
Brian Clozel
7aedb9ee33
Build CI image using oci-build-task resource
3 years ago
Brian Clozel
5b1719cd77
Upgrade CI to concourse-release-scripts 0.3.4
3 years ago
Brian Clozel
c056b81753
Upgrade JDK and Ubuntu versions in CI image
3 years ago
Brian Clozel
dbdd67ec62
Remove outdated docker-image resource from CI
...
The docker-image resource is now replaced by the registry-image
resource.
3 years ago
Sam Brannen
4fcfa5b991
Update and simplify ArrayConstructorTests
3 years ago
Sam Brannen
ed06a6de26
Convert SimpleFormController example to @Controller in reference manual
...
This change is necessary since the SimpleFormController class no longer
exists.
3 years ago
Sam Brannen
afa799b4f0
Suppress warning in test
3 years ago
rstoyanchev
f0d149b330
Polishing contribution
...
Closes gh-27830
3 years ago
binchoo
caaf83b8e6
Add tests for binding to a Part field
...
See gh-27830
3 years ago
rstoyanchev
b30f4d7bb7
Exposes all root causes to ExceptionHandler methods
...
Closes gh-28155
3 years ago
Arjen Poutsma
b6b03f38d7
Updated .sdkmanrc
3 years ago
Stephane Nicoll
46b0d7dc03
Merge pull request #28369 from izeye
...
* pr/28369:
Add Javadoc since for GraphQL constants
Closes gh-28369
3 years ago
izeye
fcf64798b5
Add Javadoc since for GraphQL constants
...
See gh-28369
3 years ago
Stephane Nicoll
94ed07d9cb
Merge pull request #28372 from zhangmingqi09
...
* pr/28372:
Update copyright year of changed file
Fix github issue reference in RequestMappingHandlerMapping
Closes gh-28372
3 years ago
Stephane Nicoll
b81c62d064
Update copyright year of changed file
...
See gh-28372
3 years ago
zhangmingqi09
ca1a11acac
Fix github issue reference in RequestMappingHandlerMapping
...
See gh-28372
3 years ago
Stephane Nicoll
c261d40610
Merge pull request #28340 from koenpunt
...
* pr/28340:
Update copyright year of changed file
Fix method reference in Kotlin documentation
Closes gh-28340
3 years ago
Stephane Nicoll
3017955eff
Update copyright year of changed file
...
See gh-28340
3 years ago
Koen Punt
22c82ff206
Fix method reference in Kotlin documentation
...
See gh-28340
3 years ago
Jerome Prinet
f54952481b
Update Gradle Enterprise plugin to 3.9
...
Closes gh-28338
3 years ago
Spring Builds
9e733b09e2
Next development version (v5.3.20-SNAPSHOT)
3 years ago
Sam Brannen
a7cf19cec5
Improve documentation and matching algorithm in data binders
3 years ago
Juergen Hoeller
0cf7f7bd89
Polishing
3 years ago