New blog just dropped!
https://dev.to/manomano-tech-team/wiremock-testcontainers-algolia-go--3hn7
We fixed the bug in our #docker #dotnet client, updated the dependency in #testcontainers, and shipped a new version 😎: https://github.com/testcontainers/testcontainers-dotnet/releases/tag/4.6.0.
Docker Desktop 4.42: Native IPv6, Built-In MCP, and Better Model Packaging
#Docker #Products #AIML #DockerCompose #DockerDesktop #DockerDesktoprelease #MCP #Testcontainers
https://www.docker.com/blog/docker-desktop-4-42-native-ipv6-built-in-mcp-and-better-model-packaging/
A new #testcontainers for #dotnet version is available! This release includes a couple of new modules, a dedicated wait strategy for ADO.NET compatible containers, and plenty of other improvements under the hood: https://github.com/testcontainers/testcontainers-dotnet/releases/tag/4.5.0. A huge shoutout to all contributors, thank you 🙌.
Also happy to share that all tests have now been fully migrated to xUnit.net v3. Thanks to @xunit for all your work over the years.
Thanks to JetBrains for providing another year of your open source license. You've been a faithful companion since the beginning of my #testcontainers journey. Thanks, folks 🙇.
What if we could easily spin up containers for services that our tests depend on?
Read more here:
https://www.devleader.ca/2024/03/27/c-testcontainers-for-mongodb-how-to-easily-run-local-databases/
Just published: "Combine Testcontainers and Spring Boot with Multiple Containers" 🐳 + 🍃
If you're using Spring Boot and need to test against multiple external systems like databases and message brokers, this guide walks through three practical approaches with full code examples.
and leverage fixtures for effective testing.
Let’s enhance our testing practices together! #Dapr #Testcontainers #Pytest #IntegrationTesting
For more information check: https://devblogs.microsoft.com/ise/external-data-handling-learnings/.
Updated xUnit.net to version 3 in #testcontainers for #dotnet. The update went pretty smoothly. Big thanks to @TheConstructor for all the work, and shoutout to @xunit for maintaining the test framework over the past years. Really appreciate the efforts 🙇. Checkout our xUnit.net module too: https://dotnet.testcontainers.org/test_frameworks/xunit_net/.
WireMock module for Testcontainers Go got a new release with Windows compatibility fix and support for benchmarking. Thanks to all contributors! https://github.com/wiremock/wiremock-testcontainers-go/releases/tag/v1.0.0-alpha-11
Docker Desktop 4.41: Docker Model Runner supports Windows, Compose, and Testcontainers integrations, Docker Desktop on the Microsoft Store
#Docker #Products #AIML #DockerCompose #DockerDesktop #DockerDesktoprelease #Mcp #Testcontainers
Excited for #JCON EUROPE 2025? See Kevin Wittek at #JCON2025 in Cologne talking about 'Familiar Tools in Unknown Territory: Exploring GenAI with #SpringAI and #Testcontainers'
As Generative #AI (GenAI) takes the #tech landscape by storm, #developers are searching …
Get your free #JUG Ticket: www.jcon.one
After many days of trial and error finally I was able to switch from Docker’s docker-in-docker image to #Podman to run #RustLang integration tests using #Testcontainers in #WoodpeckerCI. It was quite a journey considering my setup, as the agent is deployed into #kubernetes. It definitely deserves a longer post.
(vdx.hu s/ybIm)
Sometimes #testcontainers for #dotnet users run into issues with Paket's default dependency resolution or when mixing different module versions. I'd love to hear your thoughts and feedback on how we can improve this: https://github.com/testcontainers/testcontainers-dotnet/issues/1427.
🎉 10 years of #testcontainers!
A decade (!) ago, @whichrich did the first commit that started it all.
I'm incredibly grateful to him for starting this journey—and to Sergei for eventually pulling me in.
This project has changed my career and my life in many ways 🙏🐳
It's time to upgrade #testcontainers for #dotnet. The new release is out with great features and fixes: https://github.com/testcontainers/testcontainers-dotnet/releases/tag/4.4.0. Huge thanks to all the contributors 🙌.
Super excited to share that I've been invited to join the @docker Captains Program 🎉 It's awesome to see my work on #testcontainers for #dotnet (and soon Docker.DotNet) being recognized. Looking forward to working on new Docker, .NET, and open-source contributions with all the amazing folks in the program :tc-love:
If you're a #testcontainers for #dotnet user, please consider and take a look at the following discussion: https://github.com/testcontainers/testcontainers-dotnet/discussions/1407. I'm curious to hear your thoughts.
Создаем Spring Boot Starter для Kafka с Avro: пошаговое руководство
Интеграция Apache Kafka в проекты на Spring Boot часто требует много boilerplate-кода. В этой статье я делюсь опытом создания кастомного стартера kafka-spring-boot-starter, который упрощает настройку продюсера и консюмера Kafka с поддержкой Avro-сериализации. Рассказываю, как решал проблемы с тестами (например, auto.offset.reset=latest) и адаптировал стартер для гибкой работы со схемами. Вы найдёте примеры конфигураций для надёжной доставки, потоковой обработки и ретраев, а также лучшие практики разработки стартеров. Бонус в конце — удобный обзор ключевых настроек Kafka для продюсера и консюмера.
https://habr.com/ru/companies/sberbank/articles/894402/
#kafka #spring_boot #стартер #java #avro #автоконфигурация #потоковая_обработка #testcontainers