Stephane Nicoll
73ee87aadf
Merge branch '5.3.x'
2021-12-15 09:50:13 +01:00
Stephane Nicoll
4c2e0ee5ff
Upgrade to Log4j2 2.16.0
2021-12-15 09:49:57 +01:00
Rossen Stoyanchev
b7cd049d7d
Add "application/*+json" to MappingJackson2MessageConverter
...
Closes gh-20269
2021-12-14 21:59:22 +00:00
Juergen Hoeller
bdbcc4f98c
Merge branch '5.3.x'
...
# Conflicts:
# build.gradle
2021-12-14 18:37:46 +01:00
Juergen Hoeller
79804d92c2
Upgrade to Protobuf 3.19.1, Gson 2.8.9, Woodstox 6.2.7, Apache Johnzon 1.2.15, Caffeine 2.9.3
2021-12-14 18:36:05 +01:00
Juergen Hoeller
f191cf4eb3
Revised comment on explicit LocalDataSourceJobStore configuration
...
See gh-27709
2021-12-14 18:32:32 +01:00
Juergen Hoeller
3e6eb987d0
Clean up 5.3.x merge result
...
See gh-27726
2021-12-14 17:01:17 +01:00
Juergen Hoeller
bfdb93b406
Merge branch '5.3.x'
...
# Conflicts:
# build.gradle
# src/docs/asciidoc/integration.adoc
2021-12-14 16:51:00 +01:00
Sébastien Deleuze
ea9b8c1d0f
Upgrade Dokka to 1.6.0
...
Closes gh-27815
2021-12-14 16:49:13 +01:00
Juergen Hoeller
0ebb1c5baa
Upgrade to Tomcat 9.0.56, Undertow 2.2.14, Apache HttpClient 5.1.2 & HttpAsyncClient 4.1.5, Mockito 4.1
2021-12-14 16:48:40 +01:00
Juergen Hoeller
4b7d9b1f9c
Avoid compilation warning for test class with serializable base class
2021-12-14 16:48:07 +01:00
Juergen Hoeller
ca84559588
Provide findAnnotationOnBean variant with allowFactoryBeanInit flag
...
Closes gh-27796
2021-12-14 16:47:12 +01:00
Juergen Hoeller
1af21bb451
Declare serialVersionUID on DefaultAopProxyFactory
...
Closes gh-27784
2021-12-14 16:46:59 +01:00
Juergen Hoeller
ac581bed92
Avoid NPE against null value from toString call
...
Closes gh-27782
2021-12-14 16:46:42 +01:00
Juergen Hoeller
0802581aff
Unit test for identifying type variable argument
...
See gh-27748
2021-12-14 16:46:26 +01:00
Juergen Hoeller
d7b9270672
Clarify SchedulerFactoryBean's LocalDataSourceJobStore overriding
...
Includes clarification of interface-level cache annotations for target-class proxies.
Closes gh-27709
See gh-27726
2021-12-14 16:46:13 +01:00
Juergen Hoeller
c44447f622
Avoid early initialization of empty interceptor names
...
Closes gh-12238
2021-12-14 16:46:01 +01:00
Stephane Nicoll
c5c2053b63
Merge branch '5.3.x'
2021-12-14 15:35:48 +01:00
Stephane Nicoll
8b80d38c33
Upgrade to Reactor 2020.0.14
...
Closes gh-27793
2021-12-14 15:33:55 +01:00
Brian Clozel
bb53a99def
Upgrade to Kotlin 1.6.10
...
Closes gh-27413
2021-12-14 15:25:50 +01:00
Stephane Nicoll
8d93dc4abb
Merge branch '5.3.x'
2021-12-14 14:05:18 +01:00
Stephane Nicoll
b06d267232
Remove references to AsyncConfigurerSupport
...
Closes gh-27812
2021-12-14 13:59:05 +01:00
Kwangyong Kim
ceea00f733
Fix cache annotation tip
...
Even if using cglib proxy mode, annotations on an interface can be recognized.
Signed-off-by: Kwangyong Kim <banana.yong@gmail.com >
2021-12-14 13:51:20 +01:00
Stephane Nicoll
8422d9d22f
Add default methods to CachingConfigurer
...
This commit adds default methods to CachingConfigurer and
JCacheConfigurer and removes the reference to their respective support
classes as they are now irrelevant.
Closes gh-27811
2021-12-14 13:49:57 +01:00
Juergen Hoeller
2fb3f9993f
Upgrade to AspectJ 1.9.8 RC3
...
Closes gh-27537
2021-12-14 13:43:44 +01:00
Juergen Hoeller
64b6beed5b
Consistent support for square brackets around named parameter
...
See gh-27716
2021-12-14 11:34:48 +01:00
Anton Naydenov
86eda279c8
Support SQUARE brackets [] around NAMED parameter
2021-12-14 11:24:38 +01:00
Juergen Hoeller
aeff664cf9
Polishing
2021-12-14 09:46:52 +01:00
Juergen Hoeller
ba468a731f
Remove JamonPerformanceMonitorInterceptor support
...
Includes upgrade to Tomcat 10.0.14, Undertow 2.2.14, Apache HttpClient 5.1.2, Hibernate ORM 5.6.2, Mockito 4.1.
Closes gh-27786
2021-12-14 09:46:08 +01:00
Juergen Hoeller
9a513cfdea
Enforce Future/void return declaration for async methods
...
Closes gh-27734
2021-12-14 09:44:12 +01:00
Juergen Hoeller
37bebeaaaf
Accept protected @Transactional/Cacheable methods on CGLIB proxies
...
Closes gh-25582
2021-12-14 09:41:23 +01:00
Rossen Stoyanchev
32b8710489
Typo
...
See gh-22154
2021-12-14 07:31:18 +00:00
Rossen Stoyanchev
3600644ed1
Require type-level @Controller annotation
...
Closes gh-22154
2021-12-14 07:09:08 +00:00
Rossen Stoyanchev
2db6795a1a
Polishing contribution
...
Closes gh-27722
2021-12-13 21:03:58 +00:00
조현수(Hyunsoo Cho)/Platform Engineering팀/11ST
5d91560f92
Avoid unescape for CONNECT and CONNECTED frames
...
See gh-27722
2021-12-13 21:03:58 +00:00
Stephane Nicoll
7854dbb025
Merge branch '5.3.x'
2021-12-13 16:19:13 +01:00
Stephane Nicoll
c50a5096a0
Upgrade to Netty 4.1.72.Final
2021-12-13 16:18:25 +01:00
Stephane Nicoll
21c3623cdc
Merge pull request #27801 from Drezir
...
* pr/27801:
Polish formatting
Polish ExceptionHandlerMethodResolver mapping
Closes gh-27801
2021-12-13 16:01:45 +01:00
Stephane Nicoll
61601de250
Polish formatting
...
See gh-27801
2021-12-13 15:57:58 +01:00
Adam Ostrožlík
4453102e85
Polish ExceptionHandlerMethodResolver mapping
...
See gh-27801
2021-12-13 15:57:45 +01:00
Stephane Nicoll
782a94fd25
Merge pull request #27799 from izeye
...
* pr/27799:
Polish
Closes gh-27799
2021-12-13 15:03:04 +01:00
izeye
49c4d310b5
Polish
...
See gh-27799
2021-12-13 14:53:54 +01:00
Stephane Nicoll
e822be5a75
Merge pull request #27807 from quaff
...
* pr/27807:
Remove unnecessary @SuppressWarnings
Closes gh-27807
2021-12-13 09:37:14 +01:00
Yanming Zhou
d836fb4a7a
Remove unnecessary @SuppressWarnings
...
See gh-27807
2021-12-13 09:34:22 +01:00
Stephane Nicoll
aa302515a4
Merge branch '5.3.x'
2021-12-12 16:33:54 +01:00
Stephane Nicoll
c25c550113
Merge pull request #27804 from aoyvx
...
* pr/27804:
Polish "Fix javadoc reference to ThrowsAdvice"
Update copyright year of changed file
Fix javadoc reference to ThrowsAdvice
Closes gh-27804
2021-12-12 16:33:45 +01:00
Stephane Nicoll
9e09d6cde4
Polish "Fix javadoc reference to ThrowsAdvice"
...
See gh-27804
2021-12-12 16:32:35 +01:00
Stephane Nicoll
31b8587ce6
Update copyright year of changed file
...
See gh-27804
2021-12-12 16:30:06 +01:00
xay
00375df4e8
Fix javadoc reference to ThrowsAdvice
...
See gh-27804
2021-12-12 16:27:28 +01:00
Stephane Nicoll
e1acbca4e4
Merge branch '5.3.x'
2021-12-10 15:11:24 +01:00