Skip to content

Conversation

gnodet
Copy link
Contributor

@gnodet gnodet commented Apr 4, 2025

JIRA issue: MNG-8674

@gnodet gnodet added this to the 4.0.0-rc-4 milestone Apr 4, 2025
Copy link
Contributor

@elharo elharo left a comment

Choose a reason for hiding this comment

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

This one confuses me.

<version>4.0.0+</version>
<code>
<![CDATA[
@Deprecated
Copy link
Contributor

Choose a reason for hiding this comment

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

So these are new methods being added in a deprecated state? That's unusual.

There should be a Javadoc comment about them of some kind, perhaps just indicating that they should not be used at all.

And if they're deprecated because they're only for internal use, that's not really what deprecated is typically used for.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've added a bit of javadoc.
Those methods are not new, they are not explicitly added, because the switch above from <version>4.0.0+</version> to <version>4.0.0</version> effectively does not generate them anymore. So I added them for backward compatibility as no-op.

@gnodet gnodet requested a review from elharo April 22, 2025 14:50
@gnodet gnodet merged commit 5d28926 into apache:master Apr 30, 2025
13 checks passed
@jira-importer
Copy link

Resolve #9634

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants