Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/EngineHub/Intake

IoC-oriented Java command parsing library
https://github.com/EngineHub/Intake

Use EH Maven in build.gradle

31158d5fe161507f208db185db828fca76be3a08 authored about 3 years ago
Reference EngineHub maven rather than sk89q Maven in README

cc575a7e1c65b72cc0f6e06915c1575fa25946f3 authored about 3 years ago
Merge pull request #21 from ctian1/patch-1

Fix an exception thrown with @Switch Integers

8204ea4be893f4472a06a2125898307b6e4eb3c4 authored about 6 years ago
Merge pull request #22 from ctian1/patch-2

Make a Boolean switch behave like the primitive boolean

8c2341390796ce4963d5cf69fef3f6791cc18756 authored about 6 years ago
Merge pull request #26 from xxyy/fix/multiple-classifiers

Fix only single @Classifier allowed per parameter class

bfc65592e293066acba1918552887ff677c4b300 authored about 6 years ago
Fix only single parameter classifier allowed per parameter class

Before, it was not possible to register more than one classifier
annotation (with a provider) fo...

728a38653f5b1b3eacbc9a5f989ac7f078c79528 authored over 8 years ago
Add unit test for two keys with different classifiers in a set

This mimics BindingList behaviour - currently, it is not possible to
bind two classifiers to the...

ded01b82a0c201166dc8b2f60d5af69f3089b496 authored over 8 years ago
Make a Boolean switch behave like the primitive boolean

60ecf18d7435fe70e6da130ce514a774d249fd16 authored almost 9 years ago
Fix an exception thrown with @Switch Integers

If the switch wasn't present in the command or didn't have a value the NumberFormatException wou...

be154eb313a4cb0ab9c2a40ee58802d42a476b38 authored almost 9 years ago
Add MutableStringListArgs.

03b78f86f31087f1e464d9dbf28a34c4d92d607a authored over 9 years ago
@Text should still require at least one argument.

536549d99de8a4ae5d66e2b610f7733841fbc94c authored over 9 years ago
Don't wrap exceptions continually.

e621f08802ba0981443d898533f638e855d642d6 authored over 9 years ago
Don't use prependStack() when we have a list of commands.

e5f03ab18d572f2a7520591e7ce2b045b9b46386 authored over 9 years ago
Return an empty argument stack for value flags without a value.

e01d3fbf38710a890cd96ef359aa470c26786648 authored over 9 years ago
Mention the command that can't be replaced in SimpleDispatcher.

005c3cce0a3b3e6d54762850ead5e07d41728f08 authored over 9 years ago
Make ParametericBuilder.build(Object, Method) public.

f0edbe2b2a576ab8a49cee52199c4ceee9daf70b authored over 9 years ago
Add CommandExecutor and set version to 4.1-SNAPSHOT.

64f338451ee4b7a1607f83ec41107e8a3fba7412 authored over 9 years ago
Merge pull request #13 from onbjerg/master

Return valid usage string. Fixes #12.

c8a36d67e77ce8254d8bc05ca231c51ff702a2da authored over 9 years ago
Return valid usage string (fixes #12)

b1f4124844bb3dd7bbc330d1790a4e9d359e1c8f authored over 9 years ago
Add support for getting rest of args like in Intake 3.x.

f7e1b4ca601e2e33796966708304df981086d140 authored over 9 years ago
Add builder for CommandContext.

40dcb66be28d0cb95d78e906c19e0a28a28c1787 authored over 9 years ago
Update the README and fix inaccuracies.

141c20c454d9e3e52546fd55b96f0caa1c84bf44 authored over 9 years ago
Add missing Javadocs.

4851c3628d547d5b37fdeba8edfb1d21d457fa7b authored over 9 years ago
Don't eat exceptions when creating InvalidUsageExceptions.

2f950820b7d912117f8d903a3a55fb42013b2d5d authored over 9 years ago
Move shared folder from the example into the parametric package.

286202aa6a28f7adfa536db9f63fa103e25b69cf authored over 9 years ago
Add an example of a User object as an argument or as the sender.

0597b7aedf1c8092bc91dd15271b49434a13ffdc authored over 9 years ago
Warn about missing @Classifier or @Retention.

7df3eee7f562d4f567a3f996bfc6bf8505a2f262 authored over 9 years ago
Fix incorrect EnumProvider.getSuggestions() and add an unit test.

fa64a73a12a9c49119caa5c4a925c471336f1530 authored over 9 years ago
Update README and examples.

144bdd2102d74584a12aa050b406e005a66afdbc authored over 9 years ago
Add an example project.

fff1849f0b8b2da6ec930f840f18a97ba0129c49 authored over 9 years ago
Add EnumProvider.

fc01a7f9e1de801414fbfc63dd8f2a66107ddf07 authored over 9 years ago
Use .annotationType() for the classifier.

bd571f0d776202fa32b4642cb93c0229a6cdeab2 authored over 9 years ago
Clean up checkstyle.xml.

32b28b15c44b8f2d6d296f6d557bbd4c182798ec authored over 9 years ago
Add unit tests for the argument classes.

fa5179ee4a3672f4e07b34ee508ad5353162f6fe authored over 9 years ago
Switch to Gradle. Use git log --follow for history.

This converts the project into a multi-module Gradle build.

By default, Git does not show histo...

6143b33ea45134f82b7fa9661018f97a0ce289c3 authored over 9 years ago
Mark a code block as Java in the README.

934cbbf9bed34816fa221654fce76ce6bd92d978 authored over 9 years ago
Decouple the IoC portion from the parametric builder.

Also, many things have been cleaned up and some classes have been moved around or renamed. There...

5af47f89f347f7b87da3ee4605a89207766f6767 authored over 9 years ago
Create abstract AbstractParametricCommand.

45969728343f8839d772d4626b9f44d741be085f authored over 9 years ago
Separate out parameter binding/consumption.

9c54c6f32cb984d812d1b5c5096fa5cc7b7793ce authored over 9 years ago
Update README with the version.

0c85d6d27e1e2d25acfd0c09b0583f296e9f3157 authored over 9 years ago
Set version to 3.1.2.

eaefa5f77851aeb513913346e1f2996b9df7aa80 authored over 9 years ago
Fix Javadocs in ParametricBuilder.

c01b0928453af34d05cca62daa3ba31cbb3174d7 authored over 9 years ago
Add the option to specify a command executor for parametric commands.

Also changes version to 3.1.2-SNAPSHOT.

f3937eae6c51abeae55de07f6f80d5bd85729262 authored almost 10 years ago
Handle AuthorizationException properly in SimpleDispatcher.

7a619687bc10afc228165c36730cb7e4501b4c66 authored over 10 years ago
Allow abort command invocation in preProcess listener too.

92eaec75a3dbef3a97838dd84127f65f6b45dc62 authored over 10 years ago
Allow InvokeHandler.preInvoke() to prevent invocation.

b2d5a51439c0ceccdee5c99704be9e5d684f3936 authored over 10 years ago
Pass CommandLocals to InvokeHandler.

Version set to 3.1.1-SNAPSHOT.

ad31d9eeae5ef15ad3602c4d102a69c8d4c24666 authored over 10 years ago
Update README.md

ca81213b34d118ff3e0113d48f1163b09078a8ef authored over 10 years ago
Fix a typo in the README.

e5aa1c5082d43fd6019a12ff81479584a35f525d authored over 10 years ago
Update the README.

c0ce828ea1f073a29069f5a9ea93bd892f1b9905 authored over 10 years ago
Initial commit.

6266196839dcf45524e0faef9130296fde51f39d authored over 10 years ago