Testcontainers and Spring Boot for local development and integration testing

Sdílet
Vložit
  • čas přidán 21. 08. 2024

Komentáře • 20

  • @nilesh-gule
    @nilesh-gule Před 2 lety +7

    This is a fantastic demo. Always love the energy Josh Long brings to any session. He is full of enthusiasm. THanks for sharing this.

  • @jucosorin
    @jucosorin Před 2 lety +3

    Amazing demo! Sometimes I think Josh talks telepathically with his IntelliJ. He’s that fast during Demos!

  • @daredevone
    @daredevone Před 2 lety

    I'm looking forward to seeing my local app works without Docker installed but with TestContainers Cloud + Kafka remotely and so on. This is awesome! :)

  • @PaulNewport
    @PaulNewport Před 2 lety

    This is absolutely awesome. Thanks for the demo and all the hard work behind it.

  • @acronis536
    @acronis536 Před 2 lety

    ofc we all love Josh

  • @JetherRodrigues
    @JetherRodrigues Před 2 lety

    Amazing guys, thanks for all..

  • @kamurashev
    @kamurashev Před rokem

    Thanks, great video!

  • @user-qe6nl6tp6g
    @user-qe6nl6tp6g Před 2 lety

    Thanks guys! Quite interesting demo (:

  • @kappaj01
    @kappaj01 Před 2 lety

    Awesome stuff!!

  • @gabrielamaro9743
    @gabrielamaro9743 Před 2 lety

    Hi guys, great job. I would love to have a library like this to use as automation for local environment projects. Now that Docker is paid, my company is migrating to podman, just for local environment, and it's a little tricky to switch from Docker, most developers are having issues with it, I think it can be a great solution for that.

  • @sohrabsheykhmohammadi1909

    Amazing

  • @iharbakhanovich
    @iharbakhanovich Před rokem

    Cool 👍

  • @vijilakshmanan740
    @vijilakshmanan740 Před rokem +1

    Hi, do we need docker should be installed in our pc?

  • @JoelSticha
    @JoelSticha Před rokem

    I'm going to publish this into my own project. Has anyone done another iteration of auto-services with dev-tools?

  • @fahrican9708
    @fahrican9708 Před 2 lety

    Does anyone know how to get Testcontainers up and running with Gradle & Kotlin?

  • @hendisantika
    @hendisantika Před rokem

    How do we mix testcontainers, mysql & flyway?

  • @tcharl
    @tcharl Před 2 lety

    What's the point of the experimental autoservice if the magic "tc://" url works on runtime. Sorry but didn't get it.

    • @tcharl
      @tcharl Před 2 lety

      And the corollary: why tc:// worked without the @TestContainer annotation :-)

    • @atomicjar
      @atomicjar  Před 2 lety

      ​@@tcharl an autoservice would work for non-jdbc containers, like MongoDB or Kafka, and it can provide a better integration with the rest of the framework, for example with the DevTools not to restart the containers on DevTools reload.
      tc:// works because it matches the jdbc driver provided by Testcontainers which will manage the lifecycle of the containers for you. @Testcontainers is a JUnit integration to manage the containers lifecycle along side of the unit tests lifecycle. One lifecycle management mechanism is enough that's why tc worked.
      PS. Sorry for the longest ever response time, my past attempts at commenting somehow are not displayed. (Oleg)

  • @mikepb78
    @mikepb78 Před 2 lety

    sounds painful for m1 developers