cloudogu / sonar-cas-plugin

CAS Authentication support for SonarQube
14 stars 8 forks source link

Support SonarQube 7.9 #22

Closed mbehlendorf closed 4 years ago

mbehlendorf commented 4 years ago

Upgrading the SonarQube dogu 6.7.x to 7.9.x is not possible without mending the CAS plugin first because of underlying changes. These changes come in two flavours:

  1. Change of expected Java version (1.8->11)
  2. Change of SonarQube UI with which the CAS plugin interacts with

Support the migration to the said SQ version.