Christian Dupuis
ec6a488a95
Upgrade to crash-1.3.0-beta11
13 years ago
Dave Syer
0b130f6f6a
Pin Spring version when using security
13 years ago
Christian Dupuis
cc941bf89b
Have spring-boot-starter-shell-remote depend on spring-boot-starter-actuator
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
c5cfe54c80
Add spring-boot tests to test starter
13 years ago
Dave Syer
a48990f2d4
Add spring-boot-starter-test
...
[Fixes #56467326 ] [bs-314]
13 years ago
Dave Syer
8ecec7e511
Include Tomcat JDBC preferentially if using starter-poms
...
When user deploys app as a WAR in Tomcat, unless the tomcat-jdbc.jar
is in the app package, it will be found in the parent first and then
be unable to load the Driver class.
[Fixes #56720610 ] [bs-316] Tomcat non-embedded cannot load SQL driver class
13 years ago
Dave Syer
d06d202fd0
Add AopAutoConfiguration (also starter and sample)
...
A side effect is that spring-boot-starter-data-jpa needs
to include an aspectjweaver depdendency. Hope that doesn't
hurt anything else.
[Fixes #56780004 ]
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
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
3bb79db579
Renamed spring-boot-ups -> spring-boot-starter
13 years ago
Phillip Webb
3f2bb03fb8
Renamed some projects and polish POMs
...
Issue: #54095231
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
Phillip Webb
29a9f69d96
Rework maven parent starter POM
...
Create a new spring-starter-maven-parent POM that does not inherit from
the main parent.
Issue: #53185049
13 years ago
Phillip Webb
cd51f357a3
Further maven module restructure
13 years ago
Phillip Webb
40bf334871
Restructure projects layout
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
018ee3e8b2
Add real dependencies to starter projects
13 years ago
Dave Syer
694a1dd408
Bump version to 0.5.0.BUILD-SNAPSHOT
13 years ago
Dave Syer
eb7bc64e75
[bs-86] New name for "applications" - "starters"
...
[#49047569 ]
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
fb6b224470
Fast forward existing prototype work
13 years ago