Dave Syer
7a285cf65d
Convert all sample tests to @IntegrationTest where appropriate
...
Makes them a lot more readable IMO, and also enables @Autowiring
from the context into the test case (sweeet). I added @DirtiesContext
to all of them as well to be on the safe side, but possbly that can be
optimized in some way as well.
12 years ago
Sebastien Deleuze
ab6c8dfee3
Use org.springframework.boot groupId in spring-boot-samples
...
Use org.springframework.boot instead of ${project.groupId}
groupId in order to make it easier to use spring-boot-samples
modules as a starting point for new projects.
12 years ago
Spring Buildmaster
b0d4e8ae69
Next development version
12 years ago
Spring Buildmaster
cb8668a151
Release version 1.0.0.RC4
12 years ago
Spring Buildmaster
1367d57e8c
Next development version
12 years ago
Spring Buildmaster
eaff1677a7
Release version 1.0.0.RC3
12 years ago
Phillip Webb
68293f34af
Upgrade version to 1.0.0.BUILD-SNAPSHOT
...
Fixes fg-243
12 years ago
Dave Syer
559f907b54
Use explicit test dependencies in samples
12 years ago
Dave Syer
b1db714c23
Allow @EnableGlobalMethodSecurity in a non webapp
...
Fixes gh-202
12 years ago
Dave Syer
e2c962ac28
Switch to thymeleaf-spring4
12 years ago
Dave Syer
bd26b28aa5
Extract actuator security into separate classes
...
So spring-security + a web app is secure by default
(you don't need the actuator).
12 years ago
Dave Syer
e53dad879d
Add sample with form login
12 years ago
Phillip Webb
a33425920b
Rework POMs to support automated CI release
13 years ago
Dave Syer
38e565e920
Back to SNAPSHOT for dev
13 years ago
Dave Syer
b634b3bde6
Update to 0.5.0.M2
13 years ago
Phillip Webb
d86bf66645
Add parent relativePath
...
Update sample applications to correctly refer to parent relativePath.
13 years ago
Dave Syer
3922a7f526
Reinstate junit dependencies in starters
13 years ago
Dave Syer
4bb5de02e7
Switch back to SNAPSHOT for dev
13 years ago
Dave Syer
68e5a7e887
Bump version to 0.5.0.M1
13 years ago
Phillip Webb
4c067a89fe
Ops -> Actuator
13 years ago
Dave Syer
5995b7727a
Ops -> Actuator
13 years ago
Phillip Webb
3bb79db579
Renamed spring-boot-ups -> spring-boot-starter
13 years ago
Dave Syer
2098e23fca
Change package names zero->boot
...
* actuator -> boot-ops
* cli -> boot-cli
* launcher -> boot-load
* autoconfig -> boot-config
* bootstrap -> boot-strap
* starters -> boot-up
[#54095231 ] [bs-253] Refactor Zero->Boot
13 years ago
Dave Syer
6fd6afc7a3
Upgrade Spring Security to 3.2.0
...
Existing users should update their dependencies to
spring-security-config instead of *-javaconfig.
[Fixes #53472823 ] [bs-234]
13 years ago
Dave Syer
6c3fd2b2d0
[bs-232] Use "jar" packaging instead of custom "executable-jar"
...
[Fixes #53376257 ]
13 years ago
Phillip Webb
cd51f357a3
Further maven module restructure
13 years ago
Phillip Webb
40bf334871
Restructure projects layout
13 years ago