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

Switch from Plexus to JSR330 annotations #239

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Switch from Plexus to JSR330 annotations #239

merged 1 commit into from
Jul 26, 2024

Conversation

cziegeler
Copy link
Contributor

This closes #206

Description

Switch to the official JSR 330 annotations

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@cziegeler cziegeler merged commit 46934b2 into main Jul 26, 2024
3 checks passed
@cziegeler cziegeler deleted the issue-206 branch July 26, 2024 07:11
@@ -47,7 +47,7 @@ governing permissions and limitations under the License.
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<version>2.1.1</version>
<version>2.2.0</version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should get rid of all plexus components dependencies

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is still the components.xml

cziegeler added a commit that referenced this pull request Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch from Plexus to JSR330 annotations
2 participants