Release notes - SonarJava - 8.18
False Positive
SONARJAVA-5678 Fix a FP case in S7479
SONARJAVA-5697 S2441 FP when Serializable is not available due to missing semantics
Bug
SONARJAVA-5685 Revert security impact from last rule metadata update
Task
SONARJAVA-5645 Update RSPEC before 8.18 release
SONARJAVA-5653 Prototyping more telemetry
SONARJAVA-5670 Make SonarComponents in JavaFrontend not @nullable.
SONARJAVA-5673 Create proxy object for sending telemetry
SONARJAVA-5675 Update dependency versions
SONARJAVA-5682 Replace use of deprecated Charsets.UTF_8 constant
SONARJAVA-5686 Report the scanner app using telemetry
SONARJAVA-5687 Delete unused test projects under "its"
SONARJAVA-5689 Aggregate telemetry measures at project level
SONARJAVA-5691 Report dependencies
SONARJAVA-5692 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 in /java-checks-test-sources/default
SONARJAVA-5693 Report whether the analysis is autoscan
SONARJAVA-5695 Report speed of analysis and analysis errors
SONARJAVA-5698 Report Eclipse parser type errors
SONARJAVA-5703 Fix Quality Flaws caused by commons-lang3 new version
False Negative
SONARJAVA-5683 S2077 not triggered by SQL interpolation performed with String#format