Gary Russell
9fc9523ce3
CLI Integration Sample Shutdown
...
Fixes gh-761
Also add some sugar to the println so that it stands
out a little against the logging.
12 years ago
Artem Bilan
ce3aafa7a9
Upgrade to Spring Integration 4.0
...
Closes #751
12 years ago
Phillip Webb
1bcd3de7b5
Polish
12 years ago
Dave Syer
4cfc7b6ad9
Make sure integration still works in CLI
12 years ago
Dave Syer
5d8e58d12c
Remove support for Integration DSL (milestone only)
12 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
cd51f357a3
Further maven module restructure
13 years ago
Phillip Webb
40bf334871
Restructure projects layout
13 years ago
Dave Syer
10c333ea10
[bs-73] Tweak algorithm for detecting anonymous classes
...
@Bean definitions in Groovy that contain closures have the bean name in
the class name. Ugh. Added regex match to catch that.
[#48718891 ]
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