Commit Graph

6827 Commits (2b1c319867ff841394f0cc07168173c56ba38668)
 

Author SHA1 Message Date
Stephane Nicoll d9f09e46f8 Cherry-pick 398d06e
Fixed initially in #3725

The target attribute is effectively checked for null beforehand so this
additional defensive check can be removed.

Closes gh-4567
9 years ago
Stephane Nicoll 0c387a82b7 Add datasource meta-data for Commons DBCP2
Closes gh-4562
9 years ago
Stephane Nicoll e57244d8bc Merge branch '1.2.x' 9 years ago
Dimitri c605675b7a Fix wrong class reference
Closes gh-4551
9 years ago
Stephane Nicoll 67c75bb6bc Merge pull request #4571 from mkopylec/master
* pr/4571:
  Add ref to reCAPCTHA Spring Boot Starter
9 years ago
Mariusz Kopylec 51f352e8ba Add ref to reCAPCTHA Spring Boot Starter
Closes gh-4571
9 years ago
Stephane Nicoll 58b84936cf Merge pull request #4572 from izeye/polish-20151121
* pr/4572:
  Polish
9 years ago
Johnny Lim 8ec00c35bf Polish
Closes gh-4572
9 years ago
Stephane Nicoll 31d7ebc96e Merge pull request #4554 from izeye/polish-20151119
* pr/4554:
  Polish
9 years ago
Johnny Lim efff4a0051 Polish
Closes gh-4554
9 years ago
Stephane Nicoll 30791599a5 Merge pull request #4561 from vpavic/update-docs
* pr/4561:
  Fix incorrect default value for executable flag
9 years ago
Vedran Pavic fc868155ff Fix incorrect default value for executable flag
Closes gh-4561
9 years ago
Dave Syer 8708a07a98 Ensure RestTemplate interceptors remain mutable
Fixes gh-4553
9 years ago
Stephane Nicoll 3dda029c64 Merge pull request #4537 from izeye/polish-20151118
* pr/4537:
  Polish
9 years ago
Johnny Lim 36ed0f5c20 Polish
Closes gh-4537
9 years ago
Stephane Nicoll 6146817ba3 Polish 9 years ago
Andy Wilkinson ea8107b6a5 Merge branch '1.2.x' 9 years ago
Stephane Nicoll dd4b9b1788 Merge pull request #4509 from izeye/else
* pr/4509:
  Add missing else statement
9 years ago
Johnny Lim fde70909ce Add missing else statement
Closes gh-4509
9 years ago
Stephane Nicoll 5d8410f694 Merge pull request #4503 from izeye/polish-20151116
* pr/4503:
  Polishing
9 years ago
Johnny Lim da16d6d306 Polishing
Closes gh-4503
9 years ago
Stephane Nicoll d4a7c09b4e Polish 9 years ago
Andy Wilkinson 2fe0819495 Isolate multiple Undertow deployments
Previously, UndertowEmbeddedServletContainerFactory always used
Undertow’s default ServletContainer. This meant that if there were two
UndertowEmbeddedServletContainers created, they would share the same
ServletContainer and the second one that was created would overwrite
the deployment for the first. This resulted in a async request
handling failing as the attempt to look up the deployment for the
first embedded Undertow instance would incorrectly find the deployment
for the second.

This commit fixes the problem by ensuring that each 
UndertowEmbeddedServletContainerFactory uses a separate Undertow
ServletContainer instance.

Closes gh-4329
9 years ago
Stephane Nicoll 169fd53976 Fix typo
Closes gh-4515
9 years ago
Stephane Nicoll 14e7b10310 Fixup version numbers following release 9 years ago
Spring Buildmaster 3f6f57a80e Next Development Version 9 years ago
zhanhb 64ec67e6a4 Upgrade to Mongodb Java Client 2.13.3
Closes gh-4498
9 years ago
Andy Wilkinson c055a68874 Revert "Upgrade to Joda-time 2.9.1"
This reverts commit 21e40eac10.

See gh-4479
9 years ago
Andy Wilkinson 5def2ec75c Revert "Upgrade to MariaDB 1.3.0"
This reverts commit 088c58b80a.

See gh-4482
9 years ago
Stephane Nicoll 17bb3ab8c8 Merge pull request #4501 from vpavic/fix-json-syntax
* pr/4501:
  Fix bad JSON syntax
9 years ago
Vedran Pavic d2fecd3ad4 Fix bad JSON syntax
Closes gh-4501
9 years ago
Stephane Nicoll 10c54be2d5 Upgrade to Spring Framework 4.2.3.RELEASE
Closes gh-4492
9 years ago
Stephane Nicoll e530ac8f65 Merge pull request #4495 from olivergierke/master
* pr/4495:
  Upgrade to Spring Data Gosling SR1
9 years ago
Oliver Gierke 45fb889771 Upgrade to Spring Data Gosling SR1
Closes #4465
9 years ago
Phillip Webb 3a34e88db5 Merge pull request #4493 from izeye/typo-20151115
* pr/4493:
  Polish
9 years ago
Johnny Lim 4369493f8d Polish 9 years ago
Phillip Webb 5c19d3bff3 Merge pull request #4491 from NersesAM/NersesAM-doc-jackson-inclusion
* pr/4491:
  Update documentation with new Jackson 2.6 feature
9 years ago
NersesAM 732658af89 Update documentation with new Jackson 2.6 feature
Update the "How To" section with a new Jackson value that was added in
2.6.

Closes gh-4491
9 years ago
Phillip Webb 32d30a0a26 Merge pull request #4488 from izeye/polish-20151114
* pr/4488:
  Polish
9 years ago
Johnny Lim 903cdf3ddd Polish 9 years ago
Phillip Webb e7837a7025 Upgrade to Reactor 2.0.7
Closes gh-4394
9 years ago
Phillip Webb 05698e18e4 Polish 9 years ago
Phillip Webb 9a666d3366 Improve devtools documentation
Clarify known limitations and document how to use the
`META-INF/spring-devtools.properties` file.

Fixes gh-4235
Closes gh-3316
9 years ago
Phillip Webb 4aaab6c2a1 Remove obsolete docs folder 9 years ago
Phillip Webb c4f653e8e3 Upgrade to Jackson 2.6.3
Closes gh-4170
9 years ago
Phillip Webb f6b59fb65f Merge pull request #4476 from izeye/typo-20151114
* pr/4476:
  Polish
9 years ago
Johnny Lim 1e4f8fdd8e Polish 9 years ago
Phillip Webb 6a05927e4f Upgrade to Cassandra 2.1.9
Closes gh-4478
9 years ago
Phillip Webb 21e40eac10 Upgrade to Joda-time 2.9.1
Closes gh-4479
9 years ago
Phillip Webb 5b9b0a4d80 Upgrade to httpasyncclient to 4.1.1
Closes gh-4480
9 years ago