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

Fix Javadoc @since tag for ChannelRegistration.executor() #32524

Closed
wants to merge 1 commit into from

Conversation

izeye
Copy link
Contributor

@izeye izeye commented Mar 23, 2024

The signature for the ChannelRegistration.executor() has been changed in f526b23, but its Javadoc @since tag update seems to have been missed.

See gh-32129

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Mar 23, 2024
@sbrannen sbrannen added the in: messaging Issues in messaging modules (jms, messaging) label Mar 23, 2024
@sbrannen
Copy link
Member

The signature for the ChannelRegistration.executor() has been changed in f526b23, but its Javadoc @since tag update seems to have been missed.

Although that's true, it was actually introduced in 6.1.4 with the wrong parameter type.

So, perhaps #32129 should have been backported to 6.1.x as a bug fix?

Let's see what the rest of the team thinks.

@sbrannen sbrannen changed the title Fix Javadoc since to ChannelRegistration.executor() Fix Javadoc @since tag for ChannelRegistration.executor() Mar 23, 2024
@snicoll
Copy link
Member

snicoll commented Mar 24, 2024

That's not accurate. It was introduced this way on purpose to facilitate the migration from 6.1.x to 6.2.x, that is with the executor term but taking a TaskExecutor in 6.1.x.

@snicoll snicoll added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Mar 24, 2024
@snicoll snicoll added this to the 6.2.0-M1 milestone Mar 24, 2024
@snicoll snicoll self-assigned this Mar 24, 2024
snicoll pushed a commit that referenced this pull request Mar 24, 2024
@snicoll snicoll closed this in aa9f0b3 Mar 24, 2024
@izeye izeye deleted the gh-32129 branch March 24, 2024 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: messaging Issues in messaging modules (jms, messaging) type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants