Merge branch '3.2.x'

This commit is contained in:
Moritz Halbritter
2024-02-12 10:19:46 +01:00
50 changed files with 68 additions and 8 deletions

View File

@@ -50,6 +50,7 @@ class TestcontainersLifecycleBeanFactoryPostProcessor implements BeanFactoryPost
}
}
catch (NoSuchBeanDefinitionException ex) {
// Ignore
}
}
}

View File

@@ -93,6 +93,7 @@ public abstract class ContainerConnectionDetailsFactory<C extends Container<?>,
}
}
catch (NoClassDefFoundError ex) {
// Ignore
}
return null;
}