Skip to content

Conversation

@jodastephen
Copy link
Contributor

@jodastephen jodastephen commented Nov 30, 2025

This extends the fallback String to Object converter algorithm to exclude deprecated methods. This occurs after the existing algorithm finished. As such, any code that works today will continue to work. It is possible that this PR will make some code that fails today start to work, but that seems to be an acceptable outcome.

Release notes will need adding.

Fixes #4996


I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

Extends the algorithm to exclude deprecated methods.
This extension occurs after the existing logic completes.
Fixes junit-team#4996
@sbrannen sbrannen changed the title Extend fallback String-Object converter Exclude competing @Deprecated factory methods in fallback String-to-Object converter Dec 1, 2025
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.

Implicit conversion should avoid @Deprecated methods

1 participant