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

cloud events sdk for java 17 #662

Closed
abhupadh opened this issue Jul 26, 2024 · 2 comments
Closed

cloud events sdk for java 17 #662

abhupadh opened this issue Jul 26, 2024 · 2 comments

Comments

@abhupadh
Copy link

How to use cloudevents for java 17 considering the javax is not supported?
Build is failing for various classes not available as well in version 2.x and above such as CloudEventsImpl and extensions package classes.
As can't use version 1.x due to non-compatibility of javax in java17 and internally many classes using this version in cloudevents sdk.
Please advise.

@pierDipi
Copy link
Member

I'm using the SDK with Java 21 and I've used it with Java 17 in the past, can you describe how to reproduce your issue?

@abhupadh
Copy link
Author

I'm using the SDK with Java 21 and I've used it with Java 17 in the past, can you describe how to reproduce your issue?

Thanks. but I figured it out. The cloudevents-core package has all the required classes in version 4.0. Closing this issue.

However, it would be really helpful if you could see this issue with custom extensions. #667

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

2 participants