palantir / docker-compose-rule

A JUnit rule to manage docker containers using docker-compose
Apache License 2.0
425 stars 90 forks source link

Which repository now that bintray has shut down? #702

Open Matt-Esch opened 2 years ago

Matt-Esch commented 2 years ago

What happened?

I installed a dependency with maven that recursively depends on this module. I get an error when installing:

Could not resolve dependencies for project com.ably.kafka.connect:kafka-connect-ably:jar:1.0-SNAPSHOT: Failed to collect dependencies at com.github.jcustenborder:docker-compose-junit-extension:jar:0.0.1.1 -> com.palantir.docker.compose:docker-compose-rule-core:jar:0.34.0: Failed to read artifact descriptor for com.palantir.docker.compose:docker-compose-rule-core:jar:0.34.0: Could not transfer artifact com.palantir.docker.compose:docker-compose-rule-core:pom:0.34.0 from/to palantir (https://dl.bintray.com/palantir/releases/): Remote host terminated the handshake: SSL peer shut down incorrectly ->

This is because bintray no longer exists. The documentation still refers to bintray and I didn't see any open issues related to bintray. How do I resolve this issue?

What did you want to happen?

Installing this package with maven should work, pointing at the correct new repository.