microcks / microcks-testcontainers-java

Java lib for Testcontainers that enables embedding Microcks into your JUnit tests with lightweight, throwaway instance thanks to containers.
https://microcks.io
Apache License 2.0
18 stars 3 forks source link

Allow importing remote artifacts after container startup #43

Closed lbroudoux closed 3 months ago

lbroudoux commented 3 months ago

Reason/Context

Thanks to #42 we now allow importing remote artifacts but only during container startups. For certain use cases (like using the library from microcks-quarkus, me must allow to import remote artifacts after the container has been started up.

Description

Create new API methods like downloadAsMainRemoteArtifact() or downloadAsSecondaryRemoteArtifact() to allow this.

Implementation ideas

No response