- 23 Oct, 2017 2 commits
-
-
Andy Wilkinson authored
Closes gh-10750
-
Andy Wilkinson authored
Closes gh-10679
-
- 21 Oct, 2017 16 commits
-
-
Andy Wilkinson authored
Closes gh-10679
-
Andy Wilkinson authored
This commit reverts: - 362735c5 - a6a8195e Closes gh-10738
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-10704
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-10737
-
Andy Wilkinson authored
Closes gh-10736
-
Andy Wilkinson authored
Closes gh-10735
-
Andy Wilkinson authored
Closes gh-10734
-
Andy Wilkinson authored
Closes gh-10733
-
Andy Wilkinson authored
Closes gh-10732
-
Andy Wilkinson authored
Closes gh-10731
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-10730
-
Andy Wilkinson authored
Closes gh-10729
-
Andy Wilkinson authored
Closes gh-10728
-
- 20 Oct, 2017 13 commits
-
-
Madhura Bhave authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-8899
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-7999
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-10709
-
Stephane Nicoll authored
* pr/10700: Polish
-
Johnny Lim authored
Closes gh-10700
-
Stephane Nicoll authored
See gh-10671
-
Madhura Bhave authored
-
- 19 Oct, 2017 9 commits
-
-
Madhura Bhave authored
Following some changes in the latest snapshot this includes: - Some updates to oauth2 client auto-config - Security auto-config no longer relies on GlobalAuthenticationConfigurerAdapter - Remove reactive security starter Closes gh-10704
-
Madhura Bhave authored
Closes gh-10671
-
Madhura Bhave authored
Regardless of whether the web endpoints have been enabled or not, all endpoints for which beans are created need to be exposed in a CF environment under /cloudfoundryapplication. Closes gh-10673
-
Stephane Nicoll authored
Closes gh-10684
-
Stephane Nicoll authored
-
Andy Wilkinson authored
This commit introduces a new mainClassName property on the springBoot DSL provided by the Gradle plugin. It can be used to explicitly configure the mainClassName of the default bootRun, bootJar, and bootWar tasks in a single place. Previously, the only mechanism provided to do so was the mainClassName property that's only available when the application plugin has been applied. Closes gh-10623
-
Andy Wilkinson authored
Previously, BootRun used the main property to configure the name of the main class to run while BootJar and BootWar used the mainClass property. Both were different to the application plugin which provides a mainClassName project property. This commit updates BootRun, BootJar, and BootWar to change the name of the property used to configure the name of the main class to be mainClassName. This makes the three Boot-specific tasks consistent with each other, and also aligns them with Gradle's own application plugin. Closes gh-10622
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-10691
-