Commit Graph

284 Commits

Author SHA1 Message Date
Eric Bottard
685051b230 Allow non public methods for @CliAvailabilityIndicator
Fixes https://github.com/spring-projects/spring-shell/issues/122
2017-06-28 15:32:21 +02:00
Eric Bottard
fdf892cfaf Remove unneeded dependencies, incl Guava
Fixes https://github.com/spring-projects/spring-shell/issues/95
2017-06-28 15:29:41 +02:00
Eric Bottard
fe512af783 Allow cancel of entered line via CTRL-C
Fixes https://github.com/spring-projects/spring-shell/issues/110
2017-06-28 15:27:28 +02:00
Eric Bottard
e935251614 Bump version to 1.2.1.BUILD-SNAPSHOT 2016-11-03 15:51:33 +01:00
Eric Bottard
dc83a27d1d Fix StopWatch bug introduced by 1626a4919 2016-11-03 12:27:23 +01:00
Tim Patterson
7b9e0dbdca SHL-146 Restore cursor position on flash 2016-11-03 19:13:53 +13:00
Eric Bottard
1626a4919f Better manage Bootstrap created objects
Fixes https://github.com/spring-projects/spring-shell/issues/96
2016-10-10 13:11:26 +02:00
Eric Bottard
71f9da5578 Fix Vertical aligner when rows are empty
Fixes https://github.com/spring-projects/spring-shell/issues/107
2016-10-10 13:04:48 +02:00
Spring Buildmaster
5d36787786 [artifactory-release] Next development version 2016-06-29 18:18:38 +00:00
Spring Buildmaster
67935a5729 [artifactory-release] Release version 1.2.0.RELEASE 2016-06-29 18:18:37 +00:00
Mark Pollack
9a5d5d5374 Update to 1.2 RELEASE versions in samples 2016-06-29 14:13:10 -04:00
Gunnar Hillert
e3c1e1dbde gh-100 Use dedicated Logger Name for Exception Logging 2016-06-22 10:37:38 -10:00
Spring Buildmaster
fa3b7d191a [artifactory-release] Next development version 2016-06-17 13:27:03 +00:00
Spring Buildmaster
24cde546d3 [artifactory-release] Release version 1.2.0.RC1 2016-06-17 13:27:03 +00:00
Mark Pollack
c7f697503b Update to release version in samples 2016-06-17 09:20:08 -04:00
Oliver Gierke
aba89e416a SHL-189 - Command classes can now be package protected.
SimpleExecutionStrategy now makes sure the method to be invoked is accessible.
2016-04-01 14:35:06 +02:00
Aditya
d304f74217 SHL-187: Build and Test fail on Windows
This closes #91
2016-02-15 23:04:21 -08:00
Spring Buildmaster
ec9e3d49f8 [artifactory-release] Next development version 2015-12-22 15:50:23 -08:00
Spring Buildmaster
2340555a32 [artifactory-release] Release version 1.2.0.M1 2015-12-22 15:50:23 -08:00
Mark Pollack
db7b649eaf Upgrade versions of dependent libraries 2015-12-22 18:43:05 -05:00
Eric Bottard
73f47a4c85 SHL-177: Remove unused code 2015-11-16 10:54:47 +01:00
Eric Bottard
3bbd89506e SHL-158: Don't aggressively remove spaces 2015-11-16 10:42:01 +01:00
mbrunton
e693a7da9c SHL-183: Fix command prefix autocomplete bug 2015-11-16 10:33:21 +01:00
Eric Bottard
c8d2b7e383 Fix help command when a command is a prefix of another 2015-11-16 10:11:54 +01:00
Aditya
bea8d3ff0e ArrayConverterTest#testCompletions() fails on Windows
This closes #88
2015-11-16 09:46:14 +01:00
Eric Bottard
29e0d6ae73 Add pretty table rendering
* Add some border combinations + helper methods
* Introducing TableBuilder
* Fix tests
* Add deprecation tags for old table
2015-11-13 12:18:18 -05:00
Eric Bottard
21a993d6bf SHL-157: Prevent whole crash due to Completer 2015-07-15 17:32:10 -04:00
Mark Pollack
5e1c90aec5 SHL-173 Fix test 2015-07-15 17:23:50 -04:00
Eric Bottard
4c18cfb8f4 SHL-173: Add converter for array of convertible 2015-07-09 16:12:33 -04:00
Eric Bottard
511a7e230b SHL-170: Allow space-text for values 2015-06-30 12:50:39 +02:00
Eric Bottard
4962d027bb Remove Locale sensitive test 2015-06-30 12:23:45 +02:00
Eric Bottard
e27257a340 Update README 2015-02-09 17:23:10 +01:00
Bay Batu
8221d255f1 typo fix in CommandLine 2014-12-05 21:23:53 +02:00
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