Commit Graph

8883 Commits (04bcade3de7469b12c8f59b21a854540840414e7)
 

Author SHA1 Message Date
Stephane Nicoll 04bcade3de Merge branch '1.5.x' 8 years ago
Stephane Nicoll d117ec45b8 Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll 85fb273596 Fix spring-boot-antlib version
See gh-6978
8 years ago
Andy Wilkinson 7efe90848b Merge branch '1.5.x' 8 years ago
Andy Wilkinson aaf435ff2a Suppress Neo4J-related deprecation warnings
See gh-6976
8 years ago
Andy Wilkinson 1d1714ee8b Merge branch '1.5.x' 8 years ago
Andy Wilkinson bdc949d1b7 Remove deprecated merge and locations attributes from @ConfigurationProperties
Closes gh-6972
8 years ago
Andy Wilkinson bd8a9bb310 Polish
See gh-6971 and commit ce1e41d
8 years ago
Andy Wilkinson 08842c1273 Suppress Neo4J-related deprecation warnings
See gh-6976
8 years ago
Andy Wilkinson beca5e486e Polish 8 years ago
Andy Wilkinson 0cdbbd49b5 Address warnings caused by deprecations in Spring Framework 5
See gh-6977
8 years ago
Andy Wilkinson 312292b93e Update Animal Sniffer and related annotations for Java 8 baseline
Closes gh-6981
8 years ago
Andy Wilkinson 16a0f72df5 Merge branch '1.5.x' 8 years ago
Andy Wilkinson c108da9d53 Upgrade to Spring Data Ingalls M1
Closes gh-6785
Closes gh-5835
8 years ago
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
8 years ago
Stephane Nicoll 6643ec3713 Next development version 8 years ago
Stephane Nicoll 5684924f60 Polish 8 years ago
Andy Wilkinson 6fb44b2410 Fix TestCommandIntegrationTests after removal of deprecated test support
See gh-6971
See gh-6973
8 years ago
Stephane Nicoll 046475a69e Remove deprecated spring-boot-starter-redis 8 years ago
Stephane Nicoll fc00e4cbe0 Remove deprecated spring-boot-starter-ws 8 years ago
Stephane Nicoll bd7c20eb1c Deprecate Guava support 8 years ago
Stephane Nicoll 474c2e4641 Fix checkstyle rule
See gh-6971
8 years ago
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
8 years ago
Stephane Nicoll d514cc3dab Merge branch '1.4.x' 8 years ago
Stephane Nicoll 6bd670edbc Initiate 1.4.x branch 8 years ago
Stephane Nicoll 97083300d7 Fixup version numbers following release 8 years ago
Spring Buildmaster 7e9ed5e1a7 Next Development Version 8 years ago
Phillip Webb 51092af739 Polish 8 years ago
Phillip Webb 0b9667c26f Drop setResolvePlaceholders()
Remove setResolvePlaceholders() from PropertySourcesPropertyValues
and instead rely only on the constructor.

See gh-6964
8 years ago
Phillip Webb 7896ec5a7b Polish 8 years ago
Stephane Nicoll 7fd169cfd2 Merge branch '1.3.x' 8 years ago
Stephane Nicoll 04a72fcb78 Fixup version numbers following release 8 years ago
Andy Wilkinson be33827f49 Simplify property validation sample and document need for static bean method
Closes gh-6627
8 years ago
Spring Buildmaster 5f959b074f Next Development Version 8 years ago
Stephane Nicoll 43e020ef7b Merge branch '1.3.x' 8 years ago
Stephane Nicoll 4bf94ef3ca Upgrade to Spring Data Gosling SR5
Closes gh-6956
8 years ago
Dave Syer 5af4446386 Bump spring-retry to 1.1.4 8 years ago
Andy Wilkinson 564207b092 Add Tomcat-specific failure analysis for connector start failures
Previously, when a Tomcat connector failed to start it was assumed that
the failure was due to the port being in use and a PortInUseException
was thrown. Unfortunately, this assumption doesn’t always hold true.
For example, a Tomcat connector will also fail to start when its using
SSL and the key store password is wrong. This could lead to incorrect
guidance from the PortInUseFailureAnalyzer indicating that a port clash
had occurred when, in fact, it was the SSL configuration that needed to
be corrected.

Unfortunately, Tomcat only tells us that the connector failed to start.
It doesn’t provide access to the exception that would allow us to
determine why it failed to start. This commit updates the embedded
Tomcat container to throw a ConnectorStartFailedException in the event
of a connector failing to start. A new failure analyser,
ConnectorStartFailureAnalyzer, has been introduced to analyse the new
exception and offer some more general guidance.

Closes gh-6896
8 years ago
Stephane Nicoll 1641bb2105 Upgrade to Spring Data Hopper SR3
Closes gh-6583
8 years ago
Dave Syer 26a90c1d24 Add flag to PropertiesConfigurationFactory to switch off placeholder resolution
The default behaviour is unchanged, but it is useful for some applications to be
able to bind without placeholder resolution (e.g. to prevent exposing system
environment variables, if the bound object is being sent over the wire).
8 years ago
Andy Wilkinson d1fd79cfa3 Upgrade to Hibernate 5.0.11.Final
Closes gh-6944
8 years ago
Stephane Nicoll 815fb0135b Merge branch '1.3.x' 8 years ago
Stephane Nicoll fc5ab5685b Fix location url in test
See gh-6956
8 years ago
Stephane Nicoll 3734a876c1 Merge branch '1.3.x' 8 years ago
Stephane Nicoll 4ab896ad37 Start building against Spring Data Gosling snapshot
See gh-6956
8 years ago
Andy Wilkinson a94c6f8241 Upgrade to Spring Integration 4.3.2.RELEASE
Closes gh-6951
8 years ago
Andy Wilkinson 59637e58d4 Upgrade to Spring REST Docs 1.1.2.RELEASE
Closes gh-6949
8 years ago
Andy Wilkinson bcb6281c0d Upgrade to Neo4J OGM 2.0.5
Closes gh-6948
8 years ago
Andy Wilkinson 214fbfa3d0 Upgrade to Narayana 5.3.4.Final
Closes gh-6947
8 years ago
Andy Wilkinson e5465bc98e Upgrade to JBoss Transaction SPI 7.3.4.Final
Closes gh-6946
8 years ago