cloudant-labs / clouseau

Expose Lucene features as an erlang-like node
Apache License 2.0
58 stars 32 forks source link

Replace deprecated JavaConversions with JavaConverters #85

Closed iilyak closed 9 months ago

iilyak commented 9 months ago

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.