Christian Dupuis
95e68bf1a2
Prepare actuator sample to show how to use the telnet connector
13 years ago
Dave Syer
c678be49e3
Explicitly add servlet API to actuator sample
13 years ago
Dave Syer
6845c6b787
Remove tomcat dependencies from sample unless needed
13 years ago
Christian Dupuis
55b0e747b0
Rename spring-boot-starter-shell-crsh to spring-boot-starter-shell-remote
13 years ago
Christian Dupuis
6b599b8483
Add remote shell implementation based on crsh
...
This commit adds a new starter named spring-boot-starter-shell-crsh and auto configuration support to embed a system shell within Spring Boot applications.
The embedded shell allows clients to connect via ssh or telnet to the Boot app and execute commands. Commands can be implemented and embedded with app.
For sample usage see spring-boot-samples-actuator.
13 years ago
Dave Syer
6c31854600
Refactor sample dependencies to use starters
13 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
Dave Syer
f502098065
Fix logging depdendencies in samples
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
4de64c7f6b
[bs-229] Switch to logback in starter POM
...
The spring-starter-logging is included everywhere transitively
now so logback is the default. The actuator sample explicitly
excludes the logging starter so it can have profiles for
different loggers (just as a demo).
[Fixes #53278727 ]
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
Dave Syer
1f17ac3e34
Add some security managed dependencies
13 years ago
Phillip Webb
ced99ff18c
Polish pom.xml
...
Polish pom.xml formatting and pull version numbers into parent pom
when possible.
13 years ago
Dave Syer
ab121dc91b
[bs-127] Add DataSourceTransactionManager if no others are in use
...
* If the auto config class has a high Order it can check for
an existing transaction manager
* Unit tests added, and checked also witrh petclinic
[Fixes #50064347 ]
13 years ago
Dave Syer
694a1dd408
Bump version to 0.5.0.BUILD-SNAPSHOT
13 years ago
Dave Syer
b897f35cad
[bs-85] New name for production-ready features = "actuator"
...
[#49047535 ]
13 years ago
Dave Syer
bd35fd9306
[bs-98] Add MySQL data source to service sample
...
[#49393511 ] [bs-98] Add support for Tomcat database pool
13 years ago
Dave Syer
b462bc6e6c
[bs-96] Switch off m2e errors about /eclipse path
...
* Uploaded m2e eclipse baggage to http://static.springsource.org
* Changed location in parent pom
* Removed all main.basedir properties from poms
[Fixes #49285987 ]
13 years ago
Dave Syer
833b13bbbc
[bs-80] Add configurable / switchable web request trace logging (headers etc)
...
* Added a bean post processor for the Spring Security filter chain
(so you only get traces by default if security is on)
* Every request is logged at trace level if the dump requests flag is
on
* Requests are also dumped to a TraceRepository for later analysis (very
useful for tracing problems in real time when a support call comes in)
[Fixes #48976001 ]
13 years ago
Dave Syer
361f500ed5
[bs-28] Add /shutdown endpoint to service apps
...
Disabled by default use container.allow_shutdown=true to switch
it on. Then POST to /shutdown to shut down the app.
[#48059059 ]
13 years ago
Dave Syer
fb6b224470
Fast forward existing prototype work
13 years ago