-
Notifications
You must be signed in to change notification settings - Fork 101
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
Illegal reflective access warnings when doing through the default steps in readme with java11 #19
Comments
Thanks for this report. We're using an older version of jetty (transitive dep), so this may just be a matter of upgrading. |
Can confirm, on openjdk11 updating the jetty dependencies resolves this issue. It did bring up another illegal access at https://github.com/cognitect-labs/aws-api/blob/master/src/cognitect/aws/util.clj#L137, but could be unrelated. |
d4d9870 resolves the xml parse warning, but now seeing the following with jetty 9.4.18.v20190429 and java 11.0.2.
|
This new illegal reflective access issue is coming from cider-nrepl's dependency on mranderson and is not related to jetty, xml, or aws-api. The next release will, however, fix the issues related to jetty and xml. |
Fixed in 0.8.335. |
How does one "update ... jetty dependencies"? |
If you're using tools.deps, use |
Environment Ubuntu 18.10 box:
Steps followed :
Creating a new app with leiningen
lein new app aws-api-testbed
Modifying only the dependencies in project file to contain the latest versions, after edit looks like this
Now executing with lein repl:
Just maybe the final error has some reason for the illegal reflective access ?
The text was updated successfully, but these errors were encountered: