In VS Code with SonarLint we get (we don’t see these issues in SonarQube)
‘JitsiJwtService’ is not reachable by @ComponentScanComp@SpringBootApplicationnentScan or @SpringBootApplication. Either m@ComponentScanve it to a package configured in @ComponentScan or update your @ComponentScan configuration.sonarqube(java:S4605)
for
package se.lfv.sysdev.jwtbridge;
@EnableConfigurationProperties(value = { AppProperties.class })
@SpringBootApplication
public class SpringBootApp {
package se.lfv.sysdev.jwtbridge.internal.api.jitsi;
@Service
@Log4j2
@AllArgsConstructor
public class JitsiJwtService {
Thanks for that confirmation. The Jira issue mentions * ahem * SonarQube Cloud partly as a shorthand way of saying “in the latest version of the underlying analyzer.”
Since this ticket is still open, all we can do at this point is wait, I think. Altho I will let the dev team know there’s another vote for it.