Commit Graph

8895 Commits (b186e3f1efcfa2b09c26004272fdf877039a4dd8)
 

Author SHA1 Message Date
Andy Wilkinson b186e3f1ef Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 73f153daca Use a property for the version of the JMS API managed dependency
Closes gh-7042
8 years ago
Andy Wilkinson 4e377cc489 Merge pull request #6979 from Vedran Pavić
* gh-6979:
  Upgrade Spring Session to 1.3.0.M2
8 years ago
Vedran Pavic f485660482 Upgrade Spring Session to 1.3.0.M2
Closes gh-6979
8 years ago
Andy Wilkinson 0b28844681 Merge pull request #7022 from Kazuki Shimizu
* gh-7022:
  Add dependency management for jetty-proxy
8 years ago
Kazuki Shimizu c90eac5136 Add dependency management for jetty-proxy
Closes gh-7022
8 years ago
Andy Wilkinson 22b33908c2 Upgrade to Spring Integration Java DSL 1.2.0.RC1
Closes gh-7000
8 years ago
Stephane Nicoll 9210bf0822 Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll a2794d75c3 Clarify couchbase cache requirements
Closes gh-6998
8 years ago
Stephane Nicoll d5be773f0e Merge pull request #7025 from izeye:fix-dir
* pr/7025:
  Move Restarter in integration tests
8 years ago
Johnny Lim 723b46ade4 Move Restarter in integration tests
Closes gh-7025
8 years ago
Stephane Nicoll 542e935bb6 Fix typo
Closes gh-7026
8 years ago
Stephane Nicoll 984b02dc7f Upgrade to Undertow 1.4.3.Final
Closes gh-7019
8 years ago
Stephane Nicoll 7dfa3a8c83 Harmonize Caffeine CacheManager bean name
Closes gh-6980
8 years ago
Stephane Nicoll 7d73abc04f Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll f1fddd243b Document spring.http.encoding.mapping
Closes gh-7017
8 years ago
Andy Wilkinson 8971c8ba54 Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson e1d53b65ba Remove redundant git-commit-id-plugin configuration from loader-tools
Closes gh-7007
8 years ago
Stephane Nicoll 24c2e7d182 Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll c81a83522c Merge pull request #7002 from candrews:patch-3
* pr/7002:
  Exclude `META-INF/build-info.properties` from restart
8 years ago
Craig Andrews d94eedfd8a Exclude `META-INF/build-info.properties` from restart
Prior to this commit any application configured to write
`META-INF/build-info.properties` could trigger unexpected application
restarts. The problem is particularly prevalent when using Eclipse M2E in
combination with Maven's `spring-boot-maven-plugin` `build-info` goal
and Gradle's `springBoot` `buildInfo()`.

Closes gh-7002
8 years ago
Andy Wilkinson a9ca8ef769 Start building against Spring Integration Java DSL 1.2.0 snapshots
See gh-7000
8 years ago
Andy Wilkinson a674357b15 Remove dependency management for cassandra-driver-dse
The 3.1 release of the Cassandra Driver does not include the
cassandra-driver-dse module.

See gh-5835
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 aaf435ff2a Suppress Neo4J-related deprecation warnings
See gh-6976
8 years ago
Andy Wilkinson bdc949d1b7 Remove deprecated merge and locations attributes from @ConfigurationProperties
Closes gh-6972
8 years ago
Andy Wilkinson c108da9d53 Upgrade to Spring Data Ingalls M1
Closes gh-6785
Closes gh-5835
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