You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is complicated by the org.testcontainers.containers package being split across multiple modules in some cases. For example, the jdbc module provides JdbcDatabaseContainer in the general org.testcontainers.containers package while the activemq module provides ActiveMQContainer in the org.testcontainers.activemq package.
The text was updated successfully, but these errors were encountered:
wilkinsona
changed the title
Links to Testcontainers javadoc for classes not in the core testcontainers module do not work
Links to Testcontainers javadoc for many classes not in the core testcontainers module do not work
Jun 6, 2025
Uh oh!
There was an error while loading. Please reload this page.
This is complicated by the
org.testcontainers.containers
package being split across multiple modules in some cases. For example, thejdbc
module providesJdbcDatabaseContainer
in the generalorg.testcontainers.containers
package while theactivemq
module providesActiveMQContainer
in theorg.testcontainers.activemq
package.The text was updated successfully, but these errors were encountered: