Bump sonar.plugin.api.version from 11.3.0.2824 to 12.0.0.2960
Bumps sonar.plugin.api.version from 11.3.0.2824 to 12.0.0.2960.
Updates org.sonarsource.api.plugin:sonar-plugin-api from 11.3.0.2824 to 12.0.0.2960
Release notes
Sourced from org.sonarsource.api.plugin:sonar-plugin-api's releases.
12.0.0.2960
What's Changed
- PLUGINAPI-134 Remove deprecated Issue Workflow transitions and statuses by
@antoine-vinot-sonarsourcein SonarSource/sonar-plugin-api#233- PLUGINAPI-145 Adapt plugin-api to support hidden files analysis by
@jonas-wielage-sonarsourcein SonarSource/sonar-plugin-api#232New Contributors
@jonas-wielage-sonarsourcemade their first contribution in SonarSource/sonar-plugin-api#232Full Changelog: https://github.com/SonarSource/sonar-plugin-api/compare/11.4.0.2922...12.0.0.2960
11.4.0.2922
PLUGINAPI-142 [BE] Modify the Plugin API to support OWASP Mobile Top 10 2024 issues
PLUGINAPI-130 Remove deprecated extension points ProfileImporter and ProfileExporter
PLUGINAPI-135 Deprecate org.sonar.api.web.UserRole
PLUGINAPI-136 Deprecate org.sonar.api.issues.DefaultTransitions
PLUGINAPI-139 Add the Plugin API version for SQS 2025.2 LTA
Changelog
Sourced from org.sonarsource.api.plugin:sonar-plugin-api's changelog.
Changelog
12.0
- Introduced support for hidden file analysis:
- Introduce
org.sonar.api.batch.fs.IndexedFile.isHidden.- Introduce
org.sonar.api.batch.sensor.SensorDescriptor.processesHiddenFiles.- Remove
org.sonar.api.issue.DefaultTransitions.SET_AS_IN_REVIEW.- Remove
org.sonar.api.issue.DefaultTransitions.OPEN_AS_VULNERABILITY.- Remove
org.sonar.api.issue.Issue.STATUS_IN_REVIEW.- Remove
org.sonar.api.issue.Issue.attribute(String key).- Remove
org.sonar.api.issue.Issue.attributes().11.4
- Deprecate
org.sonar.api.issue.DefaultTransitions- Deprecate
org.sonar.api.web.UserRole- Remove deprecated extension points
andorg.sonar.api.profiles.ProfileExporter.org.sonar.api.profiles.ProfileImporter- Introduce new security standards for OWASP Mobile 2024
11.3
- Introduce
org.sonar.api.batch.sensor.SensorContext.addAnalysisData.11.2
- Standard Severity BLOCKER is now mapped to Software Quality Impact Severity BLOCKER
- Standard Severity INFO is now mapped to Software Quality Impact Severity INFO
11.1
- Remove deprecation on
statusvaluesTO_REVIEW,REVIEWEDand related usages- Remove deprecation on
resolutionvaluesFIXED,SAFE,ACKNOWLEDGEDand related usages- Indicate that
statusandresolutionare not deprecated for hotspots11.0
- Remove usage of
javax-servlet-api:
- Remove
org.sonar.api.web.ServletFilter- Remove
javax.servlet.http.HttpServletRequest- Remove
javax.servlet.http.HttpServletResponse10.14
- Remove deprecation on
org.sonar.api.rules.RuleType,org.sonar.api.batch.rule.Severity,org.sonar.api.rule.Severityand related usages.- Remove deprecation on
org.sonar.api.server.rule.internal.ImpactMapperandorg.sonar.api.server.rule.RuleTagsToTypeConverter.- Remove deprecation on metrics
org.sonar.api.measures.CoreMetrics.BLOCKER_VIOLATIONS,org.sonar.api.measures.CoreMetrics.CRITICAL_VIOLATIONS,org.sonar.api.measures.CoreMetrics.MAJOR_VIOLATIONS,org.sonar.api.measures.CoreMetrics.MINOR_VIOLATIONS,org.sonar.api.measures.CoreMetrics.INFO_VIOLATIONS,org.sonar.api.measures.CoreMetrics.NEW_BLOCKER_VIOLATIONS, ,org.sonar.api.measures.CoreMetrics.NEW_CRITICAL_VIOLATIONS,org.sonar.api.measures.CoreMetrics.NEW_MAJOR_VIOLATIONS,org.sonar.api.measures.CoreMetrics.NEW_MINOR_VIOLATIONS,org.sonar.api.measures.CoreMetrics.NEW_INFO_VIOLATIONS,org.sonar.api.measures.CoreMetrics.CODE_SMELLS,org.sonar.api.measures.CoreMetrics.NEW_CODE_SMELLS,org.sonar.api.measures.CoreMetrics.BUGS,org.sonar.api.measures.CoreMetrics.NEW_BUGS,org.sonar.api.measures.CoreMetrics.VULNERABILITIES,org.sonar.api.measures.CoreMetrics.NEW_VULNERABILITIES.- Deprecate
org.sonar.api.server.rule.internal.ImpactMapper.convertToDeprecatedSeverity. Useorg.sonar.api.server.rule.internal.ImpactMapper.convertToRuleSeverityinstead.10.13
- Deprecate
org.sonar.api.resources.Qualifiersandorg.sonar.api.resources.Scopes- Add a specialized
ConfigScopeenum onorg.sonar.api.config.PropertyDefinition, and provide replacements for allonQualifiersmethods accordingly- Change the name of
high_impact_accepted_issuestoBlocker and High Severity Accepted Issues- Deprecate metrics
org.sonar.api.measures.CoreMetrics.RELIABILITY_ISSUES,org.sonar.api.measures.CoreMetrics.MAINTAINABILITY_ISSUES,org.sonar.api.measures.CoreMetrics.SECURITY_ISSUES,org.sonar.api.measures.CoreMetrics.NEW_RELIABILITY_ISSUES,org.sonar.api.measures.CoreMetrics.NEW_MAINTAINABILITY_ISSUESandorg.sonar.api.measures.CoreMetrics.NEW_SECURITY_ISSUES10.11
... (truncated)
Commits
a4fb963PLUGINAPI-145 Adapt plugin-api to support hidden files analysis (#232)dee6a72BUILD-8073 Migrate public repositories workflows to large runners (#235)6ddc8e4PLUGINAPI-134 Remove deprecated Issue Workflow transitions and statuses (#233)5244845Update version to 11.51f517b3PLUGINAPI-142 Modify the Plugin API to support OWASP Mobile Top 10 2024 issues44df6a8Add Plugin API Version for SQ CB 25.2, 25.3e108575PLUGINAPI-139 Add the Plugin API version for SQS 2025.2 LTAf1b041dPLUGINAPI-136 Deprecate org.sonar.api.issues.DefaultTransitionsb6e4d36PLUGINAPI-130 Remove ProfileExporter and ProfileImporterfe2ad30PLUGINAPI-135 Deprecate org.sonar.api.web.UserRole- Additional commits viewable in compare view
Updates org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures from 11.3.0.2824 to 12.0.0.2960
Release notes
Sourced from org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures's releases.
12.0.0.2960
What's Changed
- PLUGINAPI-134 Remove deprecated Issue Workflow transitions and statuses by
@antoine-vinot-sonarsourcein SonarSource/sonar-plugin-api#233- PLUGINAPI-145 Adapt plugin-api to support hidden files analysis by
@jonas-wielage-sonarsourcein SonarSource/sonar-plugin-api#232New Contributors
@jonas-wielage-sonarsourcemade their first contribution in SonarSource/sonar-plugin-api#232Full Changelog: https://github.com/SonarSource/sonar-plugin-api/compare/11.4.0.2922...12.0.0.2960
11.4.0.2922
PLUGINAPI-142 [BE] Modify the Plugin API to support OWASP Mobile Top 10 2024 issues
PLUGINAPI-130 Remove deprecated extension points ProfileImporter and ProfileExporter
PLUGINAPI-135 Deprecate org.sonar.api.web.UserRole
PLUGINAPI-136 Deprecate org.sonar.api.issues.DefaultTransitions
PLUGINAPI-139 Add the Plugin API version for SQS 2025.2 LTA
Changelog
Sourced from org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures's changelog.
Changelog
12.0
- Introduced support for hidden file analysis:
- Introduce
org.sonar.api.batch.fs.IndexedFile.isHidden.- Introduce
org.sonar.api.batch.sensor.SensorDescriptor.processesHiddenFiles.- Remove
org.sonar.api.issue.DefaultTransitions.SET_AS_IN_REVIEW.- Remove
org.sonar.api.issue.DefaultTransitions.OPEN_AS_VULNERABILITY.- Remove
org.sonar.api.issue.Issue.STATUS_IN_REVIEW.- Remove
org.sonar.api.issue.Issue.attribute(String key).- Remove
org.sonar.api.issue.Issue.attributes().11.4
- Deprecate
org.sonar.api.issue.DefaultTransitions- Deprecate
org.sonar.api.web.UserRole- Remove deprecated extension points
andorg.sonar.api.profiles.ProfileExporter.org.sonar.api.profiles.ProfileImporter- Introduce new security standards for OWASP Mobile 2024
11.3
- Introduce
org.sonar.api.batch.sensor.SensorContext.addAnalysisData.11.2
- Standard Severity BLOCKER is now mapped to Software Quality Impact Severity BLOCKER
- Standard Severity INFO is now mapped to Software Quality Impact Severity INFO
11.1
- Remove deprecation on
statusvaluesTO_REVIEW,REVIEWEDand related usages- Remove deprecation on
resolutionvaluesFIXED,SAFE,ACKNOWLEDGEDand related usages- Indicate that
statusandresolutionare not deprecated for hotspots11.0
- Remove usage of
javax-servlet-api:
- Remove
org.sonar.api.web.ServletFilter- Remove
javax.servlet.http.HttpServletRequest- Remove
javax.servlet.http.HttpServletResponse10.14
- Remove deprecation on
org.sonar.api.rules.RuleType,org.sonar.api.batch.rule.Severity,org.sonar.api.rule.Severityand related usages.- Remove deprecation on
org.sonar.api.server.rule.internal.ImpactMapperandorg.sonar.api.server.rule.RuleTagsToTypeConverter.- Remove deprecation on metrics
org.sonar.api.measures.CoreMetrics.BLOCKER_VIOLATIONS,org.sonar.api.measures.CoreMetrics.CRITICAL_VIOLATIONS,org.sonar.api.measures.CoreMetrics.MAJOR_VIOLATIONS,org.sonar.api.measures.CoreMetrics.MINOR_VIOLATIONS,org.sonar.api.measures.CoreMetrics.INFO_VIOLATIONS,org.sonar.api.measures.CoreMetrics.NEW_BLOCKER_VIOLATIONS, ,org.sonar.api.measures.CoreMetrics.NEW_CRITICAL_VIOLATIONS,org.sonar.api.measures.CoreMetrics.NEW_MAJOR_VIOLATIONS,org.sonar.api.measures.CoreMetrics.NEW_MINOR_VIOLATIONS,org.sonar.api.measures.CoreMetrics.NEW_INFO_VIOLATIONS,org.sonar.api.measures.CoreMetrics.CODE_SMELLS,org.sonar.api.measures.CoreMetrics.NEW_CODE_SMELLS,org.sonar.api.measures.CoreMetrics.BUGS,org.sonar.api.measures.CoreMetrics.NEW_BUGS,org.sonar.api.measures.CoreMetrics.VULNERABILITIES,org.sonar.api.measures.CoreMetrics.NEW_VULNERABILITIES.- Deprecate
org.sonar.api.server.rule.internal.ImpactMapper.convertToDeprecatedSeverity. Useorg.sonar.api.server.rule.internal.ImpactMapper.convertToRuleSeverityinstead.10.13
- Deprecate
org.sonar.api.resources.Qualifiersandorg.sonar.api.resources.Scopes- Add a specialized
ConfigScopeenum onorg.sonar.api.config.PropertyDefinition, and provide replacements for allonQualifiersmethods accordingly- Change the name of
high_impact_accepted_issuestoBlocker and High Severity Accepted Issues- Deprecate metrics
org.sonar.api.measures.CoreMetrics.RELIABILITY_ISSUES,org.sonar.api.measures.CoreMetrics.MAINTAINABILITY_ISSUES,org.sonar.api.measures.CoreMetrics.SECURITY_ISSUES,org.sonar.api.measures.CoreMetrics.NEW_RELIABILITY_ISSUES,org.sonar.api.measures.CoreMetrics.NEW_MAINTAINABILITY_ISSUESandorg.sonar.api.measures.CoreMetrics.NEW_SECURITY_ISSUES10.11
... (truncated)
Commits
a4fb963PLUGINAPI-145 Adapt plugin-api to support hidden files analysis (#232)dee6a72BUILD-8073 Migrate public repositories workflows to large runners (#235)6ddc8e4PLUGINAPI-134 Remove deprecated Issue Workflow transitions and statuses (#233)5244845Update version to 11.51f517b3PLUGINAPI-142 Modify the Plugin API to support OWASP Mobile Top 10 2024 issues44df6a8Add Plugin API Version for SQ CB 25.2, 25.3e108575PLUGINAPI-139 Add the Plugin API version for SQS 2025.2 LTAf1b041dPLUGINAPI-136 Deprecate org.sonar.api.issues.DefaultTransitionsb6e4d36PLUGINAPI-130 Remove ProfileExporter and ProfileImporterfe2ad30PLUGINAPI-135 Deprecate org.sonar.api.web.UserRole- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)