232 Commits (fa4ba2a82bc5bad00010dbd96b43dd4019243859)

Author SHA1 Message Date
Brian Clozel d293889bb3 Fix invalid PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE 12 years ago
Juergen Hoeller 587a81617c SystemEnvironmentPropertySource uses actual SecurityManager check and direct keySet access 12 years ago
Sam Brannen f27c7df004 Avoid Gradle compiler warnings 12 years ago
Phillip Webb 752574de1d Optimize SystemEnvPropertySource when possible 12 years ago
Juergen Hoeller 9b2da37f79 GenericConversionService detects enum subclasses as well 12 years ago
Juergen Hoeller 86b7118da8 Polishing 12 years ago
Juergen Hoeller 20c2ba35dc Polishing 12 years ago
Juergen Hoeller c6d29f1a31 Refactored support for @Order on @Bean methods as well as @Priority handling 12 years ago
Juergen Hoeller 9dfbc5326b Revised ResourcePropertySource in order to avoid ConfigurationClassProcessor's AnnotationPropertySource subclass 12 years ago
Phillip Webb 5ba3db6a7d Fix failing CompositePropertySourceTests 12 years ago
Phillip Webb 84564a0c7b Rework @PropertySource early parsing logic 12 years ago
Juergen Hoeller 8c76381d95 PathMatchingResourcePatternResolver supports "classpath*" searches in jar file roots as well 12 years ago
Juergen Hoeller 8dbfa80b13 Unit test for circular reference in default profile property, plus related polishing 12 years ago
David Haraburda d0e6f0f73f Change GenericConversionService to better handle enum 12 years ago
Sebastien Deleuze 86e8bdab6b Make ListenableFuture compliant with Java 8 lambda 12 years ago
Arjen Poutsma d6950d8add StaxStreamXMLReader ignores significant whitespace 12 years ago
Rossen Stoyanchev ab2526a586 Update support for using "." as path separator 12 years ago
Sebastien Deleuze 928a466b5d Allow to customize separator for messaging destinations 12 years ago
Juergen Hoeller 1fadd1c954 BackOff abstraction lives in util.backoff subpackage now 12 years ago
Juergen Hoeller bf9ccc8138 ExceptionTypeFilter and InstanceFilter live in util package itself now 12 years ago
Juergen Hoeller d6635802c4 TypeDescriptor's nested type traversal leniently returns null in case of unresolvable nested type 12 years ago
Rossen Stoyanchev 0640a32863 Revise SettableListenableFuture implementation 12 years ago
Mattias Severson 38b525aa9e Created SettableListenableFuture with tests 12 years ago
Rossen Stoyanchev 0dc6082b01 Support java.util.Optional for @MVC named value args 12 years ago
Brian Clozel d746e3fbfa Rollback AntPathMatcher behavior for ".*" comparisons 12 years ago
Rossen Stoyanchev ce0473f926 Further encapsulate AntPatternComparator$PatternInfo 12 years ago
Brian Clozel f829cd1b35 Fix "**" precedence in AntPathMatcher comparator 12 years ago
Juergen Hoeller 2cf88ac6a3 Polishing 12 years ago
Stephane Nicoll 001d0e734c Support for @Order at the bean declaration level 12 years ago
Juergen Hoeller b4954780aa ClassMetadata exposes isAnnotation() now, and correctly returns false from hasSuperClass() for interfaces and annotations 12 years ago
Juergen Hoeller 295a6aeed6 StringUtils.parseLocaleString parses variant correctly when variant contains country code 12 years ago
Rossen Stoyanchev 8ee4651038 Improve StringUtils.cleanPath 12 years ago
Juergen Hoeller 782d10c66f JasperReports-related polishing 12 years ago
Stephane Nicoll 89fc3c0257 Add BackOffExecution to isolate state 12 years ago
Stephane Nicoll 6a0483128a Configurable back off for listener recovery 12 years ago
Juergen Hoeller bea34ea41c GenericTypeResolver returns null for entirely unresolvable type arguments only 12 years ago
Juergen Hoeller 842a8a851d AnnotationMetadataReadingVisitor passes metaAnnotationMap into getMergedAnnotationAttributes algorithm, for finding out about applicable overrides 12 years ago
Stephane Nicoll 5559209233 Remove useless imports 12 years ago
Sam Brannen e1720d89fc Don't mutate annotation metadata when merging attrs 12 years ago
Stephane Nicoll 47a4327193 Add JSR-107 cache annotations support 12 years ago
Sam Brannen d9ee44cd7c Clean up warnings that show up in Gradle build 12 years ago
Stephane Nicoll dcf5f4a6a3 javax.annotation.Priority alternative to @Order 12 years ago
Juergen Hoeller b9bac1d3b6 Relaxed getElementTypeDescriptor assertion to not insist on a ResolvableType-known array 12 years ago
Arjen Poutsma f2f355e76c Improved StAX<->SAX bridge 12 years ago
Sam Brannen a2f1169e82 Don't detect annotations on superclass in StAnMeta 12 years ago
Juergen Hoeller dd7f54c3c0 Revised ResizableByteArrayOutputStream as an actual subclass of ByteArrayOutputStream, and consistently applied appropriate ByteArrayOutputStream initial capacities across the codebase 12 years ago
Brian Clozel ae012ae6e2 ShallowEtagHeaderFilter use specified contentlength 12 years ago
Stephane Nicoll 4cd818b9e4 Harmonize log configuration 12 years ago
Sam Brannen 99cd2f6098 Support meta-annotation overrides in ASM processing 12 years ago
Juergen Hoeller 4744180d3d NumberUtils reports overflow when converting from BigInteger/BigDecimal to Long 12 years ago