Skip to content

Bump sonar.plugin.api.version from 11.2.0.2797 to 11.3.0.2824#249

Merged
n1ckl0sk0rtge merged 1 commit into
mainfrom
dependabot/maven/main/sonar.plugin.api.version-11.3.0.2824
Mar 14, 2025
Merged

Bump sonar.plugin.api.version from 11.2.0.2797 to 11.3.0.2824#249
n1ckl0sk0rtge merged 1 commit into
mainfrom
dependabot/maven/main/sonar.plugin.api.version-11.3.0.2824

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 13, 2025

Copy link
Copy Markdown
Contributor

Bumps sonar.plugin.api.version from 11.2.0.2797 to 11.3.0.2824.
Updates org.sonarsource.api.plugin:sonar-plugin-api from 11.2.0.2797 to 11.3.0.2824

Release notes

Sourced from org.sonarsource.api.plugin:sonar-plugin-api's releases.

11.3.0.2824

What's Changed

  • PLUGINAPI-117 Introduce analysis data storage to API.
Changelog

Sourced from org.sonarsource.api.plugin:sonar-plugin-api's changelog.

Changelog

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 status values TO_REVIEW, REVIEWED and related usages
  • Remove deprecation on resolution values FIXED, SAFE, ACKNOWLEDGED and related usages
  • Indicate that status and resolution are not deprecated for hotspots

11.0

  • Remove usage of javax-servlet-api:
    • Remove org.sonar.api.web.ServletFilter
    • Remove javax.servlet.http.HttpServletRequest
    • Remove javax.servlet.http.HttpServletResponse

10.14

  • Remove deprecation on org.sonar.api.rules.RuleType, org.sonar.api.batch.rule.Severity, org.sonar.api.rule.Severity and related usages.
  • Remove deprecation on org.sonar.api.server.rule.internal.ImpactMapper and org.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. Use org.sonar.api.server.rule.internal.ImpactMapper.convertToRuleSeverity instead.

10.13

  • Deprecate org.sonar.api.resources.Qualifiers and org.sonar.api.resources.Scopes
  • Add a specialized ConfigScope enum on org.sonar.api.config.PropertyDefinition, and provide replacements for all onQualifiers methods accordingly
  • Change the name of high_impact_accepted_issues to Blocker 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_ISSUES and org.sonar.api.measures.CoreMetrics.NEW_SECURITY_ISSUES

10.11

  • Introduce new impact severities org.sonar.api.issue.impact.Severity.INFO and org.sonar.api.issue.impact.Severity.BLOCKER

10.10

  • Introduce org.sonar.api.server.rule.RulesDefinition.addStig to support STIG security standards

10.8

  • Fixed an issue where WebService which was not meant to return any response still showed the warning in the logs when response example was not set.
  • Introduce 'org.sonar.api.server.ws.WebService.NewAction.setContentType' for optionally setting a response type of Action.
  • Replace internal library commons-lang:commons-lang by org.apache.commons:commons-lang3.
  • Do not throw an exception when a rule parameter is not known in org.sonar.api.batch.rule.Checks

10.7

  • Change domain of metrics org.sonar.api.measures.CoreMetrics.SECURITY_ISSUES, org.sonar.api.measures.CoreMetrics.MAINTAINABILITY_ISSUES, org.sonar.api.measures.CoreMetrics.RELIABILITY_ISSUES, org.sonar.api.measures.CoreMetrics.NEW_SECURITY_ISSUES, org.sonar.api.measures.CoreMetrics.NEW_MAINTAINABILITY_ISSUES and org.sonar.api.measures.CoreMetrics.NEW_RELIABILITY_ISSUES to SECURITY, MAINTAINABILITY and RELIABILITY domains instead of ISSUES domain.
  • Add new metrics org.sonar.api.measures.CoreMetrics.NEW_SECURITY_ISSUES, org.sonar.api.measures.CoreMetrics.NEW_MAINTAINABILITY_ISSUES and org.sonar.api.measures.CoreMetrics.NEW_RELIABILITY_ISSUES.
  • Deprecate 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. Use org.sonar.api.measures.CoreMetrics.SECURITY_ISSUES, org.sonar.api.measures.CoreMetrics.MAINTAINABILITY_ISSUES and org.sonar.api.measures.CoreMetrics.RELIABILITY_ISSUES instead.

... (truncated)

Commits
  • 42a225b Fix javadoc unescaped chevrons.
  • d8a24e9 PLUGINAPI-124 Autoclose issues created by Jira integration (#218)
  • 8b61d7e PLUGINAPI-117 Introduce analysis data storage to API.
  • 0d0c4e2 PLUGINAPI-123 Prepare next iteration
  • See full diff in compare view

Updates org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures from 11.2.0.2797 to 11.3.0.2824

Release notes

Sourced from org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures's releases.

11.3.0.2824

What's Changed

  • PLUGINAPI-117 Introduce analysis data storage to API.
Changelog

Sourced from org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures's changelog.

Changelog

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 status values TO_REVIEW, REVIEWED and related usages
  • Remove deprecation on resolution values FIXED, SAFE, ACKNOWLEDGED and related usages
  • Indicate that status and resolution are not deprecated for hotspots

11.0

  • Remove usage of javax-servlet-api:
    • Remove org.sonar.api.web.ServletFilter
    • Remove javax.servlet.http.HttpServletRequest
    • Remove javax.servlet.http.HttpServletResponse

10.14

  • Remove deprecation on org.sonar.api.rules.RuleType, org.sonar.api.batch.rule.Severity, org.sonar.api.rule.Severity and related usages.
  • Remove deprecation on org.sonar.api.server.rule.internal.ImpactMapper and org.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. Use org.sonar.api.server.rule.internal.ImpactMapper.convertToRuleSeverity instead.

10.13

  • Deprecate org.sonar.api.resources.Qualifiers and org.sonar.api.resources.Scopes
  • Add a specialized ConfigScope enum on org.sonar.api.config.PropertyDefinition, and provide replacements for all onQualifiers methods accordingly
  • Change the name of high_impact_accepted_issues to Blocker 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_ISSUES and org.sonar.api.measures.CoreMetrics.NEW_SECURITY_ISSUES

10.11

  • Introduce new impact severities org.sonar.api.issue.impact.Severity.INFO and org.sonar.api.issue.impact.Severity.BLOCKER

10.10

  • Introduce org.sonar.api.server.rule.RulesDefinition.addStig to support STIG security standards

10.8

  • Fixed an issue where WebService which was not meant to return any response still showed the warning in the logs when response example was not set.
  • Introduce 'org.sonar.api.server.ws.WebService.NewAction.setContentType' for optionally setting a response type of Action.
  • Replace internal library commons-lang:commons-lang by org.apache.commons:commons-lang3.
  • Do not throw an exception when a rule parameter is not known in org.sonar.api.batch.rule.Checks

10.7

  • Change domain of metrics org.sonar.api.measures.CoreMetrics.SECURITY_ISSUES, org.sonar.api.measures.CoreMetrics.MAINTAINABILITY_ISSUES, org.sonar.api.measures.CoreMetrics.RELIABILITY_ISSUES, org.sonar.api.measures.CoreMetrics.NEW_SECURITY_ISSUES, org.sonar.api.measures.CoreMetrics.NEW_MAINTAINABILITY_ISSUES and org.sonar.api.measures.CoreMetrics.NEW_RELIABILITY_ISSUES to SECURITY, MAINTAINABILITY and RELIABILITY domains instead of ISSUES domain.
  • Add new metrics org.sonar.api.measures.CoreMetrics.NEW_SECURITY_ISSUES, org.sonar.api.measures.CoreMetrics.NEW_MAINTAINABILITY_ISSUES and org.sonar.api.measures.CoreMetrics.NEW_RELIABILITY_ISSUES.
  • Deprecate 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. Use org.sonar.api.measures.CoreMetrics.SECURITY_ISSUES, org.sonar.api.measures.CoreMetrics.MAINTAINABILITY_ISSUES and org.sonar.api.measures.CoreMetrics.RELIABILITY_ISSUES instead.

... (truncated)

Commits
  • 42a225b Fix javadoc unescaped chevrons.
  • d8a24e9 PLUGINAPI-124 Autoclose issues created by Jira integration (#218)
  • 8b61d7e PLUGINAPI-117 Introduce analysis data storage to API.
  • 0d0c4e2 PLUGINAPI-123 Prepare next iteration
  • See full diff 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `sonar.plugin.api.version` from 11.2.0.2797 to 11.3.0.2824.

Updates `org.sonarsource.api.plugin:sonar-plugin-api` from 11.2.0.2797 to 11.3.0.2824
- [Release notes](https://github.com/SonarSource/sonar-plugin-api/releases)
- [Changelog](https://github.com/SonarSource/sonar-plugin-api/blob/master/CHANGELOG.md)
- [Commits](SonarSource/sonar-plugin-api@11.2.0.2797...11.3.0.2824)

Updates `org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures` from 11.2.0.2797 to 11.3.0.2824
- [Release notes](https://github.com/SonarSource/sonar-plugin-api/releases)
- [Changelog](https://github.com/SonarSource/sonar-plugin-api/blob/master/CHANGELOG.md)
- [Commits](SonarSource/sonar-plugin-api@11.2.0.2797...11.3.0.2824)

---
updated-dependencies:
- dependency-name: org.sonarsource.api.plugin:sonar-plugin-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 13, 2025
@dependabot dependabot Bot requested a review from n1ckl0sk0rtge as a code owner March 13, 2025 05:45
@n1ckl0sk0rtge n1ckl0sk0rtge merged commit 80b73f0 into main Mar 14, 2025
@n1ckl0sk0rtge n1ckl0sk0rtge deleted the dependabot/maven/main/sonar.plugin.api.version-11.3.0.2824 branch March 14, 2025 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant