Juergen Hoeller
ab0d523cc0
Polishing
...
(cherry picked from commit 1932a9d
)
2016-08-17 21:54:40 +02:00
Stephane Nicoll
1cad98dd31
Add setter for defaultPersistenceUnitRootLocation
...
This commit adds a setter for the default persistence unit's
defaultPersistenceUnitRootLocation attribute.
2016-08-17 17:40:58 +02:00
Juergen Hoeller
022b013563
Revised NoSuchBeanDefinitionException message for proper array class names
...
Issue: SPR-14595
2016-08-17 17:13:28 +02:00
Juergen Hoeller
4b06b60007
RootBeanDefinition accepts ResolvableType for target type hint
...
Issue: SPR-14580
2016-08-17 16:59:16 +02:00
Juergen Hoeller
6a0d9d3d97
Consistent support for CompilationCustomizers as well as custom CompilerConfiguration
...
Issue: SPR-14585
2016-08-17 11:29:49 +02:00
Juergen Hoeller
a1b167a988
Polishing
2016-08-17 00:53:38 +02:00
Juergen Hoeller
433764d217
GroovyScriptFactory supports CompilationCustomizer next to GroovyObjectCustomizer
...
Issue: SPR-14585
2016-08-17 00:47:50 +02:00
Juergen Hoeller
214c919742
AspectJ bean pointcut supports qualifier match
...
Issue: SPR-11217
2016-08-17 00:43:41 +02:00
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.
2016-08-16 14:00:13 +02:00
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
2016-08-16 13:45:10 +02:00
Stephane Nicoll
c17c43a1fe
Merge pull request #1132 from igormukhin:patch-1
...
* pr/1132:
Add aditional example to CronSequenceGenerator
2016-08-16 11:42:54 +02:00
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
2016-08-16 11:41:37 +02:00
Sam Brannen
669fd80854
Upgrade build to Gradle 3.0
...
Issue: SPR-14569
2016-08-15 21:26:39 +02:00
Sam Brannen
ed467f542a
Fix formatting in Web MVC chapter of reference manual
2016-08-15 21:07:35 +02:00
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
2016-08-12 20:43:01 -05:00
Juergen Hoeller
1ac8e1c949
Polishing
...
(cherry picked from commit a4a71a8
)
2016-08-11 23:50:54 +02:00
Juergen Hoeller
8b5d3559f5
Avoid stack overflow in case of chained factory-bean references to FactoryBean class
...
Issue: SPR-14551
2016-08-11 22:56:14 +02:00
Juergen Hoeller
6157fad91f
PersistenceAnnotationBeanPostProcessor obtains default EntityManagerFactory via getBean(Class) algorithm
...
Issue: SPR-7549
2016-08-11 22:42:06 +02:00
Juergen Hoeller
eeeab27f1f
Polishing
...
(cherry picked from commit 35e247a
)
2016-08-10 16:42:21 +02:00
Stephane Nicoll
2a4ee07cb3
Fix typo
2016-08-10 14:23:37 +02:00
Juergen Hoeller
59a24b406a
Polishing
2016-08-10 14:20:42 +02:00
Juergen Hoeller
a4b6682c3e
Consistent spelling for StandaloneMockMvcBuilder's addPlaceholderValue
2016-08-10 14:18:41 +02:00
Stephane Nicoll
02e9477711
Merge pull request #1129 from kduhyun:fix-doc1
...
* pr/1129:
Fix typo
2016-08-10 10:44:48 +02:00
wolverine.kim
a3062dfe78
Fix typo
...
Closes gh-1129
2016-08-10 10:44:07 +02:00
Juergen Hoeller
fae503d568
MethodBasedEvaluationContext reliably exposes varargs
...
Issue: SPR-14554
2016-08-09 21:24:38 +02:00
Sebastien Deleuze
106bda7294
Fix NettyDataBuffer#lastIndexOf()
2016-08-09 18:07:10 +02:00
Juergen Hoeller
8acceba641
Polishing
...
(cherry picked from commit aade2d1
)
2016-08-09 12:42:57 +02:00
Juergen Hoeller
eae079ac2b
Polishing
2016-08-09 10:44:10 +02:00
Juergen Hoeller
47e9360d62
MockClientHttpResponse closes body stream on close()
...
Issue: SPR-14563
2016-08-09 10:43:50 +02:00
Rossen Stoyanchev
62e08a5ebe
Minor update to Spring Web Reactive chapter
...
Issue: SPR-14565
2016-08-08 16:48:44 -04:00
Rossen Stoyanchev
cc288a0c4a
Switch back to Reactor 3.0 snapshots
2016-08-08 16:42:30 -04:00
Juergen Hoeller
526ce28ef0
Upgrade to Hibernate ORM 5.2.2 and Undertow 1.4 GA / XNIO 3.4
2016-08-08 16:01:02 +02:00
Juergen Hoeller
36143692ac
Consistent use of AvailableSettings instead of Environment
...
Issue: SPR-14548
2016-08-08 14:48:05 +02:00
Juergen Hoeller
d69afaada8
PathEditor tries file system path in case of non-existing resource
...
Issue: SPR-14549
2016-08-08 13:46:57 +02:00
Juergen Hoeller
d128830605
Test injection for @Lookup-declaring bean
...
Issue: SPR-14550
2016-08-08 13:21:52 +02:00
Juergen Hoeller
aeec1245eb
ClientWebRequestBuilders documentation fix
...
Issue: SPR-14561
2016-08-08 13:20:27 +02:00
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.
2016-08-08 11:24:21 +02:00
Stephane Nicoll
e4ccbc964a
Polish
2016-08-06 17:42:06 +02:00
Stephane Nicoll
8aadb8d193
Polish Javadoc
...
Issue: SPR-14552
2016-08-06 17:15:36 +02:00
Sebastien Deleuze
e86529ec90
Prevent StackOverflowError in AbstractJackson2HttpMessageConverter
...
Issue: SPR-14520
2016-08-04 11:20:38 -07:00
Juergen Hoeller
fad931d764
Consistent default connection release mode with Hibernate 5.1
...
Issue: SPR-14548
2016-08-04 03:07:14 +02:00
Juergen Hoeller
8109a8c288
Updated ServletHttpHandlerAdapter usage
2016-08-04 03:04:33 +02:00
Arjen Poutsma
dfef4e09da
Added HttpHandler contructor argument
2016-08-03 15:39:44 -07:00
Brian Clozel
7af97c38ce
Upgrade to Protobuf 3.0.0
2016-08-02 14:57:49 -07:00
Stephane Nicoll
6b616bad9c
Merge pull request #1126 from kamilszymanski:expression-lambda
...
* pr/1126:
Use abbreviated expression lambda instead of statement lambda
2016-07-30 12:55:21 +02:00
Kamil Szymanski
4aea551e8e
Use abbreviated expression lambda instead of statement lambda
...
Closes gh-1126
2016-07-30 12:54:59 +02:00
Juergen Hoeller
0a5e5776c1
Upgrade to Undertow 1.4 CR4
...
Issue: SPR-14328
2016-07-28 10:54:14 +02:00
Juergen Hoeller
5ac7a32c8a
Raise JDBC driver feature baseline to JDBC 4.0+
...
Issue: SPR-13826
2016-07-28 10:51:29 +02:00
Juergen Hoeller
d96a66ae8f
ConfigurationClassParser uses unified ImportStack with chained import analysis
...
Issue: SPR-14517
2016-07-28 00:06:13 +02:00
Rossen Stoyanchev
460ed307ed
Shorten getter for ReactiveAdapterRegistry
2016-07-27 17:03:56 -04:00