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

feat: Add Apache Cassandra module #1367

Merged
merged 10 commits into from
Feb 17, 2025

Conversation

gavindekock
Copy link
Contributor

  • Added support for Cassandra 5.0.3 TestConainer

What does this PR do?

This PR adds an Apache Cassandra test container for .NET. The implementation follows a similar approach to the Apache Cassandra test container for Java.

Why is it important?

.NET also has excellent mature and stable support for connecting to Cassandra. Therefore, this addition enables developers who use Cassandra with .NET to write end-to-end acceptance and integration tests using the familiar Testcontainers paradigm, just as their Java counterparts do.

Related issues

* Added support for Cassandra 5.0.3 TestConainer
Copy link

netlify bot commented Feb 8, 2025

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 7aa69f9
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/67b3619b328159000806e289
😎 Deploy Preview https://deploy-preview-1367--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@gavindekock gavindekock changed the title Adding support for cassandra 5.0 (#1) Feat: Add Apache Cassandra 5.0.3 (#1) Feb 8, 2025
@gavindekock gavindekock changed the title Feat: Add Apache Cassandra 5.0.3 (#1) Feat: Add Apache Cassandra 5.0.3 Feb 8, 2025
@gavindekock gavindekock changed the title Feat: Add Apache Cassandra 5.0.3 Feat: Add Apache Cassandra Feb 8, 2025
Copy link
Collaborator

@HofmeisterAn HofmeisterAn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! I made a few minor changes to align with the repository standards, such as file-scoped namespaces, indentation, etc. Overall, the PR looks good. I have one question before merging it.

Copy link
Collaborator

@HofmeisterAn HofmeisterAn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🙏.

@HofmeisterAn HofmeisterAn added enhancement New feature or request module An official Testcontainers module labels Feb 17, 2025
@HofmeisterAn HofmeisterAn changed the title Feat: Add Apache Cassandra feat: Add Apache Cassandra module Feb 17, 2025
@HofmeisterAn HofmeisterAn merged commit 136a966 into testcontainers:develop Feb 17, 2025
66 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module An official Testcontainers module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement]: Add support for Apache Cassandra
3 participants