What is the replacement for deprecated Iterations.asList methods in 4.1 #4106
Unanswered
aschwarte10
asked this question in
Q&A
Replies: 2 comments 6 replies
-
There should be new matching methods that take |
Beta Was this translation helpful? Give feedback.
6 replies
-
Posting as a separate answer for visibility: the intended replacement for the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In 4.1. the utility methods from the
Iterations
class (e.g.Iterations.asSet
orIterations.asList
) have been marked as deprecated and schedule for removal.We have heavily used these utility methods (specifically in our unit tests).
What would be the preferred replacement for now? And would it be an option to document these in the release notes more clearly (for me I guess an example in the javadoc would help)
Any quick feedback appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions