432 Commits (5fee5f39ea6d5068d5d1fcd2806fd6b297dec67a)

Author SHA1 Message Date
Juergen Hoeller 17f7f1fc15 Consistent catching of Throwable for introspection failures 9 years ago
Juergen Hoeller cbc512f3be Efficient type plus annotation comparisons during converter retrieval 9 years ago
Juergen Hoeller 7e7504f5ea Polishing 10 years ago
Juergen Hoeller edf1df33cc ObjectToObjectConverter properly handles constructors on non-public classes 10 years ago
Juergen Hoeller 144f687ee9 Polishing 10 years ago
Juergen Hoeller adb9dc7ede ResolvableType equals/hashCode does not consider TypeProvider source 10 years ago
Juergen Hoeller ace25d4987 Polishing 10 years ago
Juergen Hoeller 7ddaf49eb2 StringUtils.parseLocaleString accepts Java 7 variants 10 years ago
Juergen Hoeller 086e764845 ResolvableType.java.forRawClass(Class) supports isAssignableFrom(ResolvableType) as well 10 years ago
Juergen Hoeller 696f687419 Moved encodeHttpHeaderFieldParam method to HttpHeaders itself (including tests) 10 years ago
Brian Clozel 9b91b9db8c Add RFC5987 support for HTTP header field params 10 years ago
Juergen Hoeller 1932a9d729 Polishing 10 years ago
Juergen Hoeller cc93c2a559 Polishing 10 years ago
Juergen Hoeller 95c2e0a996 Upgrade JiBX (and BCEL) towards support of 1.8 bytecode level 10 years ago
Juergen Hoeller 64595597f3 LinkedCaseInsensitiveMap properly overrides HashMap.clone() 10 years ago
Juergen Hoeller 36e1c82ef5 Backported refinements and polishing 10 years ago
Juergen Hoeller 1ca4b81856 Reinstated tests for implicit aliases 10 years ago
Juergen Hoeller 4d6d5e0ddd Consistent alias processing behind AnnotatedTypeMetadata abstraction (also for ASM) 10 years ago
Juergen Hoeller a1b58ee601 DigestUtils processes InputStream with buffered read instead of full copy 10 years ago
Juergen Hoeller e30429051d Polishing 10 years ago
Juergen Hoeller 92d78c10a2 Polishing (backported from master) 10 years ago
Sam Brannen 8389e3fc35 Suppress warnings in Gradle build 10 years ago
Juergen Hoeller 1d42009c0a Deprecated getPropertyAsClass and refined PropertySourcesPropertyResolver's logging 10 years ago
Juergen Hoeller a979885d17 SettableListenableFuture properly rethrows Error 10 years ago
Juergen Hoeller 42d32ba396 ResourceRegion fits better in core.io.support (next to EncodedResource) 10 years ago
Brian Clozel 3c92ddc94b Fix path matching for paths containing spaces 10 years ago
Brian Clozel 5ac31fb39d Refactor HTTP Range support with ResourceRegion 10 years ago
Juergen Hoeller bf7b475267 SocketUtils considers port range including maxPort 10 years ago
Juergen Hoeller 9bf5a5cbcb FastByteArrayInputStream returns correct count from read(byte[]) 10 years ago
Rossen Stoyanchev 50c11028d5 Improve illegal MimeType checks 10 years ago
Brian Clozel 368f29d5bc Fix AntPathMatcher multiple segments matching 10 years ago
Juergen Hoeller f1cb793ccb Rename MimeType's getCharSet() to getCharset() 10 years ago
Juergen Hoeller 74608e6b49 Polishing 10 years ago
Sam Brannen 6826bdd111 Document disabled test for hybrid annotation attribute overrides 10 years ago
Sam Brannen fee056a1b1 Simplify search algorithms in AnnotatedElementUtils 10 years ago
Sam Brannen 46e0484bf8 Support searches for merged repeatable annotations with "get" semantics 10 years ago
Sam Brannen 8d0083ca96 Polishing 10 years ago
Juergen Hoeller 517ebd1d3e Consistent formatting 10 years ago
Sam Brannen 1ec35e9c62 Support searches for multiple merged annotations with "get" semantics 10 years ago
Sam Brannen 2535469099 Support repeatable annotations as composed annotations 10 years ago
Sam Brannen a5139f3c66 Support searches for multiple merged composed annotations 10 years ago
Sam Brannen f1378aa376 Test status quo for finding multiple composed annotations 10 years ago
Sam Brannen d22480b0eb Ensure all aliased attributes in target annotation are overridden 10 years ago
Juergen Hoeller 1ca4340271 NumberUtils consistently raises overflow exception for BigInteger/BigDecimal input 10 years ago
Sam Brannen 2153d88706 Add TODO in AnnotatedElementUtilsTests 10 years ago
Sam Brannen 856da8e395 Introduce tests for transitive aliases with implied attribute names 10 years ago
Stephane Nicoll f422e490b0 Polish contribution 10 years ago
Yanming Zhou 1a302e1fac Add converters between Enum and Integer 10 years ago
Sam Brannen eb654dc177 Allow single element to override array in synthesized annotation 10 years ago
Juergen Hoeller 7a32ce317c LinkedCaseInsensitiveMap provides reliable getOrDefault implementation 10 years ago