Stephane Nicoll
8f96278ce9
Merge branch '1.5.x'
2016-09-30 10:53:03 +02:00
Stephane Nicoll
7ffa499949
Merge branch '1.4.x' into 1.5.x
2016-09-30 10:52:44 +02:00
Stephane Nicoll
e56119165e
Close JestClient on shutdown
...
Closes gh-7051
2016-09-30 10:51:48 +02:00
Stephane Nicoll
8ed20068ca
Fix list property to be mutable
...
Closes gh-7045
2016-09-30 10:34:25 +02:00
Andy Wilkinson
f82dc8e043
Upgrade to JMS API 2.0
...
Closes gh-7049
2016-09-29 20:33:21 +01:00
Andy Wilkinson
241ab10160
Merge branch '1.5.x'
2016-09-29 15:49:04 +01:00
Andy Wilkinson
2a035d0748
Remove support for Velocity following its deprecation in 1.4
...
Closes gh-6971
2016-09-29 15:44:36 +01:00
Andy Wilkinson
464915d2cc
Remove support for HornetQ following its deprecation in 1.4
...
See gh-6971
2016-09-29 15:44:36 +01:00
Andy Wilkinson
ae7faa233a
Merge branch '1.5.x'
2016-09-29 15:09:14 +01:00
Andy Wilkinson
0232e3b16c
Merge branch '1.4.x' into 1.5.x
2016-09-29 15:09:08 +01:00
Andy Wilkinson
d08c84af42
Ensure that JtaAutoConfiguration runs before ArtemisAutoConfiguration
...
Closes gh-7062
2016-09-29 15:08:24 +01:00
Andy Wilkinson
0e018c6037
Merge branch '1.5.x'
2016-09-29 15:02:02 +01:00
Andy Wilkinson
b4d052a7b3
Merge branch '1.4.x' into 1.5.x
2016-09-29 15:01:54 +01:00
Andy Wilkinson
33ea73996e
Make auto-config for Narayana back off when Transaction SPI not on classpath
...
Closes gh-7061
2016-09-29 14:56:05 +01:00
Stephane Nicoll
8b6d7eedc0
Merge branch '1.5.x'
2016-09-29 10:38:42 +02:00
Vedran Pavic
c4aa78679a
Upgrade Hazelcast to 3.7.1
...
In addition, dependency management for `hazelcast-hibernate5` module has
been added, and a separate dependency version was introduced for
`hazelcast-hibernate4` module.
Closes gh-7023
2016-09-29 10:37:29 +02:00
Stephane Nicoll
49a606fa91
Merge branch '1.5.x'
2016-09-28 17:00:56 +02:00
Stephane Nicoll
cdd59707fc
Merge branch '1.4.x' into 1.5.x
2016-09-28 17:00:30 +02:00
Johnny Lim
30a677646f
Polish
...
Closes gh-7030
2016-09-28 16:45:19 +02:00
Andy Wilkinson
63796a2a82
Merge branch '1.5.x'
2016-09-28 11:12:04 +01:00
Vedran Pavic
f485660482
Upgrade Spring Session to 1.3.0.M2
...
Closes gh-6979
2016-09-28 11:07:11 +01:00
Stephane Nicoll
133739b222
Merge branch '1.5.x'
2016-09-26 10:47:31 +02:00
Stephane Nicoll
7dfa3a8c83
Harmonize Caffeine CacheManager bean name
...
Closes gh-6980
2016-09-26 10:47:09 +02:00
Andy Wilkinson
aaf435ff2a
Suppress Neo4J-related deprecation warnings
...
See gh-6976
2016-09-21 20:57:05 +01:00
Andy Wilkinson
08842c1273
Suppress Neo4J-related deprecation warnings
...
See gh-6976
2016-09-21 19:52:18 +01:00
Andy Wilkinson
0cdbbd49b5
Address warnings caused by deprecations in Spring Framework 5
...
See gh-6977
2016-09-21 17:34:54 +01:00
Andy Wilkinson
16a0f72df5
Merge branch '1.5.x'
2016-09-21 17:03:35 +01:00
Andy Wilkinson
c108da9d53
Upgrade to Spring Data Ingalls M1
...
Closes gh-6785
Closes gh-5835
2016-09-21 17:01:47 +01:00
Stephane Nicoll
9bc77254a7
Start building against Spring Framework 5 snapshot
...
This commit enables compatibility build against Spring Framework 5.
The Velocity and Guava support that are deprecated in the 1.x line have
been removed and few other classes contain minor change to comply to non
backward compatible changes in Spring Framework 5.
This commit also switches the required java version to 8.
Closes gh-6977
2016-09-21 17:37:02 +02:00
Stephane Nicoll
6643ec3713
Next development version
2016-09-21 17:05:50 +02:00
Stephane Nicoll
bd7c20eb1c
Deprecate Guava support
2016-09-21 14:59:02 +02:00
Stephane Nicoll
ce1e41dce3
Remove deprecated code
...
This code removes code deprecated in 1.4 with the exception of code that
requires an update to Spring Framework 5.
Closes gh-6971
2016-09-21 14:30:28 +02:00
Stephane Nicoll
6bd670edbc
Initiate 1.4.x branch
2016-09-21 11:11:24 +02:00
Spring Buildmaster
7e9ed5e1a7
Next Development Version
2016-09-21 07:58:07 +00:00
Phillip Webb
51092af739
Polish
2016-09-20 14:32:09 -07:00
Eddú Meléndez
bc55b6e0d4
Add contextPath LocalHostUriTemplateHandler URIs
...
Update `LocalHostUriTemplateHandler` so that the `server.context-path`
property is also considered when building the URL.
Fixes gh-6904
Closes gh-6919
2016-09-17 19:33:06 -07:00
Phillip Webb
0eab3e0c5a
Drop printed link to reference documentation
...
Tweak the fix from 50c68a49 to no longer print a link the reference
documentation.
See gh-6593
2016-09-16 17:52:25 -07:00
Phillip Webb
825dd0a26c
Merge branch '1.3.x'
2016-09-16 15:07:18 -07:00
Phillip Webb
b97e0bd471
Allow HttpPutFormContentFilter to be disabled
...
Add `spring.mvc.formcontent.putfilter.enabled` property to allow the
HttpPutFormContentFilter to be disabled.
Fixes gh-6519
2016-09-16 14:14:21 -07:00
Phillip Webb
a2e4127d4f
Fix multi-annotation nested condition logic
...
Update `AbstractNestedCondition` to correctly group nested conditions
on members.
Fixes gh-6672
2016-09-16 13:31:55 -07:00
Stephane Nicoll
50c68a497b
Improve startup error message
...
This commit improves the startup error message so that it does not
reference `--debug` anymore. Such command-line switch only works when
the application is started using `java -jar`.
The error message now refers directly to a section of the documentation
that provides more details and links to more useful examples.
Closes gh-6593
2016-09-16 16:37:50 +02:00
Stephane Nicoll
78bb04f2c1
Polish
2016-09-16 14:54:11 +02:00
Stephane Nicoll
284988f0cd
Clarify SpringBootWebSecurityConfiguration scope
...
This commit fixes the documentation that wrongly states that
SpringBootWebSecurityConfiguration is an auto-configuration. Rather than
excluding this class, we should exclude SecurityAutoConfiguration that
imports it.
Closes gh-6861
2016-09-16 14:53:50 +02:00
Oliver Gierke
0860ad4fd4
Use default simple types with MongoMappingContext
...
Change the auto-configure MongoMappingContext to use the
SimpleTypesHolder instance `Set` that's produced by a CustomConversions
bean, which we in turn now default, too.
This update is necessary as `CustomConversions` registers converters by
inspecting the classpath (to automatically detect Java 8, JodaTime etc.)
and by that rendering the types for which we find converters for as
simple ones, i.e. non-entities.
Fixes gh-6881
Closes gh-6882
2016-09-15 10:42:59 -07:00
Phillip Webb
dcfe2673fd
Fix failing test following Tomcat upgrade
...
Tomcat 8.5.5 has change the default value of `validationInterval` to
3000. See https://bz.apache.org/bugzilla/show_bug.cgi?id=59923 for
details.
See gh-6703
See gh-6657
2016-09-14 17:14:37 -07:00
Johnny Lim
caa4c0800f
Polish
...
Closes gh-6872
2016-09-13 09:25:06 +02:00
Phillip Webb
c56f30fd91
Formatting
2016-09-12 12:44:31 -07:00
Stephane Nicoll
ee668e6782
Polish contribution
...
Closes gh-6651
2016-09-12 14:53:02 +02:00
Vedran Pavic
06a1f44128
Validate Spring Batch database initializer configuration
...
This commit adds Spring Batch configuration validation that disables
database initializer in case custom table prefix is configured with
default schema.
See gh-6651
2016-09-12 14:42:07 +02:00
Stephane Nicoll
def40bf27f
Polish
2016-09-12 14:36:12 +02:00