lucidworks / spark-solr

Tools for reading data from Solr as a Spark RDD and indexing objects from Spark into Solr using SolrJ.
Apache License 2.0
445 stars 250 forks source link

scala 2.12 support #268

Open michelelaporta opened 5 years ago

michelelaporta commented 5 years ago

Hi All, is there any plan to support scala 2.12?

Thanks

mantovani commented 4 years ago

IMHO migrate from maven to sbt (using https://www.scala-sbt.org/1.x/docs/Cross-Build.html) is the easiest way to support different versions of Scala. I can do the migration if the maintainers are willing to change to sbt.

kiranchitturi commented 4 years ago

sbt seems to be the way to go to support multiple scala versions. We plan to move to Scala 2.12 along with Spark 3 upgrade

AceHack commented 4 years ago

Please support scala 2.12 and 2.11 side by side like every other scala project

eswara-prasad-tm commented 3 years ago

sbt seems to be the way to go to support multiple scala versions. We plan to move to Scala 2.12 along with Spark 3 upgrade

any update please