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

Deprecate ConditionOutcome.inverse() #43739

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

quaff
Copy link
Contributor

@quaff quaff commented Jan 9, 2025

  1. It's not used anywhere.
  2. The condition message is not applicable for reusing if match is reversed in practice.
  3. The method is not doing much, we should call the constructor directly since it is public.
  4. It's better to define it as instance method if it indeed required.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 9, 2025
1. It's not used anywhere.
2. The condition message is not applicable for reusing if match is reversed in practice.
3. The method is not doing much, we should call the constructor directly since it is public.
4. It's better to define it as instance method if it indeed required.

Signed-off-by: Yanming Zhou <[email protected]>
@philwebb philwebb added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 9, 2025
@philwebb philwebb added this to the 3.5.x milestone Jan 9, 2025
@philwebb philwebb self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants