Phillip Webb
e7a67ba2a8
Use commons-logging for bootstrap dependencies
...
Update main bootstrap modules to use Apache commons-logging rather than
SLF4J.
13 years ago
Dave Syer
a5810af882
Add mvn deployment gumf
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
504d96eb51
[bs-92] Add simple main wrapper for SpringApplication
...
* Added Spring class
* Used in demo project in README
* Also fixed cycle in spring-bootstrap jar
[Fixes #49121565 ]
13 years ago
Dave Syer
bcf86b320e
[bs-72], [bs-75] Add Batch plugin features
...
* Auto config in main bootstrap jar
* Compiler enhancements in groovy cli
* Sample script in cli samples
[Fixes #48716881 ], [Fixes #48788313 ]
13 years ago
Dave Syer
83e0ea22c1
[bs-19] Add samples and CLI support for Spring Integration
...
$ cd spring-bootstrap-cli
$ export SPRING_HOME=target
$ src/main/scripts/spring run samples/integration.groovy
The big disadvantage at the moment is that there is no goo way to
detect Spring Integration in the AST (at least not as good as @Enable*).
So for now we are looking for @MessageEndpoint or a class name with
SpringIntegration in it.
[#48151147 ]
13 years ago
Dave Syer
fb6b224470
Fast forward existing prototype work
13 years ago