9486 Commits (8e5c77dc1191432d8a9e0109beb4e9d3f925e8d2)
 

Author SHA1 Message Date
Stephane Nicoll 8e5c77dc11 Explicit support of String[] value resolution 12 years ago
Sam Brannen 2f03945410 Delete unused imports in spring-test 12 years ago
Juergen Hoeller 7aff575485 Reintroduced original SpringSessionSynchronization constructor and made SpringSession/FlushSynchronization public (for GORM) 12 years ago
Juergen Hoeller 5f160c17cd MBeanExporter logs lazy bean retrieval exceptions on the server at warn level 12 years ago
Juergen Hoeller db2601d6e2 AbstractBeanFactory logs bean creation exception on FactoryBean type check at warn level 12 years ago
Rossen Stoyanchev d8941ca098 Normalize 2+ '/' in path in UriComponentsBuilder 12 years ago
Juergen Hoeller e9f53c6ddf Polishing 12 years ago
Juergen Hoeller a181b40e39 PersistenceAnnotationBeanPostProcessor correctly detects JPA 2.1 synchronization attribute 12 years ago
Sam Brannen fc7e60678c Fix Javadoc in MockHttpServletRequestBuilder 12 years ago
Rossen Stoyanchev 62620de3f1 Update log settings for spring-websocket tests 12 years ago
Juergen Hoeller 1146d5ba1d Polishing 12 years ago
Juergen Hoeller 4927c9054f Revised SingleConnectionFactory for individual proxies with ExceptionListener and start/stop state 12 years ago
Rossen Stoyanchev 38ef6dec50 Fix test issue with Set iteration order 12 years ago
Juergen Hoeller c7a93a80d4 Configuration class parsing reuses metadata from AnnotatedBeanDefinition as far as possible 12 years ago
Juergen Hoeller 725ad0df50 SimpleMetadataReaderFactory is capable of resolving inner class names with dot syntax now (analogous to ClassUtils.forName) 12 years ago
Juergen Hoeller 807864fa9a Latest dependency updates (Hibernate Validator 5.1.3, Undertow 1.0.17, SnakeYAML 1.14) 12 years ago
Juergen Hoeller ffc4e03293 Removed outdated TimerTaskExecutor reference 12 years ago
Rossen Stoyanchev 8f21c85511 Explicitly close Spring context in WS integration test 12 years ago
Rossen Stoyanchev 8c727be4e1 Close Spring context in SockJS integration test setup 12 years ago
Rossen Stoyanchev 70e6e3bb39 Fix condition check in SockJsClient lifecycle method 12 years ago
Juergen Hoeller b70c5d1ff1 Normalized AnnotationAttributesReadingVisitor class layout and improved diagnostics through delegating to AnnotationUtils 12 years ago
Juergen Hoeller 1e9ab53095 CharacterEditor uses Character.valueOf(char) and throws a more descriptive exception 12 years ago
Juergen Hoeller 33d85d2a13 EclipseLinkJpaDialect preserves lazy retrieval of UnitOfWork as far as possible 12 years ago
Juergen Hoeller c0747a006a JdbcUtils.getResultSetValue avoids re-retrieval from ResultSet for Blob/Clob content (for Derby compatibility) 12 years ago
Juergen Hoeller 06632822e9 Log4jConfigurer initLogging(location) throws FileNotFoundException for file URL as well 12 years ago
Sebastien Deleuze 17b9bde336 Set ResponseStatusExceptionResolver.messageSource in the MVC Java config 12 years ago
Juergen Hoeller ad2d5952c6 XmlOptionsFactoryBean initializes empty XmlOptions by default and uses efficient entrySet iteration 12 years ago
Juergen Hoeller cb095132b1 Defensive String equals comparison in ClassReader 12 years ago
Juergen Hoeller 4945cf1bd1 Optimized parameter length comparisons for constructor/method sorting 12 years ago
Rossen Stoyanchev a377878038 Minor doc update 12 years ago
Rossen Stoyanchev 584b831bb9 Allow HTTP delete with request entity 12 years ago
Andy Clement 03fc9e89a0 Fixed isWritable for badly formed SpEL expressions 12 years ago
Rossen Stoyanchev 083dece106 Polish netty client support 12 years ago
Rossen Stoyanchev e1207571fc Add Netty version property to build.gradle 12 years ago
Arjen Poutsma 7de0a70f0c Netty support for (Async)RestTemplate 12 years ago
Juergen Hoeller a13bb69cbe PropertyValue declares its cache fields as transient 12 years ago
Juergen Hoeller ff8655846d TransactionAspectSupport.currentTransactionStatus() reliably throws NoTransactionException 12 years ago
Rossen Stoyanchev da612d079f Replace "if(" with "if (" 12 years ago
Sebastien Deleuze 6592784ef4 Fix a package tangle between SockJS support and transport packages 12 years ago
Juergen Hoeller 9243869763 Test for <util:map> with LinkedCaseInsensitiveMap and specified key/value types 12 years ago
Juergen Hoeller 03bd08a6a5 Corrected note on JPA <exclude-unlisted-classes> 12 years ago
Stephane Nicoll a3213f26a5 Merge pull request #677 from ksseo0701/SPR-12378 12 years ago
Seo, Kyung-Seok 1708a8a10d Remove unnecessary null check 12 years ago
Sebastien Deleuze 58f4014b17 Add an option to disable automatic addition of CORS header 12 years ago
Sebastien Deleuze 743356fa21 Add an option to set an Origin whitelist for Websocket and SockJS 12 years ago
Andy Clement 28a3cd50aa Resolved package tangle in spring-expression 12 years ago
Andy Clement a40e42479c Fix SpEL handling of function reference 12 years ago
Rossen Stoyanchev 01aa64c534 Simple broker sends notice after disconnect 12 years ago
Sam Brannen 6463878f2d Polish Javadoc for @RequestMapping 12 years ago
Brian Clozel a0c210457b Use response encoding when escaping HTML 12 years ago