testcontainers / testcontainers-scala

Docker containers for testing in scala
MIT License
627 stars 126 forks source link

fix deprecation warning for PostgreSQLContainer #275

Closed greshny closed 6 months ago

greshny commented 6 months ago

fixes:

[info] compiling 1 Scala source to /Users/roman/git/github.com/testcontainers-scala/modules/postgres/target/scala-3.1.2/classes ...
[warn] -- Deprecation Warning: /Users/roman/git/github.com/testcontainers-scala/modules/postgres/src/main/scala/com/dimafeng/testcontainers/PostgreSQLContainer.scala:21:12 
[warn] 21 |        new JavaPostgreSQLContainer()
[warn]    |            ^^^^^^^^^^^^^^^^^^^^^^^
[warn]    |constructor PostgreSQLContainer in class PostgreSQLContainer is deprecated since : see corresponding Javadoc for more information.
[warn] one warning found