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
Juergen Hoeller
35de7e19ee
Introduce initializer callback for Bean Validation Configuration
...
Closes gh-27956
4 years ago
Juergen Hoeller
10e979e58b
Polishing
4 years ago
Juergen Hoeller
4143b445d6
Polishing
4 years ago
Juergen Hoeller
eefdd2c768
Avoid return value reference in potentially cached MethodParameter instance
...
Closes gh-28232
4 years ago
Juergen Hoeller
9f91168396
Restore ability to configure setClassLoader methods
...
Closes gh-28269
4 years ago
Juergen Hoeller
7aed6279a2
Consistent fallback in case of fast-class generation failure
...
Closes gh-28138
4 years ago
Juergen Hoeller
c3fe112fd7
Consistent use of getLocalAddr() without DNS lookups in request adapters
...
Closes gh-28280
4 years ago
Juergen Hoeller
90103b0ae9
Consistent support for direct column matches in DataClassRowMapper
...
Closes gh-28243
4 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
4 years ago
Stephane Nicoll
4e9af3e277
Upgrade Java 18 in CI image
4 years ago
Stephane Nicoll
01fd489b47
Upgrade Ubuntu version in CI images
4 years ago
Brian Clozel
270b167e08
Upgrade registry-image-resource in CI pipeline to 1.5.0
...
See spring-projects/spring-boot#30408
4 years ago
GatinMI
b158110801
Fix debug log for no matching acceptableTypes
4 years ago
Brian Clozel
17f7a24118
Add application/graphql+json mime and media types
...
Closes gh-28271
4 years ago
rstoyanchev
d518a7d8c8
AbstractListenerReadPublisher continues after 0 bytes
...
If we read 0 bytes, e.g. chunked encoding markup read but not the
actual data within it, don't stop reading since the server may or
may not consider it necessary to call onDataAvailable again.
Instead, we keep on reading, and although isReady likely returns
false on the next iteration, it eliminates ambiguity and ensures
the server will call onDataAvailable when more data arrives.
Closes gh-28241
4 years ago
rstoyanchev
24cd3c1f4c
Revert "Disable flaky integration tests for now"
...
This reverts commit 1627f57f1f in
preparation for fixing the root cause
4 years ago
Spring Builds
2a8c369cff
Next development version (v5.3.19-SNAPSHOT)
4 years ago
Brian Clozel
002546b3e4
Refine PropertyDescriptor filtering
...
Restrict property paths under `Class` and properties of types
`ClassLoader` or `ProtectionDomain`.
4 years ago
Stephane Nicoll
1627f57f1f
Disable flaky integration tests for now
4 years ago
Sam Brannen
3811cd4c0a
Introduce warnings in documentation of SerializationUtils
...
Closes gh-28246
4 years ago
Sam Brannen
d927e37364
Add "Testing ORM entity lifecycle callbacks" note to Testing chapter
...
Closes gh-28228
4 years ago
Sam Brannen
1d302bf384
Introduce tests for gh-28228
4 years ago
Stephane Nicoll
4b150fd451
Update copyright date in reference manual
...
Closes gh-28237
4 years ago
Stephane Nicoll
3a6016d356
Merge pull request #28238 from izeye
...
* pr/28238:
Update copyright year of EvaluationTests
Closes gh-28238
4 years ago
izeye
135506f672
Update copyright year of EvaluationTests
...
See gh-28238
4 years ago
Juergen Hoeller
cb36ca31f6
Upgrade to ASM master
4 years ago
Juergen Hoeller
edd66d96dd
Fix accidental use of deprecated setFlushMode method
...
Closes gh-28234
4 years ago
Juergen Hoeller
35610a535d
Expose cancel(mayInterruptIfRunning) variant in ScheduledTask
...
Closes gh-28233
4 years ago
Yanming Zhou
acf2955b96
Ban jetbrains annotations imports
...
Closes gh-28226
4 years ago
Sam Brannen
8fc744f4f4
Improve Javadoc for BeanExpressionResolver
4 years ago
Sam Brannen
9a5891e6e6
Explicitly close ApplicationContexts and clean up warnings in tests
...
This commit also ensures that various test methods actually test
something now.
4 years ago
Sam Brannen
64b64d9ba0
Stop referring to features as "Java 5" features
...
With a Java 8 baseline in place for quite some time now, it no longer
makes sense to refer to features such as annotations as "Java 5
annotations".
This commit also removes old `Tiger*Tests` classes, thereby avoiding
duplicate execution of various tests.
4 years ago
Sam Brannen
1419172fbd
Polish Javadoc for JMX support
4 years ago
Spring Builds
420e0ba25f
Next development version (v5.3.18-SNAPSHOT)
4 years ago
Sam Brannen
29d98285be
Add warning to "enclosing classes" search strategy for MergedAnnotations
...
This commit adds a warning to the Javadoc for the
TYPE_HIERARCHY_AND_ENCLOSING_CLASSES search strategy in
MergedAnnotations with regard to the scope of the search
algorithm.
See gh-28079
4 years ago
Sam Brannen
ad708780ed
Polish Javadoc for MergedAnnotations
4 years ago
Stephane Nicoll
8789b34ef8
Upgrade to Tomcat 9.0.60
4 years ago
Sam Brannen
c9cd53f469
Revert "Deprecate "enclosing classes" search strategy for MergedAnnotations"
...
This reverts commit 5689395678 .
See gh-28079
4 years ago
Sam Brannen
c462fe30ed
Use Named arguments in parameterized tests
4 years ago
Sam Brannen
8a0c4caff6
Polish Javadoc
4 years ago
Juergen Hoeller
46363c337b
Avoid confusing debug log entries with DataClassRowMapper
...
Closes gh-28179
4 years ago
Juergen Hoeller
c1261f2860
Fix accidental exclusion of BeanMapEmitter class
...
Closes gh-28110
4 years ago