Sam Brannen
df263d01b9
Use idiomatic AssertJ assertions for true, false, and null
3 years ago
Marten Deinum
941b6af9ac
Use Collection factory methods when applicable
...
This commit replaces the use of Collections.unmodifiableList/Set/Map
with the corresponding 'of(...)' factory methods introduced in Java 9.
Closes gh-27824
3 years ago
liuzhifei
7021eb5bb1
Apply "instanceof pattern matching" in additional locations
...
Closes gh-27696
3 years ago
Sam Brannen
6555d3b42d
Suppress warnings in tests
3 years ago
Stephane Nicoll
900e0f56eb
Polish "Fix typo and use of componentry"
...
See gh-27852
3 years ago
liuzhifei
65d2e9bb54
Fix typo and use of componentry
...
See gh-27852
3 years ago
Stephane Nicoll
8a7a046bf0
Update copyright year of changed file
...
See gh-27864
3 years ago
izeye
88d4eac537
Remove AsyncConfigurerSupport reference in EnableAsync Javadoc
...
See gh-27864
3 years ago
Stephane Nicoll
c204cc7ba0
Update copyright year of changed file
...
See gh-27863
3 years ago
izeye
f0125afb5e
Remove references to JCacheConfigurerSupport and CachingConfigurerSupport
...
See gh-27863
3 years ago
Stephane Nicoll
772630caf1
Polish "Add Javadoc since to new PayloadApplicationEvent constructor"
...
See gh-27848
3 years ago
izeye
f3fd7b156e
Add Javadoc since to new PayloadApplicationEvent constructor
...
See gh-27848
3 years ago
izeye
713795cc34
Polish
...
See gh-27827
3 years ago
Juergen Hoeller
d665977787
Polishing
3 years ago
Juergen Hoeller
1885ab3e07
Polishing
3 years ago
Stephane Nicoll
2f3a9dbc68
Deprecate CachingConfigurerSupport and AsyncConfigurerSupport
...
Closes gh-27813
3 years ago
Stephane Nicoll
de10bb69cb
Stop resolving AsyncConfigurer instances eagerly
...
Closes gh-27808
3 years ago
Stephane Nicoll
c7642422c3
Stop resolving CachingConfigurer instances eagerly
...
Closes gh-27751
3 years ago
Juergen Hoeller
3e6eb987d0
Clean up 5.3.x merge result
...
See gh-27726
3 years ago
Juergen Hoeller
4b7d9b1f9c
Avoid compilation warning for test class with serializable base class
3 years ago
Juergen Hoeller
ca84559588
Provide findAnnotationOnBean variant with allowFactoryBeanInit flag
...
Closes gh-27796
3 years ago
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
3 years ago
Juergen Hoeller
c44447f622
Avoid early initialization of empty interceptor names
...
Closes gh-12238
3 years ago
Brian Clozel
bb53a99def
Upgrade to Kotlin 1.6.10
...
Closes gh-27413
3 years ago
Stephane Nicoll
b06d267232
Remove references to AsyncConfigurerSupport
...
Closes gh-27812
3 years ago
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>
3 years ago
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
3 years ago
Juergen Hoeller
37bebeaaaf
Accept protected @Transactional/Cacheable methods on CGLIB proxies
...
Closes gh-25582
3 years ago
Yanming Zhou
d836fb4a7a
Remove unnecessary @SuppressWarnings
...
See gh-27807
3 years ago
Juergen Hoeller
14f24f43d7
Polishing
3 years ago
Stephane Nicoll
110e0f7f2b
Add support for Instant in @DateTimeFormat
...
Closes gh-19846
3 years ago
Stephane Nicoll
a57ea39707
Polish "Add support for YearMonth and MonthDay in @DateTimeFormat"
...
See gh-1215
3 years ago
Kazuki Shimizu
65eceafeee
Add support for YearMonth and MonthDay in @DateTimeFormat
...
See gh-1215
3 years ago
Stephane Nicoll
65dc2afe9d
Polish "Add Kotlin extensions for Cache and CacheManager"
...
See gh-23927
3 years ago
sokomishalov
5ec1e20242
Add Kotlin extensions for Cache and CacheManager
...
See gh-23927
3 years ago
Stephane Nicoll
792b366bda
Polish "Add support for explicit generic type in PayloadApplicationEvent"
...
See gh-24599
3 years ago
陈其苗
6283456ef2
Add support for explicit generic type in PayloadApplicationEvent
...
See gh-24599
3 years ago
김보배(Bobae Kim)/Platform Engineering팀/11ST
804b343cab
Use parseInt without substring method
3 years ago
Brian Clozel
d019c1f82b
Polish
...
See gh-2030
3 years ago
Stephane Nicoll
a1b2695c3a
Polish "Clarify behaviour of AnnotationBeanNameGenerator with acronyms"
...
See gh-2030
3 years ago
Mateusz
341f4882ed
Clarify behaviour of AnnotationBeanNameGenerator with acronyms
...
Name transformation is delegated to Introspector#decapitalize, which
states "but in the (unusual) special case when there is more than one
character and both the first and second characters are upper case, we
leave it alone.". This commit clarifies this behavior.
See gh-2030
3 years ago
Rossen Stoyanchev
3f7dec0b0d
Polishing contribution
...
Closes gh-699
3 years ago
Marco Krikke
830cc3450f
Improved DataBinder Javadoc for xxx*yyy pattern matching
...
The default documentation does not mention xxx*yyy pattern matching,
which is, however, supported by PatternMatchUtils. Such a pattern
can be useful for matching nested properties in all elements of a
collection, e.g. property[*].nestedProperty.
See gh-699
3 years ago
Stephane Nicoll
19a8b94b21
Polish "Expose prestartAllCoreThreads on ExecutorService"
...
See gh-1246
3 years ago
Federico Donnarumma
2c53e9e308
Expose prestartAllCoreThreads on ExecutorService
...
See gh-1246
3 years ago
Juergen Hoeller
4750a9430c
Early removal of 5.x-deprecated code
...
Closes gh-27686
3 years ago
Juergen Hoeller
54bd66755c
Consistently replace String encoding names with StandardCharset arguments
...
Closes gh-27664
3 years ago
Juergen Hoeller
b167e1a93f
Remove unnecessary final declarations (for consistency)
3 years ago
Juergen Hoeller
9bc09631d6
Recommend ObjectProvider as alternative to @Lazy for optional dependencies
...
Closes gh-27649
3 years ago
Sam Brannen
ff1485fd8d
Fix log message formatting in CandidateComponentsIndexLoader
3 years ago