8664 Commits (d239016a8c831e98fa615a4ef7ea6f664121ffa2)
 

Author SHA1 Message Date
Juergen Hoeller d239016a8c UriComponentBuilder allows for multiple independent build() calls on same builder instance 11 years ago
Juergen Hoeller f966bf683c Explicitly mention BeanPostProcessor declaration requirements with @Bean methods 11 years ago
Juergen Hoeller 779ca99f38 SelectTag consistently checks specified 'multiple' attribute now, never falling back to forceMultiple in case of user-provided value 11 years ago
Sam Brannen b4e16eacc5 Require JUnit 4.9 or higher in the TCF 11 years ago
Juergen Hoeller 2d892da641 FrameworkPortlet exposes local PortletRequestAttributes in case of pre-bound ServletRequestAttributes as well 11 years ago
Juergen Hoeller 938a2846c8 Avoid pattern matching in isCglibRenamedMethod as far as possible (for performance reasons) 11 years ago
Juergen Hoeller d6635802c4 TypeDescriptor's nested type traversal leniently returns null in case of unresolvable nested type 11 years ago
Juergen Hoeller a6f3f101e4 Preparations for eventual removal of ParameterizedRowMapper along with SimpleJdbcTemplate 11 years ago
Brian Clozel 13c4a0396d Refactor VersionResourceResolver in strategies 11 years ago
Juergen Hoeller 18131bf611 Consistent declaration of private static final logger variables 11 years ago
Juergen Hoeller 2c0c081bbb AnnotationUtils defensively catches and logs unexpected exceptions from retrieval attempts (proceeding like the annotation wasn't there) 11 years ago
Juergen Hoeller fd809cd18e AnnotationUtils defensively catches unexpected exceptions from retrieval attempts (proceeding like the annotation wasn't there) 11 years ago
Sam Brannen f1517f03ff Delete remaining SimpleJdbcTemplate usage 11 years ago
Sam Brannen 0c1249fe42 Introduce repeatable @Sql tests 11 years ago
Sam Brannen abdb010fc8 Rename SQL script annotations in the TCF 11 years ago
Juergen Hoeller d801f9da89 ResourceUtils isFileURL detects "vfsfile" as a file system protocol (again) 11 years ago
Juergen Hoeller dfc370c368 PathMatchingResourcePatternResolver's findPathMatchingResources needs to check for VFS before checking isJarResource 11 years ago
Juergen Hoeller 03f3412434 WebSphereUowTransactionManager exposes SmartTransactionObject 11 years ago
Juergen Hoeller 6f68b034ca MBeanExportConfiguration's SpecificPlatform properly calls afterPropertiesSet 11 years ago
Juergen Hoeller ab5aea5a13 Defensively check javaUtilOptionalEmpty 11 years ago
Juergen Hoeller bc1f19ce18 Defensively check javaUtilOptionalEmpty 11 years ago
Brian Clozel cff36d68b1 update documentation with latest forum infos 11 years ago
Juergen Hoeller ef25b9e7af ObjectToOptionalConverter needs to be marked as @UsesJava8 11 years ago
Juergen Hoeller 88eabe874c Latest dependency updates (Jackson 2.4, Jetty 9.2.1, H2 1.4.178, Apache HttpClient 4.3.4) 11 years ago
Rossen Stoyanchev bb4a9cca1b Add suppress warning in SettableListenableFuture 11 years ago
Rossen Stoyanchev cf9d519e97 Merge pull request #504 from matsev/SPR-11614 11 years ago
Rossen Stoyanchev 0640a32863 Revise SettableListenableFuture implementation 11 years ago
Mattias Severson 38b525aa9e Created SettableListenableFuture with tests 11 years ago
Rossen Stoyanchev 0dc6082b01 Support java.util.Optional for @MVC named value args 11 years ago
Stephane Nicoll c2356e57c8 Merge pull request #562 from hengyunabc/master 11 years ago
hengyunabc 4d328d6188 Improve StringUtils#trimAllWhitespace 11 years ago
Sam Brannen 98a224fed9 Update Eclipse import script regarding AJDT 11 years ago
Brian Clozel 72baa9bf27 Ignore external resources in CssLinkResourceTransormer 11 years ago
Brian Clozel e18e44980d Upgrade to Groovy 2.3.3 11 years ago
Rossen Stoyanchev 9f4d4d1829 Check X-Forwarded-Host in ServletUriComponentsBuilder 11 years ago
Rossen Stoyanchev c809143cc4 Upgrade to Undertow 1.0.15 and fix failing test 11 years ago
Brian Clozel d746e3fbfa Rollback AntPathMatcher behavior for ".*" comparisons 11 years ago
Rossen Stoyanchev ce0473f926 Further encapsulate AntPatternComparator$PatternInfo 11 years ago
Brian Clozel f829cd1b35 Fix "**" precedence in AntPathMatcher comparator 11 years ago
Brian Clozel 80a16c6d10 PathMatching options:configure all HandlerMappings 11 years ago
Stephane Nicoll 014ea963fe Merge pull request #544 from kryger/patch-1 11 years ago
Lukasz Kryger 0dc52a8343 Fix method comment for getRequiredProperty(String) 11 years ago
Stephane Nicoll 9ba9f562f2 Add @ComponentScan documentation 11 years ago
Rossen Stoyanchev b214db3fc8 Rename HttpStatus 308 to Permanent Redirect 11 years ago
Rossen Stoyanchev 6b129c52e3 Add "mvcUrl" function to Spring tag library 11 years ago
Rossen Stoyanchev 2140648246 Fix failing test 11 years ago
Rossen Stoyanchev 5b02222a9f Add resolveTemplate method to Groovy markup configurer 11 years ago
Brian Clozel 0ecfa8e404 Add Spring View support for Groovy Markup Templates 11 years ago
Stephane Nicoll 6b6b008c1f Fix typo 11 years ago
Stephane Nicoll 5cc779ab35 Fix callout formatting issue 11 years ago