-
Notifications
You must be signed in to change notification settings - Fork 89
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
makes SDK compliant with JakartaEE #361
Conversation
Can you push this to Maven Central for use? |
@emeraldhieu there's a 5.0.0-alpha version on Maven Central that fixes the |
@Devin-RC dev |
@emeraldhieu I just checked and I'm able to use the |
@Devin-RC I got this build error. I run
How did you check it? Reverting to a stable version works. What's wrong with the alpha version? |
@emeraldhieu After a bit of digging around, you can find that the empty enum values you're referring to have actually been removed from the Accounting specification from Release 4.30.1. It is mentioned in the release notes. You can find the exact commit diff here.
From the issue you've raised, I see you're using 4.29.1. The latest stable release is 4.30.1. I believe the 5.0.0-alpha release is based on the latest stable release, which is why it doesn't contain the enum you're looking for. It seems that if you want to upgrade the SDK version (to resolve the JakartaEE compliance issue), you'll have to refactor your code to not refer the removed |
Is there a roadmap for a stable 5.0.0, please? Is it days, weeks or months maybe? I'm upgrading a project using |
Build from OAS 3.0.1
BREAKING CHANGES
Following methods will have required body parameters now
- createStatements
- createAssetType
Release Notes
Features:
Bug Fixes: