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
GatinMI
b158110801
Fix debug log for no matching acceptableTypes
3 years ago
Brian Clozel
17f7a24118
Add application/graphql+json mime and media types
...
Closes gh-28271
3 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
3 years ago
rstoyanchev
24cd3c1f4c
Revert "Disable flaky integration tests for now"
...
This reverts commit 1627f57f1f
in
preparation for fixing the root cause
3 years ago
Spring Builds
2a8c369cff
Next development version (v5.3.19-SNAPSHOT)
3 years ago
Brian Clozel
002546b3e4
Refine PropertyDescriptor filtering
...
Restrict property paths under `Class` and properties of types
`ClassLoader` or `ProtectionDomain`.
3 years ago
Stephane Nicoll
1627f57f1f
Disable flaky integration tests for now
3 years ago
Sam Brannen
3811cd4c0a
Introduce warnings in documentation of SerializationUtils
...
Closes gh-28246
3 years ago
Sam Brannen
d927e37364
Add "Testing ORM entity lifecycle callbacks" note to Testing chapter
...
Closes gh-28228
3 years ago
Sam Brannen
1d302bf384
Introduce tests for gh-28228
3 years ago
Stephane Nicoll
4b150fd451
Update copyright date in reference manual
...
Closes gh-28237
3 years ago
Stephane Nicoll
3a6016d356
Merge pull request #28238 from izeye
...
* pr/28238:
Update copyright year of EvaluationTests
Closes gh-28238
3 years ago
izeye
135506f672
Update copyright year of EvaluationTests
...
See gh-28238
3 years ago
Juergen Hoeller
cb36ca31f6
Upgrade to ASM master
3 years ago
Juergen Hoeller
edd66d96dd
Fix accidental use of deprecated setFlushMode method
...
Closes gh-28234
3 years ago
Juergen Hoeller
35610a535d
Expose cancel(mayInterruptIfRunning) variant in ScheduledTask
...
Closes gh-28233
3 years ago
Yanming Zhou
acf2955b96
Ban jetbrains annotations imports
...
Closes gh-28226
3 years ago
Sam Brannen
8fc744f4f4
Improve Javadoc for BeanExpressionResolver
3 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.
3 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.
3 years ago
Sam Brannen
1419172fbd
Polish Javadoc for JMX support
3 years ago