Phillip Webb
55a1ec72cc
Update copyright year of changed files
5 years ago
Scott Frederick
32bb6f6989
Move deployment tests to system tests pipeline
...
Closes gh-27499
5 years ago
Madhura Bhave
1342e4970a
Provide a condition for detecting war deployments
...
Closes gh-19421
6 years ago
Phillip Webb
862462b791
Update copyright year of changed files
6 years ago
Andy Wilkinson
ce99db1902
Port the build to Gradle
...
Closes gh-19609
Closes gh-19608
6 years ago
Phillip Webb
89b0ba2c14
Relocate test projects under `spring-boot-tests`
...
Move integration and deployment tests under a single `spring-boot-tests`
module.
See gh-9316
9 years ago
Stephane Nicoll
698aa94cb4
Fix import
9 years ago
Andy Wilkinson
cb7ae2e60a
Add a deployment test for WebSphere Liberty Profile
...
Closes gh-7419
9 years ago
Phillip Webb
609cb52cd4
Move to relocated web classes
...
Refactor code to move from recently deprecated classes.
Closes gh-5822
10 years ago
Phillip Webb
44dde9fc12
Add deployment integration tests
...
Add deployment tests for Tomcat, TomEE and WildFly to ensure that
a basic Spring Boot application can be deployed to a traditional
Application server.
Since the deployment tests can be quite slow, they currently only
run in the "full" build profile.
Fixes gh-1736
11 years ago
Phillip Webb
d039f43107
Update samples to use @SpringBootApplication
...
Update the relevant samples to use the new @SpringBootApplication
annotation.
Closes gh-1842
12 years ago
Josh Long
85cfd016a6
Add JNDI Sample
...
Add a sample application that can be deployed to WildFly to demonstrate
how JTA can be used when running in a application server.
See gh-947
12 years ago
Phillip Webb
f0c0f00089
Polish
12 years ago
Andy Wilkinson
b585afe537
Polishing
12 years ago
Maciej Walkowiak
95a6ce9e48
Spring Web Services Starter
...
- upgraded Spring WS to 2.2.0.RELEASE
- replaced default MVC DispatcherServlet with MessageDispatcherServlet
- migrated XML based config with nww Spring WS Java config
Fixes: gh-412
12 years ago
Marten Deinum
e2a449da97
Spring Web Services Starter and Sample Project
...
Fixes gh-412
12 years ago