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

Replace deprecated JavaConversions with JavaConverters #85

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

iilyak
Copy link
Contributor

@iilyak iilyak commented Dec 8, 2023

The JavaConversions are deprecated in 2.12.0 (in favor of JavaConverters) and removed in 2.13.x.

The JavaConverters still is a temporary solution because it is also deprecated since 2.13.0 (in favor of scala.jdk.CollectionConverters ).

However we cannot go directly to scala.jdk.CollectionConverters because it is not available in 2.9.1.

Copy link
Contributor

@pgj pgj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent!

@iilyak iilyak merged commit 3baa2d9 into master Dec 11, 2023
1 check passed
@iilyak iilyak deleted the remove-JavaConversions branch December 11, 2023 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants