sonar RSPEC-2229 – what kind of rule is it?
i have a question about https://rules.sonarsource.com/java/RSPEC-2229/. This rule is for Spring but i would know if this rule apply within Quarkus too?
I have a public method without transaction annotation who calls in the same class another method public but whith transactional annotation.