testcontainers-java icon indicating copy to clipboard operation
testcontainers-java copied to clipboard

Update ServiceBusEmulatorContainer (remove deprecation), fix CosmosDB startup

Open bramvonk opened this issue 1 month ago • 3 comments

This is a breaking change, but only in the INCUBATING Azure module. No neat way to do this without any pain.

Users of this module will need to:

change their imports from: import org.testcontainers.containers.MSSQLServerContainer; to: import org.testcontainers.mssqlserver.MSSQLServerContainer;

and:

remove the <?> from the MSSQLServerContainer variable.

bramvonk avatar Nov 14 '25 12:11 bramvonk