8666 Commits (c86f711de5dbd2a601a70390b24f926de7efb485)
 

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