Janne Valkealahti
da04202822
Modify gitignore
2023-07-15 16:24:46 +01:00
Janne Valkealahti
39c4519a3f
Add gradle build files
...
- First set of changes for introduction of a gradle build.
- Relates #470
2022-08-16 10:30:15 +01:00
Janne Valkealahti
8a23518b84
Rework command subsystem
...
- Focus of these changes are to introduce a new command system based on
real registrations (new way) instead of continuously (old way) resolve
methods and its parameters via reflection.
- There's a lot of changes as this resolution via reflection had its
hooks almost everywhere and thus most changes are just refactorings.
- Order to understand real changes I'd start to look classes under
`org.springframework.shell.command` package as it defines new registration,
catalog and parser classes. Also samples contain new classes to demonstrate
new functionality.
- Fixes #380
2022-05-06 08:32:53 +01:00
Janne Valkealahti
592f9e9f99
Add vscode settings
2021-12-11 12:53:44 +00:00
Eric Bottard
a191d113a4
Add history file support.
...
Fixes #134
2017-08-23 18:46:09 +02:00
Eric Bottard
ec83869c9f
Introduce -standard and -standard-commands artifacts
...
Fixes #43
2017-08-08 11:52:31 +02:00
camilojc
9ca98cdd7d
Moving the project to a multi-level maven project to allow for separation of the adapter from the core of the project
...
Fixes #28
2017-08-08 11:52:31 +02:00
Eric Bottard
938bd7cfa2
Add legacy and default resolvers
2017-08-08 11:52:31 +02:00
Eric Bottard
3cd5a1be3b
Remove everything prior to Shell 2 migration
2017-08-08 11:04:41 +02: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
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
Bay Batu
8fdd88b591
Add entries to .gitignore for idea generated files
2014-09-13 00:56:49 +03:00
mpollack
ecf06a70ee
SHL-86 - Change bootstrapping procedure so JLineShellComponent can resolve its own dependencies.
2012-12-19 07:50:57 +08:00
Mark Pollack
f27837d69e
add ignore of bin directory
2012-04-23 14:28:37 -04:00
Jarred Li
69f367a290
build with gradle
2012-04-09 16:58:01 +08:00
Jarred Li
09396e9421
SHL-8 separate hello world example
2012-04-07 19:04:53 +08:00
Mark Pollack
833c787403
Add basic README and update ignore file
2012-02-15 22:03:37 -05:00