224 Commits (2f93759d1b1e7b83bb96e378a82e108a366911ce)

Author SHA1 Message Date
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
Juergen Hoeller bea94d5302 CollectionToCollectionConverter avoids collection copy for untyped collection when simply returning source anyway 12 years ago
Sam Brannen b364599278 Update links to Spring JIRA server 12 years ago
Sam Brannen 1ade9b5433 Polish various test classes 12 years ago
Sam Brannen 1d30bf83a0 Favor 'local' annotations over inherited ones 12 years ago
Sam Brannen 979c483384 Do not inspect meta-annotations on Java annotations 12 years ago
Sam Brannen 90b938aa8f Verify status quo when searching for non-inherited composed annotations 12 years ago
Sam Brannen 42a36349e9 Support nested meta-annotations in AnnotationUtils 12 years ago
Sam Brannen 8f0849f328 Fix minor error in AnnotationUtilsTests 12 years ago