Bay Batu
e16ceca495
SHL-98: check option availability in case insensitive way
...
Add unit test, format code
2014-12-01 12:50:41 +01:00
Andy Wilkinson
880bc35d55
Add the Spring IO plugin and align with the Platform where possible
...
Configure the Spring IO plugin such that it's only applied when the
build is run with -PplatformVersion=<version>. This platformVersion
property is used to determine the version of the Platform that will
be used when running the springIoCheck task. The plugin can be used
by running a build as follows:
./gradlew clean springIoCheck -PplatformVersion=1.0.1.RELEASE -PJDK7_HOME=… -PJDK8_HOME=…
This will test the project on JDK7 and JDK 8 using the dependencies
defined in Spring IO Platform 1.0.1.RELEASE.
Running the plugin identified a dependency on CGLib (use of
spring-core's repackaged CGLib is preferred), but the dependency
appears to be unused. It has been removed.
The versions of a number of other dependencies have been updated to
use their latest versions and align them with Spring IO Platform. Most
notable is probably a move from Guava 15.0 to 17.0.
2014-11-28 14:55:28 +01:00
Eric Bottard
6f72c693e4
Merge pull request #50 from danpape/master
...
Fixed groupId reference in maven pom sample
2014-10-28 18:59:35 +01:00
Daniel Pape
77135b279c
Fixed groupId reference in maven pom sample
2014-10-23 13:19:01 -07:00
Eric Bottard
e1ac91753e
Merge pull request #47 from baybatu/master
...
Add entries to .gitignore for idea generated files
2014-09-15 14:53:23 +02:00
Bay Batu
8fdd88b591
Add entries to .gitignore for idea generated files
2014-09-13 00:56:49 +03:00
mpollack
33ec17ba87
Update versions to reference 1.0 RELEASE
2014-07-25 17:21:04 -04:00
Eric Bottard
d32e5c8187
Merge pull request #42 from wilkinsona/remove-roo-repo
...
Remove redundant Spring Roo repository configuration
2014-07-15 10:32:50 +02:00
Andy Wilkinson
e2cfcf12fe
Remove redundant Spring Roo repository configuration
2014-07-15 09:10:00 +01:00
mpollack
2c7aecf847
Increment version to 1.0.0.BUILD-SNAPSHOT
2014-07-07 23:50:16 -04:00
Spring Buildmaster
59e24190b0
Release version 1.1.0.RC4
2014-07-07 20:37:07 -07:00
mpollack
22714da1be
Update sample gradle.properties and pom.xml to 1.0 RC4
2014-07-07 23:31:12 -04:00
mpollack
c79840dad6
Update release notes for 1.1 RC4
2014-07-07 23:26:00 -04:00
Eric Bottard
8667186ef9
SHL-155: Propagate nb of TAB invocations to converter
...
- rename NB_INVOCATIONS_OPTION_CONTEXT_PREFIX to TAB_COMPLETION_COUNT_PREFIX along with value change
2014-07-01 10:39:16 -04:00
Daniel Cunha
5b8a07ed4b
[SHL-154] Update DateCommand test.
2014-06-23 11:49:12 +02:00
Eric Bottard
66b3ba7d69
Fix links in README
...
Point to StackOverflow instead of forum. Remove deprecated text/links
2014-06-23 11:46:59 +02:00
Eric Bottard
48f180e51c
Merge pull request #40 from robertbachmann/typos
...
Fix XML comments in README.md
2014-06-22 18:57:15 +02:00
Robert Bachmann
f824714ea6
Fix XML comments in README.md
2014-06-21 22:46:10 +02:00
Daniel Cunha
b19c8cecc9
SHL-153: Date command should assume user localization.
2014-06-20 17:43:53 -03:00
Eric Bottard
6ea4579d69
SHL-136: Report syntax error location to the user
...
* Fix tests
2014-06-20 17:40:23 -03:00
Eric Bottard
a5eca63002
SHL-140: Fix 'help' command completion
2014-06-20 17:29:39 -03:00
Eric Bottard
91dc7b620a
SHL-138: Allow singlequote delimited strings
2014-06-20 16:46:57 -03:00
Glenn Renfro
8fa5688ae0
XD-1759 Status on shell prompt is inconsistent
2014-06-10 10:24:01 -04:00
Eric Bottard
fa6df13b4b
Update HelloWorldCommands.java
...
Add explanation that "hw simple" must be run once first
2014-05-21 11:43:02 +02:00
mpollack
fabb483cd1
Update latest RC version in README
2014-05-16 16:08:50 -04:00
mpollack
29a489b156
SHL-149 Upgrade to Spring Framework 4.
...
* update changelog
* update sample app to reference to be released 1.1.RC3 shell
* fix version in sample app readme
2014-05-16 15:51:10 -04:00
mpollack
2244157ba0
SHL-143 - Upgrade to gradle 1.11
2014-05-02 13:52:52 -04:00
Eric Bottard
714b143bda
SHL-139: Handle escape sequences in option values
2014-05-02 13:39:13 -04:00
mpollack
fb082a5224
Merge branch 'master' of https://github.com/houseofdouglas/spring-shell into houseofdouglas-master
2014-05-02 12:38:56 -04:00
mpollack
e21d4f72a6
Change version to 1.1.0.BUILD-SNAPSHOT
2014-05-02 12:25:39 -04:00
Eric Bottard
a9da6ee7ef
Make cls really end up at 0,0
2014-04-18 15:52:45 +02:00
mpollack
bc93dddf00
Increment version to 1.0.0.BUILD-SNAPSHOT
2014-04-15 10:35:01 -04:00
Spring Buildmaster
a6fed77168
Release version 1.1.0.RC2
2014-04-15 06:54:36 -07:00
mpollack
2ebe54922c
Update to shell 1.1 RC2 in sample app
2014-04-15 09:46:15 -04:00
mpollack
e170985fb0
Update changelog for 1.1 RC2 release
2014-04-15 09:44:59 -04:00
Eric Bottard
868faab5db
Clarify message when colliding options are discovered
2014-04-15 14:52:12 +02:00
Eric Bottard
3ed7a090db
SHL-135: Fix keyless command parsing
2014-04-15 14:26:05 +02:00
Eric Bottard
e0071e9abe
Revert "SHL-133 Shell command "! ls /tmp" fails"
...
This reverts commit 497f60533e .
2014-04-14 11:11:24 +02:00
Eric Bottard
717a54a7f4
Revert "SHL-113 Allow for there two be options with two empty keys"
...
This reverts commit 388c04b10a .
2014-04-14 11:11:06 +02:00
mpollack
388c04b10a
SHL-113 Allow for there two be options with two empty keys
...
Looking for a better solution, but work well for the more common case
of having default options that correspond to an empty string value,
CliOption(key = { "", "command" }
2014-04-13 21:57:24 -04:00
mpollack
497f60533e
SHL-133 Shell command "! ls /tmp" fails
2014-04-11 23:43:13 -04:00
Peter Douglas
1e2444662e
update pom.xml to reference repo.spring.io URLs
2014-04-04 17:18:39 -06:00
mpollack
25a8ed6f2b
Increment version to 1.1.0.BUILD-SNAPSHOT
2014-04-02 20:27:35 -04:00
Spring Buildmaster
8e5d2fa107
Release version 1.1.0.RC1
2014-04-02 16:59:43 -07:00
mpollack
8b1ac0ad97
Update changelog and readme
2014-04-02 19:52:19 -04:00
mpollack
57498e76e3
SHL-128 - Change version of spring shell in hello world application to 1.1 RC1
2014-04-02 17:37:20 -04:00
mpollack
942d01a630
Merge branch 'SHL-113' of https://github.com/ericbottard/spring-shell into ericbottard-SHL-113
2014-04-02 17:32:28 -04:00
mpollack
ac5618df2e
SHL-80 Disable built in commands
...
Chain constructor to avoid a breaking API change
2014-04-02 12:02:38 -04:00
Eric Bottard
78082e25c7
SHL-113: Don't report ambiguity on an exact match
2014-04-02 16:33:09 +02:00
mpollack
6de9c8b1ae
SHL-91 SHL-80 Provide ability to disable built-in commands
2014-04-02 02:01:26 -04:00