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

Codebase must remain Java 8 compatible #77

Closed
aalmiray opened this issue Feb 14, 2024 · 1 comment · Fixed by #79
Closed

Codebase must remain Java 8 compatible #77

aalmiray opened this issue Feb 14, 2024 · 1 comment · Fixed by #79
Labels
released Issue has been released

Comments

@aalmiray
Copy link
Contributor

0.3.0 was published with Java 11 bytecode

$ jarviz bytecode show --gav dev.cdevents:cdevents-sdk-java:0.3.0
subject: cdevents-sdk-java-0.3.0.jar
Unversioned classes. Bytecode version: 53 (Java 9) total: 1
Unversioned classes. Bytecode version: 55 (Java 11) total: 339

consumers such as Spinaker remain in Java 8 compatibility mode.

aalmiray added a commit to aalmiray/sdk-java that referenced this issue Feb 14, 2024
aalmiray added a commit to aalmiray/sdk-java that referenced this issue Feb 14, 2024
Fixes cdevents#77

Signed-off-by: Andres Almiray <aalmiray@gmail.com>
rjalander pushed a commit that referenced this issue Feb 28, 2024
Fixes #77

Signed-off-by: Andres Almiray <aalmiray@gmail.com>
@cdevents-bot cdevents-bot added the released Issue has been released label Mar 12, 2024
@cdevents-bot
Copy link
Collaborator

🎉 This issue has been resolved in v0.3.1 (Release Notes)

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

Successfully merging a pull request may close this issue.

2 participants