9771 Commits (37c04bd9c8d7a1269d1088af935a5571cb6887bc)
 

Author SHA1 Message Date
Juergen Hoeller 807864fa9a Latest dependency updates (Hibernate Validator 5.1.3, Undertow 1.0.17, SnakeYAML 1.14) 10 years ago
Juergen Hoeller ffc4e03293 Removed outdated TimerTaskExecutor reference 10 years ago
Rossen Stoyanchev 8f21c85511 Explicitly close Spring context in WS integration test 10 years ago
Rossen Stoyanchev 8c727be4e1 Close Spring context in SockJS integration test setup 10 years ago
Rossen Stoyanchev 70e6e3bb39 Fix condition check in SockJsClient lifecycle method 10 years ago
Juergen Hoeller b70c5d1ff1 Normalized AnnotationAttributesReadingVisitor class layout and improved diagnostics through delegating to AnnotationUtils 10 years ago
Juergen Hoeller 1e9ab53095 CharacterEditor uses Character.valueOf(char) and throws a more descriptive exception 10 years ago
Juergen Hoeller 33d85d2a13 EclipseLinkJpaDialect preserves lazy retrieval of UnitOfWork as far as possible 10 years ago
Juergen Hoeller c0747a006a JdbcUtils.getResultSetValue avoids re-retrieval from ResultSet for Blob/Clob content (for Derby compatibility) 10 years ago
Juergen Hoeller 06632822e9 Log4jConfigurer initLogging(location) throws FileNotFoundException for file URL as well 10 years ago
Sebastien Deleuze 17b9bde336 Set ResponseStatusExceptionResolver.messageSource in the MVC Java config 10 years ago
Juergen Hoeller ad2d5952c6 XmlOptionsFactoryBean initializes empty XmlOptions by default and uses efficient entrySet iteration 10 years ago
Juergen Hoeller cb095132b1 Defensive String equals comparison in ClassReader 10 years ago
Juergen Hoeller 4945cf1bd1 Optimized parameter length comparisons for constructor/method sorting 10 years ago
Rossen Stoyanchev a377878038 Minor doc update 10 years ago
Rossen Stoyanchev 584b831bb9 Allow HTTP delete with request entity 10 years ago
Andy Clement 03fc9e89a0 Fixed isWritable for badly formed SpEL expressions 10 years ago
Rossen Stoyanchev 083dece106 Polish netty client support 10 years ago
Rossen Stoyanchev e1207571fc Add Netty version property to build.gradle 10 years ago
Arjen Poutsma 7de0a70f0c Netty support for (Async)RestTemplate 10 years ago
Juergen Hoeller a13bb69cbe PropertyValue declares its cache fields as transient 10 years ago
Juergen Hoeller ff8655846d TransactionAspectSupport.currentTransactionStatus() reliably throws NoTransactionException 10 years ago
Rossen Stoyanchev da612d079f Replace "if(" with "if (" 10 years ago
Sebastien Deleuze 6592784ef4 Fix a package tangle between SockJS support and transport packages 10 years ago
Juergen Hoeller 9243869763 Test for <util:map> with LinkedCaseInsensitiveMap and specified key/value types 10 years ago
Juergen Hoeller 03bd08a6a5 Corrected note on JPA <exclude-unlisted-classes> 10 years ago
Stephane Nicoll a3213f26a5 Merge pull request #677 from ksseo0701/SPR-12378 10 years ago
Seo, Kyung-Seok 1708a8a10d Remove unnecessary null check 10 years ago
Sebastien Deleuze 58f4014b17 Add an option to disable automatic addition of CORS header 10 years ago
Sebastien Deleuze 743356fa21 Add an option to set an Origin whitelist for Websocket and SockJS 10 years ago
Andy Clement 28a3cd50aa Resolved package tangle in spring-expression 10 years ago
Andy Clement a40e42479c Fix SpEL handling of function reference 10 years ago
Rossen Stoyanchev 01aa64c534 Simple broker sends notice after disconnect 10 years ago
Sam Brannen 6463878f2d Polish Javadoc for @RequestMapping 10 years ago
Brian Clozel a0c210457b Use response encoding when escaping HTML 10 years ago
Stephane Nicoll 73e398a165 Merge pull request #672 from RyuSangGi/SPR-12363 10 years ago
Sang Gi Ryu d62522982f Performance improvement 10 years ago
Stephane Nicoll d9df50c6cd @Entity no longer required with spring-aspect 10 years ago
Stephane Nicoll 222d2b1639 Fix unnecessary required spring-context-support dep 10 years ago
Rossen Stoyanchev d5eb669416 Add mention of java.util.Optional in @MVC 10 years ago
Rossen Stoyanchev 687955a704 Add ImmutableMessageChannelInterceptor 10 years ago
Craig Andrews d5bf6713ed Add author attribution for htmlEscape methods 10 years ago
Juergen Hoeller 2035b17925 Polishing 10 years ago
Juergen Hoeller cb860364dd TilesConfigurer defensively expects null from getResources in case of no resources found 10 years ago
Sebastien Deleuze 1c217aae40 Support text/xml and application/*+xml in Jackson XML message converter 10 years ago
Juergen Hoeller 49f3a6beff HibernateTransactionManager supports result access after completion 10 years ago
Juergen Hoeller b16048b061 ClassReader relies on autoboxing for reuse of cached primitive values 10 years ago
Rossen Stoyanchev 051c5fb66a Update javadoc 10 years ago
Rossen Stoyanchev df090235bb Update documentation for Map arguments 10 years ago
Sam Brannen 4412bc68aa Polish Javadoc 10 years ago