devonfw / sonar-devon4j-plugin

Plugin for SonarQube to validate devonfw architecture
Apache License 2.0
10 stars 16 forks source link

Switch to Java11 #113

Closed hohwille closed 3 years ago

hohwille commented 3 years ago

I got this email:

Hello,
The version of Java installed in your scanner environment must be upgraded to at least Java 11!
We are ending support for older Java versions soon.
You will still be able to use SonarCloud for your Java 8 projects, 
this change only affects the execution of our scanner, 
not the code your project is written in.
Here is how the deprecation will happen:
Between the 11th and the 15th of January, 
you will experience a brownout where only the first scan of every project with an older version of Java will fail.
After the 1st of February 2021, 
all analysis with Java <11 in your scanner environment will fail unless you upgrade to a supported version.
Please upgrade these projects now:
* sonar-devon4j-plugin (devonfw)
The SonarCloud team.
hohwille commented 3 years ago

Required here: https://github.com/devonfw/sonar-devon4j-plugin/blob/master/.travis.yml#L4

Maybe also this has to be changed: https://github.com/devonfw/sonar-devon4j-plugin/blob/master/pom.xml#L22