Skip to content

Commit

Permalink
Remove dire deprecation warning from slick package
Browse files Browse the repository at this point in the history
This package will undergo soft deprecation by being moved to contrib project
  • Loading branch information
echeipesh committed May 10, 2018
1 parent dbba171 commit f27230a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Expand Up @@ -47,7 +47,6 @@ import scala.reflect.ClassTag
*
* based on [[package com.github.tminglei.slickpg.PgPostGISSupport]]
*/
@deprecated("We no longer recommend the use of Slick for scala JDBC access: try Doobie instead", "2.0.0")
trait PostGisProjectionSupport extends PgPostGISExtensions { driver: PostgresDriver =>
import PostGisProjectionSupportUtils._
import driver.api._
Expand Down Expand Up @@ -101,7 +100,6 @@ trait PostGISProjectionImplicits {
}
}

@deprecated("We no longer recommend the use of Slick for scala JDBC access: try Doobie instead", "2.0.0")
object PostGisProjectionSupportUtils {
lazy val WITH_SRID = """^SRID=([\d]+);(.*)""".r

Expand Down
1 change: 0 additions & 1 deletion slick/src/main/scala/geotrellis/slick/PostGisSupport.scala
Expand Up @@ -46,7 +46,6 @@ import java.sql.{PreparedStatement, ResultSet}
*
* based on [[package com.github.tminglei.slickpg.PgPostGISSupport]]
*/
@deprecated("We no longer recommend the use of Slick for scala JDBC access: try Doobie instead", "2.0.0")
trait PostGisSupport extends PgPostGISExtensions { driver: PostgresDriver =>
import PostGisSupportUtils._
import driver.api._
Expand Down

0 comments on commit f27230a

Please sign in to comment.