Phillip Webb
cf655945aa
Polish
2013-08-09 12:28:54 -07:00
Dave Syer
3b9df63f73
Add bash completion for spring command
...
* Added src/main/content/bash_completion.d/spring
* Also made all commands alias to "--<self>" so
"--help" is a synonym for "help" (for instance). This
helps with the completion generation.
[Fixes #54827292 ]
2013-08-08 11:00:41 +01:00
Phillip Webb
f4c129a063
Don't use snapshot repos for CLI test
...
Update SampleIntegrationTests to only use local maven repo when
running integration tests.
2013-08-06 01:22:59 -07:00
Phillip Webb
f08b283b08
Implement CLI --version command
2013-08-05 15:37:11 -07:00
Phillip Webb
aaebb3f3fb
Improve Ivy resolution
...
Refactor GrapeEngineCustomizer to improve ivy resolution times by
failing early when resolution is known to fail.
2013-08-05 15:25:16 -07:00
Phillip Webb
77455ec3dc
Fix CLI test failures
2013-08-05 13:48:14 -07:00
Phillip Webb
6bb628adb4
Indicate downloading dependencies progress in CLI
...
Update CLI to show a "Downloading Dependencies..." message if the
initial dependency resolution takes more than 3 seconds. Whilst
downloading dots are appended to the message.
Issue: #54589094
2013-08-05 08:51:39 -07:00
Dave Syer
ec3c5b5321
Add auto compile tweaks for reactor
2013-07-31 09:21:16 +01:00
Phillip Webb
3bb79db579
Renamed spring-boot-ups -> spring-boot-starter
2013-07-31 01:11:10 -07:00
Phillip Webb
b665a2bb1d
Renamed packages
...
Issue: #54095231
2013-07-26 14:11:04 -07:00
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
2013-07-26 14:13:41 +01:00