Skip to content

Commit 1875e25

Browse files
committed
update deprecation message for GenCodecCollection with migration recommendation
1 parent bd3dae1 commit 1875e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongo/jvm/src/main/scala/com/avsystem/commons/mongo/scala/GenCodecCollection.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.avsystem.commons.mongo.core.GenCodecRegistry
55
import com.avsystem.commons.serialization.GenCodec
66
import org.mongodb.scala.{MongoCollection, MongoDatabase}
77

8-
@deprecated("Dependency on org.mongodb.scala will be removed", "2.27.0")
8+
@deprecated("Support for the MongoDB Scala Driver will be removed.\nWe recommend switching to the Java Reactive Streams driver, which we will continue supporting", "2.27.0")
99
object GenCodecCollection {
1010

1111
def create[T: ClassTag: GenCodec](

0 commit comments

Comments
 (0)