Skip to content

Commit 5552492

Browse files
committed
Move scio-core contents to a scala-2 only module
This was done to avoid hacks in build.sbt, and to keep the scio-avro dependency for Scala 2 scio-test, while removing it for Scala 3. scio-avro was not yet migrated to SCala 3, as it has some macro dependencies, that are still waiting for the macro static annotation support.
1 parent 63cc985 commit 5552492

20 files changed

+0
-0
lines changed

scio-avro/src/main/scala/com/spotify/scio/avro/AvroIO.scala renamed to scio-avro/src/main/scala-2/com/spotify/scio/avro/AvroIO.scala

File renamed without changes.

scio-avro/src/main/scala/com/spotify/scio/avro/AvroSysProps.scala renamed to scio-avro/src/main/scala-2/com/spotify/scio/avro/AvroSysProps.scala

File renamed without changes.

scio-avro/src/main/scala/com/spotify/scio/avro/package.scala renamed to scio-avro/src/main/scala-2/com/spotify/scio/avro/package.scala

File renamed without changes.

scio-avro/src/main/scala/com/spotify/scio/avro/syntax/SCollectionSyntax.scala renamed to scio-avro/src/main/scala-2/com/spotify/scio/avro/syntax/SCollectionSyntax.scala

File renamed without changes.

scio-avro/src/main/scala/com/spotify/scio/avro/syntax/ScioContextSyntax.scala renamed to scio-avro/src/main/scala-2/com/spotify/scio/avro/syntax/ScioContextSyntax.scala

File renamed without changes.

scio-avro/src/main/scala/com/spotify/scio/avro/syntax/Syntax.scala renamed to scio-avro/src/main/scala-2/com/spotify/scio/avro/syntax/Syntax.scala

File renamed without changes.

scio-avro/src/main/scala/com/spotify/scio/avro/taps.scala renamed to scio-avro/src/main/scala-2/com/spotify/scio/avro/taps.scala

File renamed without changes.

scio-avro/src/main/scala/com/spotify/scio/avro/types/AvroType.scala renamed to scio-avro/src/main/scala-2/com/spotify/scio/avro/types/AvroType.scala

File renamed without changes.

scio-avro/src/main/scala/com/spotify/scio/avro/types/ConverterProvider.scala renamed to scio-avro/src/main/scala-2/com/spotify/scio/avro/types/ConverterProvider.scala

File renamed without changes.

scio-avro/src/main/scala/com/spotify/scio/avro/types/MacroUtil.scala renamed to scio-avro/src/main/scala-2/com/spotify/scio/avro/types/MacroUtil.scala

File renamed without changes.

0 commit comments

Comments
 (0)