Juergen Hoeller
53819c472f
Updated note on CompilationCustomizer and CompilerConfiguration
...
Issue: SPR-14585
(cherry picked from commit da56758
)
9 years ago
Juergen Hoeller
f1ab37cd01
Renamed setDefaultPersistenceUnitRootLocation to setPersistenceUnitRootLocation
9 years ago
Juergen Hoeller
b4db161880
Latest dependency updates (Caffeine 2.3.2, RxJava 1.1.9, Jetty 9.4.0.M1)
9 years ago
Juergen Hoeller
cf9b4d1e0b
Removed duplicate NoHandlerFoundException entry
...
Issue: SPR-14598
(cherry picked from commit 188e532
)
9 years ago
Juergen Hoeller
ab0d523cc0
Polishing
...
(cherry picked from commit 1932a9d
)
9 years ago
Stephane Nicoll
1cad98dd31
Add setter for defaultPersistenceUnitRootLocation
...
This commit adds a setter for the default persistence unit's
defaultPersistenceUnitRootLocation attribute.
9 years ago
Juergen Hoeller
022b013563
Revised NoSuchBeanDefinitionException message for proper array class names
...
Issue: SPR-14595
9 years ago
Juergen Hoeller
4b06b60007
RootBeanDefinition accepts ResolvableType for target type hint
...
Issue: SPR-14580
9 years ago
Juergen Hoeller
6a0d9d3d97
Consistent support for CompilationCustomizers as well as custom CompilerConfiguration
...
Issue: SPR-14585
9 years ago
Juergen Hoeller
a1b167a988
Polishing
9 years ago
Juergen Hoeller
433764d217
GroovyScriptFactory supports CompilationCustomizer next to GroovyObjectCustomizer
...
Issue: SPR-14585
9 years ago
Juergen Hoeller
214c919742
AspectJ bean pointcut supports qualifier match
...
Issue: SPR-11217
9 years ago
Stephane Nicoll
e802f0e731
Clarify use of Ehcache
...
Since we have a dedicated section regarding Ehcache that is only
applicable to Ehcache 2.x, this commit clarifies that Ehcache 3.x is
JSR-107 compliant and the JCache support should be used with it
rather than attempting to configure the Ehcache 2.x support.
9 years ago
Stephane Nicoll
0d59a15849
Better document #result semantic
...
Commit 240f254
has introduced support for `java.util.Optional` in the
cache abstraction. If such type is present, the contained value is cached
if it is present.
This new feature slightly changed the semantic of `#result` that was
documented up till this commit as the "return value of the method
invocation". This is no longer true as `#result` for `Optional<T>`
refers to the `T` instance and not the `Optional` instance.
This commit clarifies both the javadoc and the documentation.
Issue: SPR-14587
9 years ago
Stephane Nicoll
c17c43a1fe
Merge pull request #1132 from igormukhin:patch-1
...
* pr/1132:
Add aditional example to CronSequenceGenerator
9 years ago
Igor Mukhin
3f0b458616
Add aditional example to CronSequenceGenerator
...
CronSequenceGenerator supports comma separated expressions but does not
provide an example for it. This commit adds such an example.
Closes gh-1132
9 years ago
Sam Brannen
669fd80854
Upgrade build to Gradle 3.0
...
Issue: SPR-14569
9 years ago
Sam Brannen
ed467f542a
Fix formatting in Web MVC chapter of reference manual
9 years ago
Rob Winch
966baea910
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
9 years ago
Juergen Hoeller
1ac8e1c949
Polishing
...
(cherry picked from commit a4a71a8
)
9 years ago
Juergen Hoeller
8b5d3559f5
Avoid stack overflow in case of chained factory-bean references to FactoryBean class
...
Issue: SPR-14551
9 years ago
Juergen Hoeller
6157fad91f
PersistenceAnnotationBeanPostProcessor obtains default EntityManagerFactory via getBean(Class) algorithm
...
Issue: SPR-7549
9 years ago
Juergen Hoeller
eeeab27f1f
Polishing
...
(cherry picked from commit 35e247a
)
9 years ago
Stephane Nicoll
2a4ee07cb3
Fix typo
9 years ago
Juergen Hoeller
59a24b406a
Polishing
9 years ago
Juergen Hoeller
a4b6682c3e
Consistent spelling for StandaloneMockMvcBuilder's addPlaceholderValue
9 years ago
Stephane Nicoll
02e9477711
Merge pull request #1129 from kduhyun:fix-doc1
...
* pr/1129:
Fix typo
9 years ago
wolverine.kim
a3062dfe78
Fix typo
...
Closes gh-1129
9 years ago
Juergen Hoeller
fae503d568
MethodBasedEvaluationContext reliably exposes varargs
...
Issue: SPR-14554
9 years ago
Sebastien Deleuze
106bda7294
Fix NettyDataBuffer#lastIndexOf()
9 years ago
Juergen Hoeller
8acceba641
Polishing
...
(cherry picked from commit aade2d1
)
9 years ago
Juergen Hoeller
eae079ac2b
Polishing
9 years ago
Juergen Hoeller
47e9360d62
MockClientHttpResponse closes body stream on close()
...
Issue: SPR-14563
9 years ago
Rossen Stoyanchev
62e08a5ebe
Minor update to Spring Web Reactive chapter
...
Issue: SPR-14565
9 years ago
Rossen Stoyanchev
cc288a0c4a
Switch back to Reactor 3.0 snapshots
9 years ago
Juergen Hoeller
526ce28ef0
Upgrade to Hibernate ORM 5.2.2 and Undertow 1.4 GA / XNIO 3.4
9 years ago
Juergen Hoeller
36143692ac
Consistent use of AvailableSettings instead of Environment
...
Issue: SPR-14548
9 years ago
Juergen Hoeller
d69afaada8
PathEditor tries file system path in case of non-existing resource
...
Issue: SPR-14549
9 years ago
Juergen Hoeller
d128830605
Test injection for @Lookup-declaring bean
...
Issue: SPR-14550
9 years ago
Juergen Hoeller
aeec1245eb
ClientWebRequestBuilders documentation fix
...
Issue: SPR-14561
9 years ago
Sebastien Deleuze
5531e80724
Anticipate reactor.test.TestSubscriber removal
...
reactor.test.TestSubscriber will not be part of Reactor Core
3.0.0 since it needs to be refactored to fit all the needs
expressed by the users. It is likely to be back later in one
of the Reactor Core 3.0.x releases.
This commit anticipate this removal by temporarily copying
TestSubscriber in spring-core test classes. As soon as
the new TestSubscriber will be available in Reactor Core,
Spring Framework reactive tests will use it again.
9 years ago
Stephane Nicoll
e4ccbc964a
Polish
9 years ago
Stephane Nicoll
8aadb8d193
Polish Javadoc
...
Issue: SPR-14552
9 years ago
Sebastien Deleuze
e86529ec90
Prevent StackOverflowError in AbstractJackson2HttpMessageConverter
...
Issue: SPR-14520
9 years ago
Juergen Hoeller
fad931d764
Consistent default connection release mode with Hibernate 5.1
...
Issue: SPR-14548
9 years ago
Juergen Hoeller
8109a8c288
Updated ServletHttpHandlerAdapter usage
9 years ago
Arjen Poutsma
dfef4e09da
Added HttpHandler contructor argument
9 years ago
Brian Clozel
7af97c38ce
Upgrade to Protobuf 3.0.0
9 years ago
Stephane Nicoll
6b616bad9c
Merge pull request #1126 from kamilszymanski:expression-lambda
...
* pr/1126:
Use abbreviated expression lambda instead of statement lambda
9 years ago
Kamil Szymanski
4aea551e8e
Use abbreviated expression lambda instead of statement lambda
...
Closes gh-1126
9 years ago