-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Compact Profile Support #179
Comments
Ok, I can see the value of doing this. Two things:
(These are not objections, just noting them) |
I also noticed that the type converter for I wonder if it is worth using reflection to avoid a hard dependency on Background: there is an outstanding ticket (#83) to support more built-in types. Some of the types I'm planning to support were introduced in java 7 and java 8. At the same time, I would like picocli to continue be compatible with java 5. To solve this, I plan to use reflection to implement type converters for So if we will be using reflection anyway, why not use reflection for anything other than |
Its OK, there is no big difference between compact 1 and compact2 profile. Here is JRE 8 size for windows platform:
I think there is no reason to use reflection. |
…pact Profile. - Rename inner class `picocli.CommandLine.Point` to `picocli.CommandLine.Help.TextTable.Cell` - Add javadoc, update existing javadoc - Add to release notes with credit to [webfolderio](https://github.com/webfolderio).
Hi,
Is it possible to remove Full JRE dependency. Picocli use
java.awt.Point
which requires Full JRE.Thanks
jdeps -P picocli-1.0.0.jar
The text was updated successfully, but these errors were encountered: