https://github.com/l-applin/randomgraalvm
Demo project to try to reproduce https://github.com/aws/aws-sdk-java-v2/issues/3323
https://github.com/l-applin/randomgraalvm
Last synced: 2 months ago
JSON representation
Demo project to try to reproduce https://github.com/aws/aws-sdk-java-v2/issues/3323
- Host: GitHub
- URL: https://github.com/l-applin/randomgraalvm
- Owner: L-Applin
- Created: 2022-10-07T13:44:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T13:44:57.000Z (over 2 years ago)
- Last Synced: 2025-01-27T13:50:11.259Z (4 months ago)
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RandomGraalvm
small demo App to try to reproduce AWS Java SDK v2 [Issue #3323](https://github.com/aws/aws-sdk-java-v2/issues/3323)
With GraalVM `22.2.r17-grl`:
```
gradle shadowJar
native-image --verbose --no-fallback \
--initialize-at-build-time=org.slf4j \
--initialize-at-run-time=io.netty.handler.ssl.BouncyCastleAlpnSslUtils \
-jar build/libs/RandomGraalvm-all.jar \
build/main
build/main
```Can also be run with the `demo.sh` script.