Phillip Webb
53f1df86a2
Merge branch '1.5.x'
8 years ago
Phillip Webb
aacf5d660f
Update copyright year for changed files
8 years ago
Phillip Webb
1f417997f3
Merge branch '1.5.x'
8 years ago
Phillip Webb
6121208cbb
Polish formatting
8 years ago
Phillip Webb
4b9cba351b
Merge branch '1.4.x' into 1.5.x
8 years ago
Phillip Webb
bd74c3d327
Polish formatting
8 years ago
Andy Wilkinson
4edab86ba2
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
387a406aad
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
b3e0a37197
Remove unwanted System.out calls in test code
8 years ago
Spring Buildmaster
e712a9ba8c
Next Development Version
8 years ago
Andy Wilkinson
9a70a4e261
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
d7ef48a9b6
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
2c4f39045f
Stop relying on Artemis's on-demand queue creation in CLI JMS test
...
Artemis's on-demand queue cretaion appears to be rather flakey,
sometimes failing with a NullPointerException.
This commit ensures that the queue used by the sample is created
during start up rather than on demand. This will hopefully make the
test that runs the sample more robust.
Closes gh-7346
8 years ago
Andy Wilkinson
becf225911
Simplify CLI integration auto-config test by removing use of Artemis
...
Artemis seems to be a bit flakey which is causing sporadic build
failures, for example due to an NPE in Artemis' code.
8 years ago
Andy Wilkinson
4486d2d209
Upgrade to Reactor 3.0 and start building against SI 5.0 snapshots
...
Closes gh-7301
See gh-7029
8 years ago
Andy Wilkinson
4e30da35ad
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
aeaaaaf903
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
ae4b8dc420
Ensure that CLI-based tests automatically import new TestRestTemplate
...
See gh-6973
8 years ago
Andy Wilkinson
fc0d4e45a5
Update CLI test auto-configuration to 1.4's new test infrastructure
...
Closes gh-6973
8 years ago
Andy Wilkinson
1186eb3250
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
9b6c9eeedd
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
7e8c5f5940
Silence CLI dependency resolution progress reporting when run with -q
...
Closes gh-7247
8 years ago
Dave Syer
a02fd93d18
Merge branch '1.5.x'
8 years ago
Dave Syer
e97b703a20
Additionally make package method public
8 years ago
Dave Syer
13a02a6e55
Merge branch '1.5.x'
8 years ago
Dave Syer
f62abade90
Make DependencyResolutionContext empty by default
...
It's more useful as a building block for other tools that way,
and it's easy to add the spring boot dependencies using public
methods.
8 years ago
Phillip Webb
01900c8342
Merge branch '1.5.x'
8 years ago
Phillip Webb
d818a09ed8
Polish
8 years ago
Stephane Nicoll
264d8442da
Fix build
8 years ago
Stephane Nicoll
c5cc626d48
Remove remote shell support
...
See gh-7044
8 years ago
Stephane Nicoll
4119da1d9e
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
2d75cc79c0
Polish contribution
...
Closes gh-6367
8 years ago
Henri Kerola
d07f689446
"spring war" should copy resources to WEB-INF/classes
...
Closes gh-6351
8 years ago
Andy Wilkinson
f82dc8e043
Upgrade to JMS API 2.0
...
Closes gh-7049
8 years ago
Andy Wilkinson
3e058e038f
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
cd45ce9104
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
1bb5dc205d
Update samples to use Artemis in place of HornetQ
...
Closes gh-7057
8 years ago
Stephane Nicoll
6643ec3713
Next development version
8 years ago
Andy Wilkinson
6fb44b2410
Fix TestCommandIntegrationTests after removal of deprecated test support
...
See gh-6971
See gh-6973
8 years ago
Stephane Nicoll
6bd670edbc
Initiate 1.4.x branch
8 years ago
Spring Buildmaster
7e9ed5e1a7
Next Development Version
8 years ago
Andy Wilkinson
472117299e
Add some integration tests for the CLI’s quiet mode
...
See gh-6918
8 years ago
Phillip Webb
7299976d12
Fix banner property used in "quiet" mode
...
Fixes gh-6918
8 years ago
Dave Syer
b5294a48b2
Use context class loader instead of one-off for command location
...
This works, and feels like the right thing to do, since there is no
guarantee that extensions won't in turn use ServiceLoader for things
that we haven't yet anticipated.
Fixes gh-6829. Cc @wilkinsona in case he has an opinion.
8 years ago
Johnny Lim
4b9f6869f0
Polish
...
Closes gh-6817
8 years ago
Andy Wilkinson
270530c4fd
Fix class loading problems when CLI extensions are installed
...
Previously, CLI extensions where installed into the CLI's lib
directory which meant that they were on the class path of the app
class loader. Following the change to an executable jar's packaging,
this meant that they could not see classes in the CLI and a
ClassNotFoundException would result.
This commit updates the CLI to install extensions into lib/ext and
load commands using a new ClassLoader that has all of the jars in
lib/ext on its class path and that uses the launch class loader as
its parent.
Closes gh-6615
8 years ago
nagarajasr
0996615ac3
Apply sytem properties on HttpClient
...
Closes gh-6600
8 years ago
Stephane Nicoll
81094e4b23
Merge branch '1.3.x'
8 years ago
Stephane Nicoll
f186008d1f
Fix Groovy version in INSTALL.txt
...
This commit uses maven filtering to set the Groovy version rather than an
hard-coded value that can be easily outdated.
Closes gh-6530
8 years ago
Spring Buildmaster
334baaeffd
Next development version
8 years ago