-
Notifications
You must be signed in to change notification settings - Fork 394
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
Native support for JCommander #340
Milestone
Comments
jvalkeal
added a commit
to jvalkeal/spring-shell
that referenced
this issue
Dec 24, 2021
- While project uses jdk8, you can do native build with jdk11 `./mvnw clean package -Pnative` - You can then run these spring-shell-samples/target/spring-shell-samples java -jar spring-shell-samples/target/spring-shell-samples-3.0.0-SNAPSHOT-exec.jar - Remove logback.xml in favour of spring config to workaround for spring-attic/spring-native#625 - For now remove jcommander command sample to get support for it spring-projects#340 - Relates spring-projects#323
jvalkeal
added a commit
that referenced
this issue
Dec 24, 2021
- While project uses jdk8, you can do native build with jdk11 `./mvnw clean package -Pnative` - You can then run these spring-shell-samples/target/spring-shell-samples java -jar spring-shell-samples/target/spring-shell-samples-3.0.0-SNAPSHOT-exec.jar - Remove logback.xml in favour of spring config to workaround for spring-attic/spring-native#625 - For now remove jcommander command sample to get support for it #340 - Relates #323
jvalkeal
added a commit
to jvalkeal/spring-shell
that referenced
this issue
Mar 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While trying to get
spring-shell-samples
to work withspring-native
there's an error with startup which seems to be around reflective dance happening inJCommanderParameterResolver
.We can remove this particular command from samples to give time to make things work while getting most parts of a sample to work with graal.
The text was updated successfully, but these errors were encountered: