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

chore: Fix deprecation warnings (in build and IDE) #501

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

dimas-b
Copy link
Contributor

@dimas-b dimas-b commented Nov 29, 2024

  • Add @Deprecated to PolarisMetricRegistry to fix warning: [dep-ann] deprecated item is not annotated with @Deprecated

  • Suppress warnings on usage of those deprecated fields in test classes via @SuppressWarnings

* Add `@Deprecated` to `PolarisMetricRegistry` to fix `warning: [dep-ann] deprecated item is not annotated with @Deprecated`

* Suppress warnings on usage of those deprecated fields in test classes via `@SuppressWarnings`
Copy link
Member

@snazy snazy left a comment

Choose a reason for hiding this comment

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

Thanks! These deprecation warnings were annoying me as well.

@snazy snazy enabled auto-merge (squash) November 29, 2024 17:01
@snazy snazy merged commit a88f24b into apache:main Nov 29, 2024
5 checks passed
@dimas-b dimas-b deleted the add-deprecated branch November 29, 2024 17:38
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.

2 participants