- 21 Sep, 2017 4 commits
-
-
Stephane Nicoll authored
* pr/10367: Polish "Clean up Java 6 leftover" Clean up Java 6 leftover
-
Stephane Nicoll authored
Closes gh-10367
-
Johnny Lim authored
See gh-10367
-
Andy Wilkinson authored
Closes gh-9948
-
- 20 Sep, 2017 24 commits
-
-
Stephane Nicoll authored
* pr/8342: Polish "Add actuator endpoint for finding and deleting sessions" Add actuator endpoint for finding and deleting sessions
-
Stephane Nicoll authored
Closes gh-8342
-
Vedran Pavic authored
See gh-8342
-
Stephane Nicoll authored
Closes gh-9966
-
Andy Wilkinson authored
* gh-9839: Polish "Use -parameters compiler arg by default in Gradle builds" Use -parameters compiler arg by default in Gradle builds
-
Andy Wilkinson authored
Closes gh-9839
-
kashike authored
See gh-9839
-
Andy Wilkinson authored
See gh-9969
-
Stephane Nicoll authored
* pr/10350: Polish "Remove usage of `HttpStatus` in Web Endpoints" Remove usage of `HttpStatus` in Web Endpoints
-
Stephane Nicoll authored
Closes gh-10350
-
Vedran Pavic authored
See gh-10350
-
Stephane Nicoll authored
* pr/10351: Polish "Improve Spring Session sample" Improve Spring Session sample
-
Stephane Nicoll authored
Closes gh-10351
-
Vedran Pavic authored
This commit improves the Spring Session sample by providing multiple build profiles that make it possible to easily try out different session stores. By default, JDBC session store backed by an in-memory embedded H2 database is used. See gh-10351
-
Andy Wilkinson authored
Closes gh-10245
-
Andy Wilkinson authored
Closes gh-10247
-
Andy Wilkinson authored
Surefire 2.20 is completely silent when running in quiet mode which causes Travis to incorrectly detect that the build has hung. This commit removes the use of quiet mode in the hope that it will strike a reasonable balance between enough log output to prevent a false positive for the build being hung while also not generating so much output that Travis cannot cope.
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-10278: Polish "Align prefix match in BufferCounterService with DefaultCounterService" Align prefix match in BufferCounterService with DefaultCounterService
-
Andy Wilkinson authored
See gh-10278
-
Venil Noronha authored
Closes gh-10278
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-10355: Upgrade Git Maven plugin to 2.2.3
-
Kyle Anderson authored
Closes gh-10355
-
- 19 Sep, 2017 12 commits
-
-
Andy Wilkinson authored
Closes gh-10353
-
Madhura Bhave authored
Fixes gh-10106
-
Andy Wilkinson authored
Closes gh-9414
-
Andy Wilkinson authored
Closes gh-10113
-
Andy Wilkinson authored
In Java 9, a package may return null for its implementation version even when the manifest attribute specifying the version is present in the jar from which the package was loaded. This commit updates DependencyManagementPluginAction to fall back to accessing the jar and its manifest attributes directly when the implementation version of its package is null. Closes gh-10049
-
Stephane Nicoll authored
Hibernate Validator 6 has a slightly different structure for default messages. This commit adapts our tests accordingly. See gh-9969
-
Stephane Nicoll authored
See gh-9969
-
Stephane Nicoll authored
This should have been done in par with #9969 Closes gh-9784
-
Andy Wilkinson authored
Closes gh-10336
-
Stephane Nicoll authored
* pr/9969: Upgrade to Hibernate Validator 6.0.2.Final
-
Raja Kolli authored
Closes gh-9969
-
Stephane Nicoll authored
* pr/10045: Add dependency management for tomcat-catalina-jmx-remote
-