Juergen Hoeller
c89fb745f7
ListBasedXMLEventReader uses defensive modifiable copy of given List
...
(cherry picked from commit 9ab63b8494 )
2018-07-25 19:06:55 +02:00
Juergen Hoeller
e21db2619b
AspectJExpressionPointcut leniently ignores non-composable interfaces
...
Issue: SPR-17003
(cherry picked from commit bccff73 )
2018-07-22 22:35:32 +02:00
Juergen Hoeller
f5dd4d2c02
Polishing
2018-07-22 19:33:40 +02:00
Juergen Hoeller
c3f6403f61
Polishing
2018-07-20 16:45:17 +02:00
Juergen Hoeller
0c5c3103c6
ReflectiveMethodExecutor skips interface search (plus related polishing)
2018-07-19 16:51:13 +02:00
Juergen Hoeller
4d3a899a53
OrderUtils caches order values (for AnnotationAwareOrderComparator)
...
Issue: SPR-17064
(cherry picked from commit d0bbbf4 )
2018-07-19 13:24:43 +02:00
Juergen Hoeller
b72594d799
Find annotations on implemented generic interface methods as well
...
Issue: SPR-16060
(cherry picked from commit 23d4862 )
2018-07-18 19:56:00 +02:00
Juergen Hoeller
c0040a5508
Polishing
2018-07-18 14:03:54 +02:00
Juergen Hoeller
55563c16b5
StringUtils.parseLocaleString detects variant without country
...
The parseLocale method also turns an empty locale into null now, compatible with parseLocaleString behavior.
Includes tests for parsing all available locales on the JVM, checking toString/toLanguageTag equality between parsed and original locale.
Issue: SPR-7598
Issue: SPR-16651
(cherry picked from commit cab35aa )
2018-07-18 14:03:30 +02:00
Juergen Hoeller
9134588a82
Never return null from AnnotationMetadata.getMetaAnnotationTypes
...
Issue: SPR-17046
(cherry picked from commit cacd14c )
2018-07-18 13:59:11 +02:00
Juergen Hoeller
43868d2b72
Polishing
2018-07-06 01:39:34 +02:00
Juergen Hoeller
1ab9e2ceda
Polishing
2018-07-04 15:46:52 +02:00
Juergen Hoeller
0480e75785
Polishing
2018-07-03 16:23:43 +02:00
Juergen Hoeller
ce0323fa8c
ConcurrentReferenceHashMap caches EntrySet in volatile field
...
Includes an efficient implementation of isEmpty(), not relying on a full entry count but rather backing out once a non-empty hash segment has been found.
Issue: SPR-16994
2018-07-03 16:23:28 +02:00
Juergen Hoeller
8c07c6d099
Polishing
2018-07-01 02:35:35 +02:00
Juergen Hoeller
a631af80c1
Polishing
...
(cherry picked from commit 40efcc9 )
2018-06-28 16:42:14 +02:00
Juergen Hoeller
3e64388b20
Conventions lazily retrieves shared ReactiveAdapterRegistry
...
Issue: SPR-16981
(cherry picked from commit b68e692 )
2018-06-28 16:41:51 +02:00
Juergen Hoeller
d3b06a15f2
StringUtils.cleanPath retains plain pointer to current directory
...
Issue: SPR-16908
(cherry picked from commit 7a02e43 )
2018-06-28 16:41:44 +02:00
Juergen Hoeller
4402336c44
MimeTypeUtils lazily initializes SecureRandom for multipart boundary
...
Issue: SPR-16974
(cherry picked from commit 847202c )
2018-06-28 16:41:18 +02:00
Rossen Stoyanchev
8339e7ade5
Use reflection for JdkFlowAdapter
...
To avoid compiler issues on Eclipse.
2018-06-13 09:41:10 -04:00
Juergen Hoeller
a2765c009e
Polishing
2018-06-11 18:08:39 +02:00
Juergen Hoeller
c04c8a2472
Polishing
2018-06-11 15:01:18 +02:00
Rossen Stoyanchev
7bfd683816
Eliminate the need for Encoder#getContentLength
...
Issue: SPR-16892
2018-06-04 16:01:48 -04:00
Juergen Hoeller
8a56db6e4e
SimpleAliasRegistry logs info message for alias overriding
...
Issue: SPR-16871
(cherry picked from commit 74fcdea )
2018-05-29 22:00:14 +02:00
Juergen Hoeller
50d6d90ed8
Restore lenient null return value for ConditionContext.getBeanFactory()
...
Includes nullable return value for getClassLoader() with corresponding notes in applicable javadoc.
Issue: SPR-16866
(cherry picked from commit 46a89d9 )
2018-05-29 22:00:05 +02:00
Sebastien Deleuze
6407cb9baf
Fix PropertyResolverExtensions.kt location
2018-05-28 15:53:03 +02:00
Rossen Stoyanchev
1dc8201df1
Polish ReactiveAdapterRegisry
2018-05-18 09:30:10 -04:00
Sebastien Deleuze
14a9d291e1
Filter synthetic in ReflectionUtils#USER_DECLARED_METHODS
...
Issue: SPR-16823
2018-05-15 15:01:31 +02:00
Oleksandr Hasheniuk
5a1d7f9c4b
Improve performance of StringUtils#trimWhitespace
...
Issue: SPR-16766
(cherry picked from commit 6545cab )
2018-05-02 16:01:04 +02:00
nkjackzhang
ea8317a1f9
Fix a typo in @Nullable Javadoc
2018-04-18 11:55:13 +02:00
Juergen Hoeller
f800df12e3
Correctly delegate to OrderUtils.getPriority for DecoratingProxy
...
Issue: SPR-16739
(cherry picked from commit 2f4010e )
2018-04-17 23:38:30 +02:00
Juergen Hoeller
26652a6b83
Avoid repeated superclass introspection in findAnnotation(Method,...)
...
Issue: SPR-16730
(cherry picked from commit d78e27f )
2018-04-17 17:06:31 +02:00
Juergen Hoeller
4cd43dc793
Workaround for generic parameter types on inner class constructors
...
Issue: SPR-16734
2018-04-17 15:32:03 +02:00
Juergen Hoeller
b5922f75bb
AspectJExpressionPointcut consistently resolves superinterface methods
...
Includes efficient check for same ClassLoader in ClassUtils.isVisible, efficient MethodMatchers check for IntroductionAwareMethodMatcher, and supertype method resolution in MethodMapTransactionAttributeSource.
Issue: SPR-16723
(cherry picked from commit b95e05d )
2018-04-14 15:49:55 +02:00
Juergen Hoeller
295929cc16
Cache-safety check for sibling loaders resolving the same classes
...
Issue: SPR-16714
2018-04-12 21:08:25 +02:00
Juergen Hoeller
433877e5cb
AnnotationUtils.getAnnotation non-null check for synthesizeAnnotation
...
Issue: SPR-16708
(cherry picked from commit da80502 )
2018-04-11 13:28:53 +02:00
Juergen Hoeller
5d0700b936
AnnotationUtils.annotatedInterfaceCache available as deprecated field
...
Issue: SPR-16675
2018-04-03 12:21:03 +02:00
Juergen Hoeller
6102715b8d
Consistent treatment of proxy classes and interfaces for introspection
...
Issue: SPR-16675
Issue: SPR-16677
2018-04-03 02:42:41 +02:00
Juergen Hoeller
cc379f1cc7
Polishing
2018-04-01 12:57:19 +02:00
Juergen Hoeller
912c270f2b
Polishing
2018-03-31 17:49:21 +02:00
Juergen Hoeller
129c05bcff
Comprehensively cache annotated methods for interfaces and superclasses
...
Issue: SPR-16675
2018-03-31 15:12:02 +02:00
Juergen Hoeller
4da27c2a73
Avoid unnecessary introspection on methods and meta-annotations
...
Issue: SPR-16667
2018-03-31 00:18:14 +02:00
Kazuki MATSUDA
d232fffa63
Use whenComplete since (null) return value not needed
2018-03-30 11:07:46 -04:00
Juergen Hoeller
22a8a668c9
AnnotationTypeFilter assumes no custom annotations on common Java types
...
Issue: SPR-16667
2018-03-30 15:31:43 +02:00
Juergen Hoeller
7a8d41e5d6
Extended set of common classes and language interfaces in ClassUtils
...
Issue: SPR-16667
2018-03-30 13:41:22 +02:00
Sam Brannen
a6c45f0cd9
Polishing
2018-03-30 11:45:28 +02:00
Juergen Hoeller
d553ddc5b3
Nullability refinements (based on IntelliJ IDEA 2018.1 introspection)
...
Issue: SPR-15756
2018-03-29 23:50:17 +02:00
Sam Brannen
17703e5dde
Polishing
2018-03-29 17:45:55 +02:00
Sam Brannen
7c28152c13
Introduce ClassUtils.isInnerClass() utility method
2018-03-29 17:45:25 +02:00
Juergen Hoeller
b165475eb6
Polishing
2018-03-29 16:05:52 +02:00