Johnny Lim
0adab8a2be
Use logical 'and' instead of bitwise 'and'
...
Closes gh-8198
9 years ago
Spring Buildmaster
5c12500366
Next Development Version
9 years ago
Spring Buildmaster
a2696bf873
Next Development Version
9 years ago
Spring Buildmaster
ed1ce140c0
Next Development Version
9 years ago
Phillip Webb
6f19538028
Update CLI open_source_licenses.txt for json
...
Update the open_source_licenses file to reflect the fact that the
org.json library is no longer used.
See gh-5929
9 years ago
Phillip Webb
ae910f3169
Update CLI open_source_licenses.txt file
...
Closes gh-7703
9 years ago
Stephane Nicoll
505e7f75ea
Polish contribution
...
Closes gh-8089
9 years ago
dreis
d58f38f6f6
Use String.replace() with single char if possible
...
See gh-8089
9 years ago
Andy Wilkinson
d2201d5284
Correct copyright dates and enforce that starting year is 2012
...
Closes gh-7923
9 years ago
Phillip Webb
cc7c2ebb87
Migrate to android-json
...
Migrate from `org.json:json` to the clean room Apache 2.0 licensed
version that was developed for Android.
Fixes gh-5929
9 years ago
Phillip Webb
aacf5d660f
Update copyright year for changed files
9 years ago
Spring Buildmaster
9057f9ae1f
Next development version
9 years ago
Phillip Webb
6121208cbb
Polish formatting
9 years ago
Phillip Webb
bd74c3d327
Polish formatting
9 years ago
Andy Wilkinson
b3e0a37197
Remove unwanted System.out calls in test code
9 years ago
Spring Buildmaster
e712a9ba8c
Next Development Version
9 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
9 years ago
Andy Wilkinson
ae4b8dc420
Ensure that CLI-based tests automatically import new TestRestTemplate
...
See gh-6973
9 years ago
Andy Wilkinson
fc0d4e45a5
Update CLI test auto-configuration to 1.4's new test infrastructure
...
Closes gh-6973
9 years ago
Andy Wilkinson
7e8c5f5940
Silence CLI dependency resolution progress reporting when run with -q
...
Closes gh-7247
9 years ago
Dave Syer
e97b703a20
Additionally make package method public
9 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.
9 years ago
Phillip Webb
d818a09ed8
Polish
9 years ago
Stephane Nicoll
2d75cc79c0
Polish contribution
...
Closes gh-6367
9 years ago
Henri Kerola
d07f689446
"spring war" should copy resources to WEB-INF/classes
...
Closes gh-6351
9 years ago
Andy Wilkinson
1bb5dc205d
Update samples to use Artemis in place of HornetQ
...
Closes gh-7057
9 years ago
Andy Wilkinson
6fb44b2410
Fix TestCommandIntegrationTests after removal of deprecated test support
...
See gh-6971
See gh-6973
9 years ago
Stephane Nicoll
6bd670edbc
Initiate 1.4.x branch
9 years ago
Spring Buildmaster
7e9ed5e1a7
Next Development Version
9 years ago
Spring Buildmaster
5f959b074f
Next Development Version
9 years ago
Andy Wilkinson
472117299e
Add some integration tests for the CLI’s quiet mode
...
See gh-6918
9 years ago
Phillip Webb
7299976d12
Fix banner property used in "quiet" mode
...
Fixes gh-6918
9 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.
10 years ago
Johnny Lim
4b9f6869f0
Polish
...
Closes gh-6817
10 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
10 years ago
nagarajasr
0996615ac3
Apply sytem properties on HttpClient
...
Closes gh-6600
10 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
10 years ago
Spring Buildmaster
334baaeffd
Next development version
10 years ago
Spring Buildmaster
a89ef5df6e
Next Development Version
10 years ago
Spring Buildmaster
2216369348
Next Development Version
10 years ago
Andy Wilkinson
c24c5aeb3b
Upgrade to Maven Assembly Plugin 2.6
...
Closes gh-6291
10 years ago
Andy Wilkinson
92bb24e365
Avoid synchronizing on this and use an internal monitor instead
...
Where possible, code that previously synchronized on this (or on the
class in the case of static methods) has been updated to use an
internal monitor object instead. This allows the locking model that's
employed to be an implementation detail rather than part of the
class's API.
Classes that override a synchronized method continue to declare
the overriding method as synchronized. This ensures that locking
is consistent across the superclass and its subclass.
Closes gh-6262
10 years ago
Phillip Webb
99c6194e17
Don't use MockitoJUnitRunner
...
Replace `@RunWith(MockitoJUnitRunner.class)` with direct Mockito
initialization since the running doesn't support parallel test
execution.
10 years ago
Vedran Pavic
a1ac934bee
Ignore special variable related JVM output in CommandLineInvoker
...
Closes gh-5883
10 years ago
Spring Buildmaster
819a9574a6
Next Development Version
10 years ago
Andy Wilkinson
d77d3ff236
Use a SHA256 checksum in the Homebrew formula
...
Closes gh-5885
10 years ago
Spring Buildmaster
376bbe68d8
Next Development Version
10 years ago
Phillip Webb
609cb52cd4
Move to relocated web classes
...
Refactor code to move from recently deprecated classes.
Closes gh-5822
10 years ago
Stephane Nicoll
93c495f69a
Remove pid file
...
This shouldn't have been committed.
10 years ago
Phillip Webb
2679a6f0c6
Polish
10 years ago