Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.7.5 #79

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Release 0.7.5 #79

wants to merge 4 commits into from

Commits on Apr 14, 2024

  1. Refactoring to use new namespaces

    This matches the default testcontainers naming patterns and gets rid of
    the hyphen
    javahippie committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    3809bbb View commit details
    Browse the repository at this point in the history
  2. Added :reuse flag (#72)

    Included a new flag for the container reuse feature
    javahippie committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    0e2d483 View commit details
    Browse the repository at this point in the history
  3. Added env variable for reusable containers (#72)

    The flag is needed for reusable containes to work
    javahippie committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    7d2ff63 View commit details
    Browse the repository at this point in the history
  4. Set proper group ID for Maven

    This will make it possible to publish the artifact under the existing
    Testcontainers Maven group
    javahippie committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    b2610ee View commit details
    Browse the repository at this point in the history