-
Notifications
You must be signed in to change notification settings - Fork 40
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
Maven dependency for Jakarta and Java 17 #867
Comments
@Exnadella thank you for raising concern over the Could you please share any issues that you faced during the migration to Java 17 ? For example, do you have checks for For example, for maven <dependency>
<groupId>dev.openfeature</groupId>
<artifactId>sdk</artifactId>
<version>1.7.6</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
</exclusions>
</dependency> A missing annotation should not fail your build or application. |
I think we should remove all |
@toddbaert yeah, that's an option and a quick solution for this |
@DBlanchard88 is working on this. |
@Exnadella We have removed all these annotations. The next release will not contain them. |
Dear Team,
We're requesting the release of the dependency for Jakarta and Java 17, as we're transitioning most of our stack from Java 8 to Java 17, which necessitates migrating from Javax to Jakarta for compatibility. Additionally, could we consider using Spring Boot 3.2.0 for demonstration purposes?
The text was updated successfully, but these errors were encountered: