Juergen Hoeller
e5af4aa608
Initial upgrade to R2DBC Borca
...
See gh-27976
3 years ago
Juergen Hoeller
9688e61e20
Upgrade to Groovy 4.0
...
Closes gh-27985
3 years ago
Sam Brannen
4358b48b08
Merge branch '5.3.x'
3 years ago
Sam Brannen
5d7a632965
Ensure Spring AOP generates JDK dynamic proxies for lambdas
...
Prior to this commit, if AOP proxy generation was configured with
proxyTargetClass=true (which is the default behavior in recent versions
of Spring Boot), beans implemented as lambda expressions or method
references could not be proxied with CGLIB on Java 16 or higher without
specifying `--add-opens java.base/java.lang=ALL-UNNAMED`.
This commit addresses this shortcoming by ensuring that beans
implemented as lambda expressions or method references are always
proxied using a JDK dynamic proxy even if proxyTargetClass=true.
Closes gh-27971
3 years ago
Stephane Nicoll
c064e90697
Merge branch '5.3.x'
3 years ago
Stephane Nicoll
6bc7d41734
Merge pull request #28004 from An1s9n
...
* pr/28004:
Polish reference to ManagedBean annotation
Closes gh-28004
3 years ago
Pavel Anisimov
05d3e820f9
Polish reference to ManagedBean annotation
...
See gh-28004
3 years ago
Sam Brannen
b3f786728e
Use modern language features in tests
3 years ago
Sam Brannen
32cd73261a
Apply "switch expressions" where applicable
3 years ago
Sam Brannen
9a5ecd0c46
Apply "instanceof pattern matching" in spring-r2dbc
3 years ago
Sam Brannen
12342d7f8e
Sync ScriptUtilsUnitTests implementations
3 years ago
Sam Brannen
c263cbfbe4
Fix broken test missed in merge
3 years ago
Sam Brannen
54565e95b5
Merge branch '5.3.x'
3 years ago
Sam Brannen
f8a5a8d7be
Use modern language features in tests
3 years ago
Brian Clozel
5ad261228d
Upgrade JDK 17 and JDK 18 versions in CI image
3 years ago
Stephane Nicoll
d94298aae5
Merge branch '5.3.x'
3 years ago
Stephane Nicoll
82a2544918
Upgrade to spring javaformat 0.0.31
3 years ago
Stephane Nicoll
e702c22da4
Upgrade Ubuntu version in CI image
3 years ago
rstoyanchev
823958bcc5
Merge branch '5.3.x' into main
...
Remove use of Mockito spy proxies, which don't work on Java 17.
3 years ago
rstoyanchev
c4e362500b
Polishing tests
3 years ago
rstoyanchev
8d5a6520ce
Ensure all converters don't close InputStream
...
Closes gh-27969
3 years ago
rstoyanchev
4effca35b5
Ignore Content-Type that is invalid (not concrete)
...
Closes gh-27957
3 years ago
Arjen Poutsma
6e4551131d
Merge branch '5.3.x'
3 years ago
Arjen Poutsma
8f9a1cdc0c
Consider current date in "1W" cron expressions
...
Prior to this commit, the QuartzCronField::weekdayNearestTo would elapse
until the next month before checking if the current day matched.
After this commit, the current day is checked before we elapse until
the next month.
Closes gh-27966
3 years ago
Stephane Nicoll
84ebbdd38e
Merge branch '5.3.x'
3 years ago
Stephane Nicoll
136bd2002e
Upgrade to spring javaformat 0.0.30
3 years ago
Sam Brannen
5378f2040d
Merge branch '5.3.x'
3 years ago
Sam Brannen
a749a6bf54
Stop applying Groovy plugin for the root Gradle project
...
The root project does not rely on the Groovy plugin.
See gh-27945
3 years ago
Sam Brannen
24ff2d2b6f
Merge branch '5.3.x'
3 years ago
Sam Brannen
7072aab53b
Improve log message when searching for default executor for async processing
...
Closes gh-27983
3 years ago
Sam Brannen
e3529453d1
Remove dependency management for groovy-test
...
groovy-test is no longer used in the build.
See gh-27945
3 years ago
Sam Brannen
de33e3b575
Merge branch '5.3.x'
3 years ago
Sam Brannen
dbeae27d3c
Reduce build time by reducing shutdown wait period for Jetty tests
3 years ago
Sam Brannen
ed2696287a
Stop applying Groovy plugin for the root Gradle project
...
The root project does not rely on the Groovy plugin.
See gh-27945
3 years ago
Sam Brannen
8e2bb5f3af
Merge branch '5.3.x'
3 years ago
Sam Brannen
fb312d0ed5
Improve Javadoc for DatabasePopulator
...
See gh-27008
3 years ago
Sam Brannen
e5129c58f4
Merge branch '5.3.x'
3 years ago
Sam Brannen
0e670b1c15
Polish contribution
...
See gh-27984
3 years ago
wkwkhautbois
fadfcf4e43
Fix ServletUriComponentsBuilder examples in ref docs
...
Closes gh-27984
3 years ago
Arjen Poutsma
a9a6b071d9
Merge branch '5.3.x'
3 years ago
Arjen Poutsma
caa13690e8
Support multiple boundary buffers in MultipartParser
...
In a small minority of cases, the multipart boundary can spread across
three incoming buffers.
Prior to this commit, MultipartParser.BodyState only supported two
buffers. If the boundary is spread across three buffers, the first
buffer of the three is sent as a whole, even though it contains the
first bytes of the boundary.
This commit fixes this bug, by enqueuing all prior buffers in a queue,
and emitting the ones that cannot contain boundary bytes.
Closes gh-27939
3 years ago
Sam Brannen
786d80c0bb
Merge branch '5.3.x'
3 years ago
Sam Brannen
6647023151
Document how to register annotated classes in a GenericWebApplicationContext
...
Closes gh-27778
3 years ago
Sam Brannen
e32f94bf8c
Polish GenericWebApplicationContext and AnnotationConfigWebApplicationContext
3 years ago
Stephane Nicoll
29768cdd11
Merge branch '5.3.x'
3 years ago
Stephane Nicoll
bd6d697395
Upgrade Java versions in CI image
3 years ago
Sam Brannen
4d54e5ad87
Merge branch '5.3.x'
3 years ago
Sam Brannen
7f65e17ff2
Improve documentation for implementing AspectJ around advice
...
Closes gh-27980
3 years ago
Sam Brannen
9095f1d584
Polish AspectJ documentation
3 years ago
Stephane Nicoll
84e6d2a95c
Merge branch '5.3.x'
3 years ago