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

fix: unsupported java version #5531

Merged
merged 1 commit into from
Oct 20, 2023
Merged

fix: unsupported java version #5531

merged 1 commit into from
Oct 20, 2023

Conversation

metacosm
Copy link
Collaborator

@metacosm metacosm commented Oct 18, 2023

There are warnings that we're using an unsupported version when using annotation processors, this should address this problem, at least for the CRD generator.

[WARNING] No SupportedSourceVersion annotation found on io.fabric8.crd.generator.apt.CustomResourceAnnotationProcessor, returning RELEASE_6.
[WARNING] Supported source version 'RELEASE_6' from annotation processor 'io.fabric8.crd.generator.apt.CustomResourceAnnotationProcessor' less than -source '11'

@metacosm metacosm self-assigned this Oct 18, 2023
@metacosm metacosm requested a review from iocanel October 18, 2023 12:40
@rohanKanojia
Copy link
Member

rohanKanojia commented Oct 18, 2023

@metacosm : Could you please link the issue this PR is fixing? Or maybe add details about the warning/error in PR description?

@metacosm
Copy link
Collaborator Author

@metacosm : Could you please link the issue this PR is fixing? Or maybe add details about the warning/error in PR description?

I've updated the description, I should have done this in the first place, sorry about that.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.20.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@manusa manusa added this to the 6.10.0 milestone Oct 18, 2023
@manusa manusa merged commit c549d39 into main Oct 20, 2023
20 checks passed
@manusa manusa deleted the fix-warning branch October 20, 2023 06:58
@manusa manusa modified the milestones: 6.10.0, 6.9.1 Oct 26, 2023
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

Successfully merging this pull request may close these issues.

3 participants