You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is in the context of building a modularized java application. I am using jlink to generate the modularized app through Gradle and the Badass plugin. This seems to be the only project causing this issue as can be seen in the exception that's thrown when only the S3Client is initialized with dummy credentials.
Your Environment
AWS Java SDK version used: 2.8.1
JDK version used: 12.0.2
Operating System and version: macOS 10.14.6
The text was updated successfully, but these errors were encountered:
You might need to explicitly setting the http client because by default, the SDK will try to detect the http client from the class path if it is not specified, and it might not work for module path.
Expected Behavior
The app starts and runs.
Current Behavior
A stacktrace is produced and the app crashes.
Possible Solution
The
S3Client
seems to be the problematic piece of code here.Steps to Reproduce (for bugs)
./build/image/bin/hello
Full code here:
https://github.com/adityasrini/modular-hello
Stacktrace here:
https://gist.github.com/adityasrini/780d73126863cbecea9fd524151f9df6
Context
This is in the context of building a modularized java application. I am using jlink to generate the modularized app through Gradle and the Badass plugin. This seems to be the only project causing this issue as can be seen in the exception that's thrown when only the
S3Client
is initialized with dummy credentials.Your Environment
The text was updated successfully, but these errors were encountered: