Rob Winch
43faabd4cc
Fix HtmlUnitRequestBuilder merge
...
Previously invoking HtmlUnitRequestBuilder merge caused the pathInfo of
the parent to be corrupted. This could additional invocations with the
same parent.
This fix ensures that the parent is no longer directly used. Instead,
we create a copy of the parent by merging the parent that was passed in
with the copy.
Fixes SPR-14584
10 years ago
Juergen Hoeller
a4a71a8904
Polishing
10 years ago
Juergen Hoeller
e23ac031ff
Avoid stack overflow in case of chained factory-bean references to FactoryBean class
...
Issue: SPR-14551
(cherry picked from commit 8b5d355 )
10 years ago
Juergen Hoeller
79a56967a1
PersistenceAnnotationBeanPostProcessor obtains default EntityManagerFactory via getBean(Class) algorithm
...
Issue: SPR-7549
(cherry picked from commit 6157fad )
10 years ago
Juergen Hoeller
0bc0453700
Polishing
10 years ago
Juergen Hoeller
35e247aa26
Polishing
10 years ago
Juergen Hoeller
67ba187b6f
Polishing
...
(cherry picked from commit 59a24b4 )
10 years ago
Juergen Hoeller
67f0b1986c
Consistent spelling for StandaloneMockMvcBuilder's addPlaceholderValue
...
(cherry picked from commit a4b6682 )
10 years ago
Stephane Nicoll
60e0177d00
Fix typo
...
See gh-1129
10 years ago
Juergen Hoeller
4543a28e51
MethodBasedEvaluationContext reliably exposes varargs
...
Issue: SPR-14554
(cherry picked from commit fae503d )
10 years ago
Juergen Hoeller
aade2d1ec9
Polishing
...
(cherry picked from commit 9475c06 )
10 years ago
Juergen Hoeller
4627545a3b
Polishing
...
(cherry picked from commit eae079a )
10 years ago
Juergen Hoeller
e2ba7c9b8c
MockClientHttpResponse closes body stream on close()
...
Issue: SPR-14563
(cherry picked from commit 47e9360 )
10 years ago
Juergen Hoeller
6f5596ac5c
Upgrade to Hibernate ORM 5.2.2 and Undertow 1.3.24
10 years ago
Juergen Hoeller
7d1c2f191a
Consistent default connection release mode with Hibernate 5.1
...
Issue: SPR-14548
10 years ago
Juergen Hoeller
4ada571384
PathEditor tries file system path in case of non-existing resource
...
Issue: SPR-14549
(cherry picked from commit d69afaa )
10 years ago
Juergen Hoeller
ad8ebbaa05
Test injection for @Lookup-declaring bean
...
Issue: SPR-14550
(cherry picked from commit d128830 )
10 years ago
Stephane Nicoll
4854989db4
Polish Javadoc
...
Issue: SPR-14552
10 years ago
Sebastien Deleuze
7c5050cf80
Prevent StackOverflowError in AbstractJackson2HttpMessageConverter
...
Issue: SPR-14520
10 years ago
Spring Buildmaster
14ae8be547
Next Development Version
10 years ago
Juergen Hoeller
ff878ea9dc
ConfigurationClassParser uses unified ImportStack with chained import analysis
...
Issue: SPR-14517
(cherry picked from commit d96a66a )
10 years ago
Juergen Hoeller
7021a4be44
JndiPropertySource defensively skips invalid JNDI lookup for property name with colon in resource-ref mode
...
Issue: SPR-14518
(cherry picked from commit 328e04f )
10 years ago
Juergen Hoeller
5c4737c3d0
Upgrade to Netty 4.1.4
10 years ago
Juergen Hoeller
fbf3807af1
Polishing
...
(cherry picked from commit 5db4495 )
10 years ago
Juergen Hoeller
703c37ec88
Isolated circular import detection for scanned configuration classes
...
Issue: SPR-14517
(cherry picked from commit 316244d )
10 years ago
Juergen Hoeller
96440878bb
Polishing
10 years ago
Juergen Hoeller
b5c11ffb1c
Expose DefaultSubscriptionRegistry's cache limit through SimpleBrokerMessageHandler and MessageBrokerRegistry
...
Issue: SPR-14516
(cherry picked from commit 6d5af60 )
10 years ago
Juergen Hoeller
7f5b323d50
Upgrade to Jetty 9.3.11 (includes fixed Quartz javadoc URL)
10 years ago
Juergen Hoeller
67176e2b75
TransactionAspectSupport avoids hard references to transaction manager beans
...
Issue: SPR-14511
(cherry picked from commit 02374d7 )
10 years ago
Juergen Hoeller
79f3cf3263
Build against Undertow 1.3.x in 4.3.x branch (retaining runtime compatibility Undertow 1.4)
...
Issue: SPR-14328
10 years ago
Juergen Hoeller
9ee1dc79fd
Deprecate JpaSystemException(PersistenceException) constructor to prepare for removal in Spring 5
...
Issue: SPR-13827
10 years ago
Juergen Hoeller
9e2c34dfa6
Fixed ConcurrentMap declaration
...
(cherry picked from commit 23135b1 )
10 years ago
Juergen Hoeller
cc93c2a559
Polishing
10 years ago
Juergen Hoeller
15c7044c4d
Upgrade to EhCache 3.1.1 and OkHttp 3.4.1
10 years ago
Juergen Hoeller
0ef80d3579
JasperReportsMultiFormatViewTests does not check for CUSTOM_COMPILATION anymore
...
Issue: SPR-10423
10 years ago
Juergen Hoeller
95c2e0a996
Upgrade JiBX (and BCEL) towards support of 1.8 bytecode level
...
This commit also drops the now-unused CUSTOM_COMPILATION test group and the outdated JavaVersion class.
Issue: SPR-10423
(cherry picked from commit 01110f6 )
10 years ago
Juergen Hoeller
da3e8611e1
Upgrade JiBX (and BCEL) towards support of 1.8 bytecode level
...
Issue: SPR-10423
10 years ago
Juergen Hoeller
64595597f3
LinkedCaseInsensitiveMap properly overrides HashMap.clone()
...
Issue: SPR-14509
(cherry picked from commit dd65f7a )
10 years ago
Juergen Hoeller
82f2983cd4
Consistent throwing of BeanNotOfRequiredTypeException even for existing proxy
...
Issue: SPR-14504
(cherry picked from commit 4a85309 )
10 years ago
Juergen Hoeller
9451177c35
Polishing
...
(cherry picked from commit 382a931 )
10 years ago
Juergen Hoeller
9ed087d5da
Consistent support for multiple Accept headers
...
Issue: SPR-14506
(cherry picked from commit e59a599 )
10 years ago
Juergen Hoeller
77f22e9674
DataSource adapters expose setCatalog/setSchema next to setUsername/setPassword
...
Issue: SPR-14501
(cherry picked from commit 610bdf1 )
10 years ago
Juergen Hoeller
8ccfdbbcf9
ResourcePatternUtils.getResourcePatternResolver actually accepts null argument
...
Issue: SPR-14500
(cherry picked from commit e756a5b )
10 years ago
Juergen Hoeller
5a92aa4e06
Polishing
...
(cherry picked from commit a39276a )
10 years ago
Juergen Hoeller
7b1010cf61
Polishing
10 years ago
Juergen Hoeller
45b2f5bac4
Upgrade to Jackson 2.8.1
10 years ago
Juergen Hoeller
36e1c82ef5
Backported refinements and polishing
10 years ago
Juergen Hoeller
503d65d570
Avoid JDK proxy against CGLIB Factory interface and assert required type when resolving dependency
...
Issue: SPR-14478
(cherry picked from commit 0e3f0bd )
10 years ago
Juergen Hoeller
fe17f8da41
BeanWrapperImpl.setBeanInstance correctly exposes root object
...
Issue: SPR-14474
(cherry picked from commit 938b56c )
10 years ago
Juergen Hoeller
b583aa1579
Avoid dependency on WebUtils for extracting file extension
...
Issue: SPR-14479
(cherry picked from commit adc595b )
10 years ago