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
Juergen Hoeller
949c3d450c
Align plain accessor check
3 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
3 years ago
Stephane Nicoll
8b39698553
Upgrade to Reactor 2020.0.18
...
Closes gh-28329
3 years ago
Sam Brannen
6fad00ed22
Ensure dynamic proxy with AOP introduction includes lambda interfaces
...
Closes gh-28209
3 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.
3 years ago
Juergen Hoeller
35de7e19ee
Introduce initializer callback for Bean Validation Configuration
...
Closes gh-27956
3 years ago
Juergen Hoeller
10e979e58b
Polishing
3 years ago
Juergen Hoeller
4143b445d6
Polishing
3 years ago
Juergen Hoeller
eefdd2c768
Avoid return value reference in potentially cached MethodParameter instance
...
Closes gh-28232
3 years ago
Juergen Hoeller
9f91168396
Restore ability to configure setClassLoader methods
...
Closes gh-28269
3 years ago
Juergen Hoeller
7aed6279a2
Consistent fallback in case of fast-class generation failure
...
Closes gh-28138
3 years ago
Juergen Hoeller
c3fe112fd7
Consistent use of getLocalAddr() without DNS lookups in request adapters
...
Closes gh-28280
3 years ago
Juergen Hoeller
90103b0ae9
Consistent support for direct column matches in DataClassRowMapper
...
Closes gh-28243
3 years ago
Juergen Hoeller
0cf15c0fdd
Upgrade to Tomcat 9.0.62, Jetty 9.4.46, Jetty Reactive HttpClient 1.1.11, Undertow 2.2.17, R2DBC Arabba-SR13, RSocket 1.1.2, OpenPDF 1.3.27, HtmlUnit 2.60, Checkstyle 10.1
3 years ago
Stephane Nicoll
4e9af3e277
Upgrade Java 18 in CI image
3 years ago
Stephane Nicoll
01fd489b47
Upgrade Ubuntu version in CI images
3 years ago
Brian Clozel
270b167e08
Upgrade registry-image-resource in CI pipeline to 1.5.0
...
See spring-projects/spring-boot#30408
3 years ago