Spring Builds
e0f56e7d80
Release v5.3.20
4 years ago
Juergen Hoeller
83186b689f
Refine CachedIntrospectionResults property introspection
...
Closes gh-28445
4 years ago
rstoyanchev
dc2947c52d
Ignore invalid connect frame
...
Closes gh-28443
4 years ago
Arjen Poutsma
e4ec376075
Disabling Undertow server in CoroutinesIntegrationTests
4 years ago
Juergen Hoeller
c81e11d537
Polishing
4 years ago
Juergen Hoeller
de6180b093
Upgrade to Reactor 2020.0.19
...
Includes Netty 4.1.77 and RxJava 3.1.4.
Closes gh-28437
4 years ago
Sam Brannen
1c10cdd1e8
Update copyright dates
...
See gh-28433
4 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
4 years ago
Sam Brannen
e26d8839b3
Stop referring to features as Java 6/7 features where unnecessary
4 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
4 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
4 years ago
Sam Brannen
64c96c579d
Polish contribution
...
See gh-28422
4 years ago
Carlos Bouzón García
39e3876301
Fix BindingResult error when ModelAttribute has custom name in WebFlux
...
Closes gh-28422
4 years ago
Juergen Hoeller
f771603789
Polishing
4 years ago
Juergen Hoeller
e441832e99
Accept WritableResource as required dependency type as well
...
Closes gh-15284
4 years ago
Juergen Hoeller
f963fc5f98
Check that nullable annotations are from org.springframework.lang
...
Closes gh-28410
4 years ago
Juergen Hoeller
b55eee1b0d
Upgrade to ASM 9.3
...
Closes gh-28390
4 years ago
Juergen Hoeller
28742171fd
Upgrade to Netty 4.1.76, Mockito 4.5.1, HtmlUnit 2.61
4 years ago
Lee, Kyutae
7a75b94556
Fix typo in reference docs regarding RequestMappingHandlerAdapter
...
Closes gh-28370
4 years ago
Sam Brannen
ab71ff93bb
Polish package-info for org.springframework.util
...
See gh-28411
4 years ago
neals
cf30327740
Remove Log4J configurer from package-info.java in spring-core
...
Closes gh-28411
4 years ago
neals
e22a038725
Remove Log4J initialization from package-info.java
...
Closes gh-28420
4 years ago
Brian Clozel
7aedb9ee33
Build CI image using oci-build-task resource
4 years ago
Brian Clozel
5b1719cd77
Upgrade CI to concourse-release-scripts 0.3.4
4 years ago
Brian Clozel
c056b81753
Upgrade JDK and Ubuntu versions in CI image
4 years ago
Brian Clozel
dbdd67ec62
Remove outdated docker-image resource from CI
...
The docker-image resource is now replaced by the registry-image
resource.
4 years ago
Sam Brannen
4fcfa5b991
Update and simplify ArrayConstructorTests
4 years ago
Sam Brannen
ed06a6de26
Convert SimpleFormController example to @Controller in reference manual
...
This change is necessary since the SimpleFormController class no longer
exists.
4 years ago
Sam Brannen
afa799b4f0
Suppress warning in test
4 years ago
rstoyanchev
f0d149b330
Polishing contribution
...
Closes gh-27830
4 years ago
binchoo
caaf83b8e6
Add tests for binding to a Part field
...
See gh-27830
4 years ago
rstoyanchev
b30f4d7bb7
Exposes all root causes to ExceptionHandler methods
...
Closes gh-28155
4 years ago
Arjen Poutsma
b6b03f38d7
Updated .sdkmanrc
4 years ago
Stephane Nicoll
46b0d7dc03
Merge pull request #28369 from izeye
...
* pr/28369:
Add Javadoc since for GraphQL constants
Closes gh-28369
4 years ago
izeye
fcf64798b5
Add Javadoc since for GraphQL constants
...
See gh-28369
4 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
4 years ago
Stephane Nicoll
b81c62d064
Update copyright year of changed file
...
See gh-28372
4 years ago
zhangmingqi09
ca1a11acac
Fix github issue reference in RequestMappingHandlerMapping
...
See gh-28372
4 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
4 years ago
Stephane Nicoll
3017955eff
Update copyright year of changed file
...
See gh-28340
4 years ago
Koen Punt
22c82ff206
Fix method reference in Kotlin documentation
...
See gh-28340
4 years ago
Jerome Prinet
f54952481b
Update Gradle Enterprise plugin to 3.9
...
Closes gh-28338
4 years ago
Spring Builds
9e733b09e2
Next development version (v5.3.20-SNAPSHOT)
4 years ago
Sam Brannen
a7cf19cec5
Improve documentation and matching algorithm in data binders
4 years ago
Juergen Hoeller
0cf7f7bd89
Polishing
4 years ago
Juergen Hoeller
949c3d450c
Align plain accessor check
4 years ago
Arjen Poutsma
3b4ae7b028
TomcatHttpHandlerAdapter continues after 0 bytes
...
This commit makes sure that TomcatServerHttpRequest::readFromInputStream
follows the same contract as the method it overrides, and returns
AbstractListenerReadPublisher.EMPTY_BUFFER when 0 bytes are read.
See gh-28241
4 years ago
Stephane Nicoll
8b39698553
Upgrade to Reactor 2020.0.18
...
Closes gh-28329
4 years ago
Sam Brannen
6fad00ed22
Ensure dynamic proxy with AOP introduction includes lambda interfaces
...
Closes gh-28209
4 years ago
Sam Brannen
5f6d8df34b
Introduce isLambdaClass() as a public utility in ClassUtils
...
This commit extracts isLambda() from AopProxyUtils and makes it
publicly available as ClassUtils.isLambdaClass().
This is a prerequisite for gh-28209.
4 years ago