Commit Graph

11820 Commits (1.5.x)
 

Author SHA1 Message Date
Andy Wilkinson 2d98054041 Upgrade to Appengine Sdk 1.9.68
Closes gh-15236
6 years ago
Andy Wilkinson a7067171c7 Start building against Spring Framework 4.3.21 snapshots
See gh-15188
6 years ago
Phillip Webb b60da5f85d Allow early ServletRequest Autowiring
Update `EmbeddedWebApplicationContext` so that Servlet related
resolvable dependencies are registered in `postProcessBeanFactory`.

This allows a `ServletReqest` to be autowired into an early initialized
bean and brings parity with WAR based deployments.

Closes gh-14990
6 years ago
Phillip Webb fb85d0acc1 Merge pull request #15176 from rs017991
* pr/15176:
  Fixed typo in maven site documentation
6 years ago
Ryan Scheidter f2d6490548 Fixed typo in maven site documentation
Closes gh-15176
6 years ago
Phillip Webb 79b5dd3ae7 Protect against NPE when collecting annotations
Update `AnnotationsPropertySource` to ensure that `null` results from
`findMergedAnnotation` are not added to the annotation list.

Prior to this commit, if `findMergedAnnotation` returned `null` then
`AnnotationsPropertySource.collectProperties` would throw an NPE.
Although `findMergedAnnotation` should never return `null`, we're
best off being defensive so that bugs such as SPR-17495 won't cause
problems.

Closes gh-15175
6 years ago
Andy Wilkinson 60784e631f Use HTTPS URL to download Glassfish binary
Closes gh-14994
6 years ago
Andy Wilkinson 7f8f1f5bc2 Revert "Backport "Upgrade to Ehcache 2.10.6""
This reverts commit 264b7ca728.

See gh-14962
6 years ago
Stephane Nicoll 264b7ca728 Backport "Upgrade to Ehcache 2.10.6"
Closes gh-14962
6 years ago
Stephane Nicoll b84b957242 Backport "Upgrade to Appengine Sdk 1.9.67"
Closes gh-14955
6 years ago
Andy Wilkinson fdca475be4 Use canonical link to project page for homepage in Homebrew formula
Closes gh-14851
6 years ago
Andy Wilkinson fc60dcd972 Fix up version numbers following release 6 years ago
Spring Buildmaster 4d24feb443 Next development version 6 years ago
Andy Wilkinson 8c1e3fd683 Upgrade to Spring Security 4.2.9.RELEASE
Closes gh-14848
6 years ago
Andy Wilkinson 2f42ac6630 Upgrade to Spring Amqp 1.7.11.RELEASE
Closes gh-14837
6 years ago
Andy Wilkinson c22b07ce56 Upgrade to Spring Security OAuth 2.0.16.RELEASE
Closes gh-14832
6 years ago
Stephane Nicoll ce84068e91 Upgrade to Spring Data Ingalls SR16
Closes gh-14727
6 years ago
Stephane Nicoll 0ac6542696 Upgrade to Spring Framework 4.3.20.RELEASE
Closes gh-14721
6 years ago
Andy Wilkinson 8124ac2b79 Upgrade to Undertow 1.4.26.Final
Closes gh-13880
6 years ago
Andy Wilkinson f638dd40fa Upgrade to Rabbit Amqp Client 4.8.3
Closes gh-14750
6 years ago
Andy Wilkinson 4c3912a70c Upgrade to Appengine Sdk 1.9.66
Closes gh-14749
6 years ago
Andy Wilkinson 335afdb9d9 Upgrade to GemFire 8.2.12
Closes gh-14739
6 years ago
Andy Wilkinson d6f01951f4 Start building against Spring Data snapshots for Ingalls-SR16
See gh-14727
6 years ago
Andy Wilkinson c428eaa8c0 Start building against Spring Framework 4.3.20 snapshots
See gh-14721
6 years ago
Andy Wilkinson 52361e6400 Honour SSL key and trust store providers when configuring Undertow
Closes gh-14713
6 years ago
Andy Wilkinson 2c7b74db00 Merge pull request #14708 from Johnny Lim
* gh-14708:
  Fix broken Asciidoctor syntax
6 years ago
Johnny Lim 2ba3080508 Fix broken Asciidoctor syntax
Closes gh-14708
6 years ago
Andy Wilkinson 1471db220f Merge pull request #13714 from Welton Rodrigo Torres Nascimento
* gh-13714:
  Polish "Clarify that RestTemplateBuilder overwrites default converters"
  Clarify that RestTemplateBuilder overwrites default converters
6 years ago
Andy Wilkinson 5c1d22eed8 Polish "Clarify that RestTemplateBuilder overwrites default converters"
Closes gh-13714
6 years ago
Welton Rodrigo Torres Nascimento 3dbeff56e4 Clarify that RestTemplateBuilder overwrites default converters
See gh-13714
6 years ago
Andy Wilkinson 17e9a2ee62 Polish 6 years ago
Andy Wilkinson bc7bac8091 Only retrieve values from request if they will be traced
Closes gh-14550
6 years ago
Andy Wilkinson 3dc93641dd Clarify documentation on using Spock 1.0
Closes gh-14612
6 years ago
Andy Wilkinson da1a17e8b2 Stop adding filters with disabled registrations to MockMvc
Closes gh-14636
6 years ago
Stephane Nicoll 3b51d79353 Remove useless jcache profile
Closes gh-14584
6 years ago
Stephane Nicoll 6e92c4ddaf Polish 6 years ago
Stephane Nicoll e2bc24e3d7 Upgrade to Spring Web Services 2.4.3.RELEASE
Closes gh-14527
6 years ago
Stephane Nicoll ccbbe0f0f3 Merge pull request #14521 from DevOrc:fixes-14348
* pr/14521:
  Support escaped characters in BasicJsonParser
6 years ago
DevOrc 7daade21c4 Support escaped characters in BasicJsonParser
This commit adds the ability to have escaped characters, like the quote,
when using the BasicJsonParser. It also adds a short test for escaped
quotes.

Closes gh-14521
6 years ago
Andy Wilkinson a91f9b6f17 Document that Cassandra policy classes must have a default constructor
Closes gh-14461
6 years ago
Madhura Bhave b5815b71d5 Fix formatting 6 years ago
Madhura Bhave 5a3d3c105b Fix javadoc 6 years ago
Andy Wilkinson 3ab6d12c56 Fix up version numbers following release 6 years ago
Spring Buildmaster 46df506b0a Next development version 6 years ago
Andy Wilkinson 0bd7c8afba Align server.tomcat.internal-proxies default with RemoteIPValve's default
Closes gh-13798
6 years ago
Andy Wilkinson 615eeee033 Upgrade to Tomcat 8.5.34
Closes gh-14405
6 years ago
Andy Wilkinson 881ab9c2b5 Upgrade to Spring AMQP 1.7.10.RELEASE
Closes gh-14327
6 years ago
Andy Wilkinson 000ba0fe85 Upgrade to Spring Security 4.2.8.RELEASE
Closes gh-14394
6 years ago
Andy Wilkinson d7233249fe Start building against Spring Security 4.2.8 snapshots
See gh-14394
6 years ago
Andy Wilkinson a0a9aafec4 Upgrade to Spring Data Ingalls SR15
Closes gh-14329
6 years ago