9479 Commits (a181b40e39df28f75b0024d70c2d5e7233801f5f)
 

Author SHA1 Message Date
Juergen Hoeller a181b40e39 PersistenceAnnotationBeanPostProcessor correctly detects JPA 2.1 synchronization attribute 10 years ago
Sam Brannen fc7e60678c Fix Javadoc in MockHttpServletRequestBuilder 10 years ago
Rossen Stoyanchev 62620de3f1 Update log settings for spring-websocket tests 10 years ago
Juergen Hoeller 1146d5ba1d Polishing 10 years ago
Juergen Hoeller 4927c9054f Revised SingleConnectionFactory for individual proxies with ExceptionListener and start/stop state 10 years ago
Rossen Stoyanchev 38ef6dec50 Fix test issue with Set iteration order 10 years ago
Juergen Hoeller c7a93a80d4 Configuration class parsing reuses metadata from AnnotatedBeanDefinition as far as possible 10 years ago
Juergen Hoeller 725ad0df50 SimpleMetadataReaderFactory is capable of resolving inner class names with dot syntax now (analogous to ClassUtils.forName) 10 years ago
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