Skip to content

[#7219] docs: add missing deprecated javadoc tag#7315

Merged
justinmclean merged 7 commits intoapache:mainfrom
yunchipang:add-missing-deprecated-javadoc-tag
May 31, 2025
Merged

[#7219] docs: add missing deprecated javadoc tag#7315
justinmclean merged 7 commits intoapache:mainfrom
yunchipang:add-missing-deprecated-javadoc-tag

Conversation

@yunchipang
Copy link
Contributor

What changes were proposed in this pull request?

Add missing @deprecated javadoc tags.

Why are the changes needed?

Fix: #7219

Does this PR introduce any user-facing change?

(Please list the user-facing changes introduced by your change, including

  1. Change in user-facing APIs.
  2. Addition or removal of property keys.)

How was this patch tested?

(Please test your changes, and provide instructions on how to test it:

  1. If you add a feature or fix a bug, add a test to cover your changes.
  2. If you fix a flaky test, repeat it for many times to prove it works.)

@yunchipang yunchipang marked this pull request as ready for review May 30, 2025 21:01
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/** @deprecated */
Copy link
Contributor Author

Choose a reason for hiding this comment

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

traced to #3540 but could not find a replacement of this integration test. please advice! thanks.

Copy link
Member

@justinmclean justinmclean May 31, 2025

Choose a reason for hiding this comment

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

I would just skip this one as it's a disabled test

Copy link
Member

@justinmclean justinmclean left a comment

Choose a reason for hiding this comment

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

Thanks for adding this

@justinmclean justinmclean merged commit 496ca1d into apache:main May 31, 2025
30 checks passed
vishnu-chalil pushed a commit to vishnu-chalil/gravitino that referenced this pull request Jul 14, 2025
### What changes were proposed in this pull request?

Add missing `@deprecated` javadoc tags.

### Why are the changes needed?

Fix: apache#7219

### Does this PR introduce _any_ user-facing change?

(Please list the user-facing changes introduced by your change,
including
  1. Change in user-facing APIs.
  2. Addition or removal of property keys.)

### How was this patch tested?

(Please test your changes, and provide instructions on how to test it:
1. If you add a feature or fix a bug, add a test to cover your changes.
2. If you fix a flaky test, repeat it for many times to prove it works.)
hdygxsj pushed a commit to hdygxsj/gravitino that referenced this pull request Jul 15, 2025
### What changes were proposed in this pull request?

Add missing `@deprecated` javadoc tags.

### Why are the changes needed?

Fix: apache#7219

### Does this PR introduce _any_ user-facing change?

(Please list the user-facing changes introduced by your change,
including
  1. Change in user-facing APIs.
  2. Addition or removal of property keys.)

### How was this patch tested?

(Please test your changes, and provide instructions on how to test it:
1. If you add a feature or fix a bug, add a test to cover your changes.
2. If you fix a flaky test, repeat it for many times to prove it works.)
@yunchipang yunchipang deleted the add-missing-deprecated-javadoc-tag branch July 15, 2025 02:17
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.

[Improvement] Miising @deprecated Javadoc tags

2 participants