Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace deprecated RulesDefinitionXmlLoader #2461

Merged
merged 1 commit into from
Dec 29, 2022

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented Dec 29, 2022

API Changes / Release 9.0

  • Deprecated: org.sonar.api.server.rule.RulesDefinitionXmlLoader is deprecated. Use the sonar-check-api to annotate rule classes instead of loading the metadata from XML files.
  • use own RulesDefinitionXmlLoader to continue with XML format

This change is Reviewable

@guwirth guwirth added this to the 2.1.0 milestone Dec 29, 2022
@guwirth guwirth self-assigned this Dec 29, 2022
[API Changes / Release 9.0](https://docs.sonarqube.org/latest/extension-guide/developing-a-plugin/plugin-basics/#api-changes)
* Deprecated: `org.sonar.api.server.rule.RulesDefinitionXmlLoader` is deprecated. Use the sonar-check-api to annotate rule classes instead of loading the metadata from XML files.
* use own `RulesDefinitionXmlLoader` to continue with XML format
@guwirth guwirth merged commit 8149cac into SonarOpenCommunity:master Dec 29, 2022
@guwirth guwirth deleted the RulesDefinitionXmlLoader branch February 8, 2023 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant