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
4ad3d30a40
Fixup CLI POM
...
Fix classloader issues by excluding spring JARs from test classpath
and also include spring-integration-groovy-dsl as a managed dependency.
13 years ago
Phillip Webb
5189d9d3e6
Don't generate dependency reduced POM
13 years ago
Phillip Webb
77455ec3dc
Fix CLI test failures
13 years ago
Phillip Webb
4038b39496
Add OutputCapture test class
13 years ago
Phillip Webb
174427881a
Revert "Attempt to sort out logging dependencies"
...
This reverts commit e99d2199d8 .
The main spring-boot project should not have compile scope dependencies
to any org.slf4j artifacts.
13 years ago
Dave Syer
e99d2199d8
Attempt to sort out logging dependencies
13 years ago
Phillip Webb
1db22aca5c
Rework POM structure
...
Rework main build POM to be an aggregator pom that does not inherit
from any parent. Introduce new spring-boot-dependencies module to
act as a parent for both spring-boot-starter-parent and
spring-boot-parent.
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
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
Dave Syer
08137cf4d6
Pin problematic dependency in local repo cache
13 years ago
Dave Syer
fff2a804bc
Add springcli.properties for version labels
...
[Fixes #53030591 ] [bs-191] Use filtering in maven build
13 years ago
Phillip Webb
0b863611d9
Package restructure
13 years ago
Phillip Webb
cd51f357a3
Further maven module restructure
13 years ago
Phillip Webb
261955c50b
Restructure 'bootstrap' to use 'zero'
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
a71bb1c972
[bs-120] Support for groovy templates
...
* Added GroovyTemplate.template() utility and static import in webapp CLI, so
@RequestMapping("/")
@ResponseBody
String home(Model model) {
template "home.html", model
}
renders the template in /templates/home.html
[Fixes #49832753 ]
13 years ago
Dave Syer
694a1dd408
Bump version to 0.5.0.BUILD-SNAPSHOT
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
c91e83c7d2
[bs-59] Add zip packaging for cli module
...
* Also added "spring" shell script (in zip), so you can
unzip it and run out of the box
* To run in developer mode use SPRING_HOME, e.g.
$ cd spring-bootstrap-cli
$ SPRING_HOME=target src/main/scripts/spring run samples/web.groovy
* Also added "clean" command to remove spring bootstrap grapes
(useful to force a refresh of snapshot jars)
[#48644271 ]
13 years ago
Dave Syer
fb6b224470
Fast forward existing prototype work
13 years ago