You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the usage of Java 17 as baseline we want to switch to Java 8 streams directly to avoid the indirection through CloseableIterator. We also need to document that the stream needs to be closed (e.g. to be used with try-with-resources).
The text was updated successfully, but these errors were encountered:
With the usage of Java 17 as baseline we want to switch to Java 8 streams directly to avoid the indirection through
CloseableIterator
. We also need to document that the stream needs to be closed (e.g. to be used with try-with-resources).The text was updated successfully, but these errors were encountered: