Skip to content
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

Compatibility issue with Java 11 #209

Open
jawad-r3 opened this issue Oct 4, 2023 · 3 comments
Open

Compatibility issue with Java 11 #209

jawad-r3 opened this issue Oct 4, 2023 · 3 comments

Comments

@jawad-r3
Copy link

jawad-r3 commented Oct 4, 2023

We are moving our code from Java 11 to 17. I pulled the latest SDK version into the code and was surprised to see it's not compatible with the new Java version. In the new version old Javax classes have been moved to new Jakarta based classes. Hence nothing works with Java 17.

Please update the SDK to new Java 17.

@kalpadiptyaroy
Copy link

@jawad-r3 I am on it.

kalpadiptyaroy added a commit to kalpadiptyaroy/QuickBooks-V3-Java-SDK that referenced this issue Oct 24, 2023
@dharmikchauhan
Copy link

Hi,
Facing issues while running the SDK with Java17:
java.lang.IncompatibleClassChangeError: Found interface org.objectweb.asm.ClassVisitor, but class was expected Is it something related?

@kalpadiptyaroy
Copy link

@dharmikchauhan - I have just raised a PR migrating the entire code base to Java 17 ( except test cases ). I would suggest you take a pull of my branch and run the build. Let me know if that makes a difference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants