Dave Syer
68e5a7e887
Bump version to 0.5.0.M1
11 years ago
Phillip Webb
e1c6860a41
Documentation
11 years ago
Phillip Webb
5450af70e0
Ops -> Actuator
11 years ago
Phillip Webb
4c067a89fe
Ops -> Actuator
11 years ago
Dave Syer
39425c81d6
Servlet context document root not found when running as exploded WAR
...
* Added additional search in
AbstractEmbeddedServletContainerFactory.getValidDocumentRoot() to
detect a /WEB-INF/ directory in the code archive
* If the code archive is in /WEB-INF/** then we assume it is
safe to serve content from / (exposes the loader classes
but nothing sensitive from the app)
[Fixes #54345578 ]
11 years ago
Dave Syer
5995b7727a
Ops -> Actuator
11 years ago
Phillip Webb
3bb79db579
Renamed spring-boot-ups -> spring-boot-starter
11 years ago
Dave Syer
2f0a96c986
Remove unused @ComponentScan
11 years ago
Dave Syer
6d76467a66
Add responsive features to static sample
11 years ago
Phillip Webb
0fee00f0d7
Add gradle example builds
...
Add gradle example builds to spring-boot-sample-tomcat and
spring-boot-sample-traditional.
Issue: #53129653
11 years ago
Phillip Webb
6fd6d3a73e
Rename maven 'package' goal to 'repackage'
11 years ago
Phillip Webb
36c3ceab97
Include servlet support for index.html resources
...
Issue: #54228642
11 years ago
Phillip Webb
728829ba81
Revert welcome file defaults
...
Revert welcome file default that break existing tests.
Issue: #54228642
11 years ago
Dave Syer
fe90df3afc
Remove WARN log in Tomcat startup
11 years ago
Dave Syer
4c359e1a4d
Two choices are available to users for welcome page
...
* For a jar deployment add classpath:static/index.html
(works via Spring MVC mapping)
* For a war the same thing works, but so does adding
index.html to src/main/webapp (works via container
default servlet)
[Fixes #54092261 ] [bs-252]
11 years ago
Dave Syer
7ea433dce2
Fix broken logback.xml
11 years ago
Phillip Webb
b665a2bb1d
Renamed packages
...
Issue: #54095231
11 years ago
Phillip Webb
3f2bb03fb8
Renamed some projects and polish POMs
...
Issue: #54095231
11 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
11 years ago