Juergen Hoeller
bba38b8862
MockHttpServletRequestBuilder allows for specifying content type as String value
...
Issue: SPR-12405
10 years ago
Sam Brannen
78459504e0
Clean up warnings in spring-jms
10 years ago
Sam Brannen
14f4d34fdb
Clean up warnings in spring-websocket
10 years ago
Juergen Hoeller
a9c47df0c1
Polishing
10 years ago
Juergen Hoeller
d1288fdb7c
Upgrade to Hibernate 4.3.7 (and Netty 4.0.24)
10 years ago
Juergen Hoeller
965bea7b3e
DefaultListableBeanFactory efficiently accesses current bean names and exposes them via getBeanNamesIterator()
...
Issue: SPR-12404
10 years ago
Juergen Hoeller
97ea43681b
Polishing
10 years ago
Juergen Hoeller
e2518e0b7c
Reduced DefaultJCacheOperationSource's dependency from ApplicationContext to BeanFactory
...
Issue: SPR-12336
10 years ago
Juergen Hoeller
0e36402bd2
Revised retrieval of cache strategy beans
...
Issue: SPR-12336
10 years ago
Sebastien Deleuze
cfa3d358d5
Add an alwaysInclude property to TilesViewResolver
...
Issue: SPR-12374
10 years ago
Juergen Hoeller
01382b8ff0
BeanDefinitionValueResolver preserves original String array if possible and resolves nested String arrays as well
...
Issue: SPR-12391
10 years ago
Juergen Hoeller
65d163e604
Revised scheduling lifecycle integration
...
ScheduledAnnotationBeanPostProcessor uses getBean(Class) for TaskScheduler/ScheduledExecutorService retrieval, allowing for a scheduler bean to be flagged as primary, and for a TaskScheduler bean to override a ScheduledExecutorService bean.
ContextLifecycleScheduledTaskRegistrar hooks into SmartInitializingSingleton's afterSingletonsInstantiated callback instead of ContextRefreshedEvent, as a natural consequence of SmartInitializingSingleton's introduction in Spring Framework 4.1 GA.
10 years ago
Juergen Hoeller
7d2231541b
Unit tests for java.util.Optional with autowired collections on @Autowired fields/methods and @Bean method parameters
...
Issue: SPR-9132
10 years ago
Juergen Hoeller
bf5739c56b
HibernateJpaSessionFactoryBean is compatible with Hibernate 4.3 as well now
...
Issue: SPR-12401
10 years ago
Stephane Nicoll
5aefcc802e
Prevent early bean initialization with @EnableCaching
...
Prior to this commmit, any configuration class holding a CacheManager
bean would be eagerly instantiated. This is because the
CacheConfiguration infrastructure requests all beans of type
CacheManager.
This commit defers the resolution of the CacheManager as late
as possible.
Issue: SPR-12336
10 years ago
Stephane Nicoll
8e5c77dc11
Explicit support of String[] value resolution
...
This commit adds an explicit support for String array for value
resolution. <util:properties> switches the 'locations' property to a
String array in 662d8aa
and this broke expression evaluation.
Issue: SPR-12391
10 years ago
Sam Brannen
2f03945410
Delete unused imports in spring-test
10 years ago
Juergen Hoeller
7aff575485
Reintroduced original SpringSessionSynchronization constructor and made SpringSession/FlushSynchronization public (for GORM)
...
Issue: SPR-12400
10 years ago
Juergen Hoeller
5f160c17cd
MBeanExporter logs lazy bean retrieval exceptions on the server at warn level
...
Issue: SPR-12399
10 years ago
Juergen Hoeller
db2601d6e2
AbstractBeanFactory logs bean creation exception on FactoryBean type check at warn level
...
Issue: SPR-12397
10 years ago
Rossen Stoyanchev
d8941ca098
Normalize 2+ '/' in path in UriComponentsBuilder
...
Issue: SPR-12398
10 years ago
Juergen Hoeller
e9f53c6ddf
Polishing
...
Issue: SPR-12396
10 years ago
Juergen Hoeller
a181b40e39
PersistenceAnnotationBeanPostProcessor correctly detects JPA 2.1 synchronization attribute
...
Issue: SPR-12396
10 years ago
Sam Brannen
fc7e60678c
Fix Javadoc in MockHttpServletRequestBuilder
...
Class-level Javadoc for MockHttpServletRequestBuilder now correctly
refers to MockMvcRequestBuilders instead of MockMvcBuilders.
Issue: SPR-12393
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
...
Issue: SPR-10397
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
...
Issue: SPR-12394
10 years ago
Juergen Hoeller
725ad0df50
SimpleMetadataReaderFactory is capable of resolving inner class names with dot syntax now (analogous to ClassUtils.forName)
...
Issue: SPR-12390
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
...
Issue: SPR-12389
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
...
Issue: SPR-12387
10 years ago
Juergen Hoeller
1e9ab53095
CharacterEditor uses Character.valueOf(char) and throws a more descriptive exception
...
Issue: SPR-12386
10 years ago
Juergen Hoeller
33d85d2a13
EclipseLinkJpaDialect preserves lazy retrieval of UnitOfWork as far as possible
...
Issue: SPR-12319
10 years ago
Juergen Hoeller
c0747a006a
JdbcUtils.getResultSetValue avoids re-retrieval from ResultSet for Blob/Clob content (for Derby compatibility)
...
Issue: SPR-8810
10 years ago
Juergen Hoeller
06632822e9
Log4jConfigurer initLogging(location) throws FileNotFoundException for file URL as well
...
Issue: SPR-9725
10 years ago
Sebastien Deleuze
17b9bde336
Set ResponseStatusExceptionResolver.messageSource in the MVC Java config
...
Issue: SPR-12380
10 years ago
Juergen Hoeller
ad2d5952c6
XmlOptionsFactoryBean initializes empty XmlOptions by default and uses efficient entrySet iteration
...
Issue: SPR-12383
10 years ago
Juergen Hoeller
cb095132b1
Defensive String equals comparison in ClassReader
...
Issue: SPR-12382
10 years ago
Juergen Hoeller
4945cf1bd1
Optimized parameter length comparisons for constructor/method sorting
...
Issue: SPR-12385
10 years ago
Rossen Stoyanchev
a377878038
Minor doc update
...
Issue: SPR-12375
10 years ago
Rossen Stoyanchev
584b831bb9
Allow HTTP delete with request entity
...
Issue: SPR-12361
10 years ago
Andy Clement
03fc9e89a0
Fixed isWritable for badly formed SpEL expressions
...
Before this change isWritable() could return true
for a badly formed expression. That is because the
decision about whether something is writable was made
based on the node type rather than whether the node
represented something that could actually be resolved
to be a real thing. This change ensures a resolution
check is done and isWritable() should only return
true if a subsequent setValue() will succeed.
Issue: SPR-10610
10 years ago
Rossen Stoyanchev
083dece106
Polish netty client support
...
Mostly updates based on:
https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Code-Style
10 years ago
Rossen Stoyanchev
e1207571fc
Add Netty version property to build.gradle
...
Issue: SPR-12381
10 years ago
Arjen Poutsma
7de0a70f0c
Netty support for (Async)RestTemplate
...
This commit introduces an AsyncClientHttpRequestFactory based on Netty
4, for use with the (Async)RestTemplate.
10 years ago