question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Amazon Lambda HTTP Extension with Java 11: An illegal reflective access operation has occurred

See original GitHub issue

Describe the bug Looks like an aws dependency brings in jackson afterburner which has issues with using protected. Should I open a bug with the upstream AWS repo? Perhaps quarkus can remove this dependency? Do CI tests not check against java 11 for this extension?

Expected behavior Quarkus runs like it does on Java 8 - smoothly.

Actual behavior Quarkus crashes

To Reproduce Steps to reproduce the behavior:

  1. git clone https://github.com/sherl0cks/kogito-aws-lambda
  2. git checkout java-11
  3. mvn clean test using jdk 11

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sherl0ckscommented, Sep 15, 2020

@patriot1burke thanks as always. Looks like upstream packages will need to be patched, released and then consumed in a new quarkus release. I’ll track this an test when a build is ready.

0reactions
patriot1burkecommented, Sep 13, 2021

I think this is fixed now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

AWS Lambda function errors in Java
This page describes how to view Lambda function invocation errors for the Java runtime using the Lambda console and the AWS CLI.
Read more >
groovy WARNING: An illegal reflective access operation has ...
Just that my latest Ubuntu 21.10 is still only providing groovy-2.4.21. And for this particular reason, I think I'll use the java 8...
Read more >
Confluence 7.4.0 intermittently and unexpectedly quits shortly ...
Enable debug logging for this logger for a complete list of JARs that were scanned ... An illegal reflective access operation has occurred...
Read more >
A categorized list of all Java and JVM features since JDK 8 to 18
From Java 8 to 18. ... JDK 11 (Without lambda support in JDK 10) ... 9 - [2] that warns on the first...
Read more >
JDK 11 Release Notes, Important Changes, and Information
The APIs described here are those that are provided with the Oracle JDK. It includes a complete implementation of the Java SE 11...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found