- 20 Nov, 2015 4 commits
-
-
Stephane Nicoll authored
* pr/4554: Polish
-
Johnny Lim authored
Closes gh-4554
-
Stephane Nicoll authored
* pr/4561: Fix incorrect default value for executable flag
-
Vedran Pavic authored
Closes gh-4561
-
- 19 Nov, 2015 3 commits
-
-
Dave Syer authored
Fixes gh-4553
-
Stephane Nicoll authored
* pr/4537: Polish
-
Johnny Lim authored
Closes gh-4537
-
- 18 Nov, 2015 7 commits
-
-
Stephane Nicoll authored
-
Andy Wilkinson authored
-
Stephane Nicoll authored
* pr/4509: Add missing else statement
-
Johnny Lim authored
Closes gh-4509
-
Stephane Nicoll authored
* pr/4503: Polishing
-
Johnny Lim authored
Closes gh-4503
-
Stephane Nicoll authored
-
- 17 Nov, 2015 2 commits
-
-
Andy Wilkinson authored
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
-
Stephane Nicoll authored
Closes gh-4515
-
- 16 Nov, 2015 5 commits
-
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
zhanhb authored
Closes gh-4498
-
Andy Wilkinson authored
This reverts commit 21e40eac. See gh-4479
-
Andy Wilkinson authored
This reverts commit 088c58b8. See gh-4482
-
- 15 Nov, 2015 9 commits
-
-
Stephane Nicoll authored
* pr/4501: Fix bad JSON syntax
-
Vedran Pavic authored
Closes gh-4501
-
Stephane Nicoll authored
Closes gh-4492
-
Stephane Nicoll authored
* pr/4495: Upgrade to Spring Data Gosling SR1
-
Oliver Gierke authored
Closes #4465
-
Phillip Webb authored
* pr/4493: Polish
-
Johnny Lim authored
-
Phillip Webb authored
* pr/4491: Update documentation with new Jackson 2.6 feature
-
NersesAM authored
Update the "How To" section with a new Jackson value that was added in 2.6. Closes gh-4491
-
- 14 Nov, 2015 10 commits
-
-
Phillip Webb authored
* pr/4488: Polish
-
Johnny Lim authored
-
Phillip Webb authored
Closes gh-4394
-
Phillip Webb authored
-
Phillip Webb authored
Clarify known limitations and document how to use the `META-INF/spring-devtools.properties` file. Fixes gh-4235 Closes gh-3316
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-4170
-
Phillip Webb authored
* pr/4476: Polish
-
Johnny Lim authored
-
Phillip Webb authored
Closes gh-4478
-