Juergen Hoeller
f4037bf522
Polishing
10 years ago
Juergen Hoeller
de91b1a8a0
Polishing
...
(cherry picked from commit b9a2d0a )
10 years ago
Juergen Hoeller
29e8ba3efc
Polishing
...
(cherry picked from commit cc93c2a )
10 years ago
Juergen Hoeller
dadd2c3709
LinkedCaseInsensitiveMap properly overrides HashMap.clone()
...
Issue: SPR-14509
(cherry picked from commit 6459559 )
10 years ago
Juergen Hoeller
f1fc74c4ec
ResourcePatternUtils.getResourcePatternResolver actually accepts null argument
...
Issue: SPR-14500
(cherry picked from commit 8ccfdbb )
10 years ago
Juergen Hoeller
a39276addc
Polishing
10 years ago
Juergen Hoeller
b5127dc152
Polishing
10 years ago
Juergen Hoeller
f51c90c1cc
DigestUtils processes InputStream with buffered read instead of full copy
...
Issue: SPR-14427
(cherry picked from commit a1b58ee )
10 years ago
Juergen Hoeller
b02744d42e
Polishing
...
(cherry picked from commit e304290 )
10 years ago
Juergen Hoeller
0445ce6c53
Polishing (backported from master)
...
(cherry picked from commit 92d78c1 )
10 years ago
Juergen Hoeller
833ed7168e
Add missing package-info files for common packages
...
Issue: SPR-14420
(cherry picked from commit 66ec1c1 )
10 years ago
Juergen Hoeller
09c7194c78
Polishing
...
(cherry picked from commit 232cfe5 )
10 years ago
Juergen Hoeller
dd7ddc08ff
Polishing
10 years ago
Juergen Hoeller
71df9cef80
ObjectUtils.nullSafeEquals allows for JVM method inlining (through reducing its bytecode size)
...
Issue: SPR-14349
(cherry picked from commit ca12e13 )
10 years ago
Juergen Hoeller
f9e8924b3d
Consistent processing of empty values and catching of RuntimeExceptions for Formatters
...
Issue: SPR-14345
(cherry picked from commit d51c22a )
10 years ago
Juergen Hoeller
a27200e753
Polishing
10 years ago
Juergen Hoeller
7de2976c1e
Consistent meta-annotation attributes lookup through ASM
...
Issue: SPR-14257
(cherry picked from commit 24f5f36)
10 years ago
Juergen Hoeller
cc7758869c
SettableListenableFuture properly rethrows Error
...
Issue: SPR-14298
(cherry picked from commit a979885)
10 years ago
Juergen Hoeller
d49ecab89a
Polishing
10 years ago
Juergen Hoeller
002d6d70a5
SocketUtils considers port range including maxPort
...
Issue: SPR-14211
(cherry picked from commit bf7b475 )
10 years ago
Juergen Hoeller
b9fa67e0e6
FastByteArrayInputStream returns correct count from read(byte[])
...
Issue: SPR-14209
(cherry picked from commit 9bf5a5c)
10 years ago
Juergen Hoeller
b1c70729c2
Polishing
10 years ago
Juergen Hoeller
3829a77894
Polishing
...
(cherry picked from commit 74608e6 )
10 years ago
Juergen Hoeller
b7890ca28e
Consistent license header
...
(cherry picked from commit 537193a )
10 years ago
Juergen Hoeller
6d479b2060
Polishing
10 years ago
Juergen Hoeller
d7fe92d022
Abstract(Stax)XMLReader recognizes standard features as not supported
...
Issue: SPR-14056
(cherry picked from commit 35eb52e )
10 years ago
Juergen Hoeller
02a6f31807
ASM ClassReader leniently handles label offset mismatch
...
Issue: SPR-14089
(cherry picked from commit 3910350)
10 years ago
Juergen Hoeller
0891fbaf97
Consistent formatting
10 years ago
Juergen Hoeller
2ea7fcde3e
Polishing
...
(cherry picked from commit 9af12d2 )
10 years ago
Juergen Hoeller
fcd155a92c
Correct RFC 4648 references in method-level javadoc
...
Issue: SPR-14067
(cherry picked from commit ec7c3aa )
10 years ago
Juergen Hoeller
9129ec2623
LinkedCaseInsensitiveMap provides reliable getOrDefault implementation
...
Issue: SPR-13981
(cherry picked from commit 7a32ce3 )
10 years ago
Juergen Hoeller
cafb99a33d
Polishing
...
(cherry picked from commit 028a690 )
10 years ago
Juergen Hoeller
9c5cabf4ba
Refined ApplicationContextInitializer assignability exception
...
(cherry picked from commit ca19920 )
10 years ago
Juergen Hoeller
9f2b3ca8b8
Polishing
...
(cherry picked from commit 1899fb3 )
10 years ago
Juergen Hoeller
a620770470
Polishing
10 years ago
Juergen Hoeller
9e7f6ba0b1
PathMatchingResourcePatternResolver consistently logs retrieval results
...
Issue: SPR-13923
(cherry picked from commit 449f704 )
10 years ago
Juergen Hoeller
4418331429
Polishing
...
(cherry picked from commit e903106 )
10 years ago
Juergen Hoeller
30ef893c28
Polishing
10 years ago
Juergen Hoeller
8516de62e3
FastByteArrayInputStream consistently returns -1 when no data available
...
Issue: SPR-13858
(cherry picked from commit 5d4547d )
10 years ago
Juergen Hoeller
342d760f70
Polishing
...
(cherry picked from commit 27c2e8c )
10 years ago
Juergen Hoeller
acecda7153
Avoid sensitive Proxy.getInvocationHandler call in synthesizeAnnotation
...
Issue: SPR-13829
(cherry picked from commit aecb8b6 )
10 years ago
Juergen Hoeller
35b8696523
Polishing
10 years ago
Juergen Hoeller
935d714333
SimpleNamespaceContext implements all subtleties of the NamespaceContext contract
...
Issue: SPR-13713
(cherry picked from commit f8860e2 )
10 years ago
Juergen Hoeller
6f2f3595e9
Backported import and declaration cleanup
10 years ago
Juergen Hoeller
a36c0a50e6
Defensive error reporting when StandardAnnotationMetadata introspects declared methods
...
Issue: SPR-13791
10 years ago
Juergen Hoeller
0968e47b04
Polishing
10 years ago
Gary Russell
14fc6c2a99
SPR-13784: Base64Utils: URL/File Safe Alphabet
...
JIRA: https://jira.spring.io/browse/SPR-13784
JDK8 and Apache Commons Codec support the RFC 4648
"URL and Filename Safe" Base64 alphabet.
Add methods to `Base64Utils` to support this feature.
10 years ago
Juergen Hoeller
fdc14a16ee
AbstractApplicationContext clears ReflectionUtils cache as well
...
Issue: SPR-13783
10 years ago
Juergen Hoeller
d0814703c4
AnnotationUtils.synthesizeAnnotation explicitly checks whether SynthesizedAnnotation is exposable
...
Issue: SPR-13696
10 years ago
Juergen Hoeller
ee35b5ed07
Polishing
10 years ago