#DevServices
Quarkus Dev Services: Zero-Config Development for Java Developers
Streamline your workflow with automated database provisioning, live reloading, and seamless integration — no manual setup required.
buff.ly/1avE023
#Quarkus #Java #DeveloperJoy #DevServices
March 21, 2025 at 7:10 AM
If you want to have Quarkus DevServices like experience for #SpringBoot applications, then checkout "Arconia" by @thomasvitale.com

arconia.io/docs/arconia...
Arconia Dev Services :: Arconia
arconia.io
August 4, 2025 at 5:15 AM
The Quarkus Test Matrix: Escape Flaky Tests and Embrace Dev Services Magic buff.ly/XJ9Ckrd
#Quarkus #Java #Testing #DevServices
June 1, 2025 at 6:17 AM
I'm "probably" late to the party
For my next workshop @touraine.tech, I 've decided to switch to @quarkus.io from @spring.io (just for the fun).

So far, I'm impressed by the tooling : the DevUI, the DevServices and the live reload are awesome 🤩
December 14, 2024 at 5:38 PM
Check this blog post from @thomasvitale.com to update spring boot to 2025.. with devservices and easy to setup infra for development
I created Arconia to enhance the development of modern enterprise applications with #Java. You can add it to an existing Spring Boot application to boost developer experience, reduce boilerplate, and seamlessly adopt cloud native patterns. Fully open source.

www.thomasvitale.com/arconia-dev-...
Introducing Dev Services for Spring Boot using Arconia
Enhance the Spring Boot developer experience with Arconia: zero-code and zero-config infrastructure provisioning. Add one dependency. That's it!
www.thomasvitale.com
October 14, 2025 at 7:01 AM
The first release of the @Quarkus.io @langfuse.bsky.social extension is now available! This makes integration between #Quarkus, @langchain4j.dev, and @langfuse.bsky.social super simple! It even includes a convenient dev service!

See docs.quarkiverse.io/quarkus-lang... for more information!
Quarkus Langfuse :: Quarkiverse Documentation
A Quarkus extension for Langfuse, the open-source LLM engineering platform. This extension provides a type-safe REST client (based on the Langfuse Java SDK), DevServices for zero-config local…
docs.quarkiverse.io
June 2, 2026 at 9:17 PM
Local PostgreSQL setup killing your dev flow?
Quarkus Dev Services spins up DBs automatically for tests and dev mode.
No more manual YAML. Just code → test → repeat.
#SpringBoot #Quarkus #DevServices #DeveloperExperience #CloudNative

quarkus.io/spring/
September 17, 2025 at 1:02 PM
🧠 Crafting Intelligent Applications with Quarkus/LangChain4j
Dimitris Andreadis explore le développement d'applications intelligentes avec Quarkus !
🚀 Runtime idéal pour l'IA en Java : intégration CDI, optimisations build time
⚡ DevMode, DevServices, DevUI : expérience développeur exceptionnelle
July 8, 2025 at 4:10 PM
You’ve containerized your Spring app — but is it really cloud-native?
Quarkus was made for Kubernetes: smaller images, fast boot, Dev Services for DBs, Kafka, and more.
Level up from "just containerized" to fully optimized.
#CloudNative #Spring #JavaPerformance #DevServices

quarkus.io/spring/
September 16, 2025 at 1:01 PM
Comment utiliser TestContainers pour avoir des services façon devservices de Quarkus dans Spring, mon nouvel article sur medium
medium.com/slickteam/ho...
How to use dev services in SpringBoot, almost like Quarkus
When I started a projet on Quarkus, one of the big feature for me with was the dev services. We will see how to do it with SpringBoot.
medium.com
October 25, 2024 at 2:12 PM
TIL: Docker for Mac changed its defaults so @testcontainers does not detect it and thus Quarkus devservices don’t work.

https://t.co/TduRGHDwUe

workaround is to run this in same shell as your build:

export DOCKER_HOST=unix://$HOME/.docker/run/docker.sock

or make symbolic link
Add step to create symlink when Docker for Mac 4.13 is installed by eddumelendez · Pull Request #6064 · testcontainers/testcontainers-java
Starting Docker for Mac 4.13, /var/run/docker.sock symlink is not created. In order to use it with Testcontainers, the next command should be executed right after the installation sudo ln -s $HOME/...
github.com
November 18, 2024 at 5:29 PM
TIL: Docker for Mac changed its defaults so @testcontainers does not detect it and thus Quarkus devservices don’t work.

https://t.co/TduRGHDwUe

workaround is to run this in same shell as your build:

export DOCKER_HOST=unix://$HOME/.docker/run/docker.sock

or make symbolic link
Add step to create symlink when Docker for Mac 4.13 is installed by eddumelendez · Pull Request #6064 · testcontainers/testcontainers-java
Starting Docker for Mac 4.13, /var/run/docker.sock symlink is not created. In order to use it with Testcontainers, the next command should be executed right after the installation sudo ln -s $HOME/...
github.com
November 18, 2024 at 8:45 AM
🇬🇧 🧠 Crafting Intelligent Applications with Quarkus/LangChain4j
Dimitris Andreadis explores intelligent application development with Quarkus!
🚀 Ideal runtime for AI in Java: CDI integration, build time optimizations
⚡ DevMode, DevServices, DevUI: exceptional DX!
July 8, 2025 at 4:10 PM
🇬🇧 🧠 Crafting Intelligent Applications with Quarkus/LangChain4j
Dimitris Andreadis explores intelligent application development with Quarkus!
🚀 Ideal runtime for AI in Java: CDI integration, build time optimizations
⚡ DevMode, DevServices, DevUI: exceptional developer experience
July 8, 2025 at 4:02 PM
🧠 Crafting Intelligent Applications with Quarkus/LangChain4j
Dimitris Andreadis explore le développement d'applications intelligentes avec Quarkus !
🚀 Runtime idéal pour l'IA en Java : intégration CDI, optimisations build time
⚡ DevMode, DevServices, DevUI : expérience développeur exceptionnelle
July 8, 2025 at 4:02 PM
We've updated the podman instructions for recommended install approach for Quarkus with devservices

https://quarkus.io/guides/podman

Notable changes:
- use podman desktop especially on windows and mac get good default behaviour
- do NOT use brew install podman
- do NOT alias…
Using Podman with Quarkus
Quarkus: Supersonic Subatomic Java
quarkus.io
November 19, 2024 at 7:12 AM
In Zoo and they have an animal named after devservices in @QuarkusIO - small world.
November 18, 2024 at 7:46 PM
In Zoo and they have an animal named after devservices in @QuarkusIO - small world.
November 18, 2024 at 7:46 PM
We've updated the podman instructions for recommended install approach for Quarkus with devservices

https://quarkus.io/guides/podman

Notable changes:
- use podman desktop especially on windows and mac get good default behaviour
- do NOT use brew install podman
- do NOT alias…
Using Podman with Quarkus
Quarkus: Supersonic Subatomic Java
quarkus.io
November 18, 2024 at 9:55 AM
In Zoo and they have an animal named after devservices in @QuarkusIO - small world.
November 18, 2024 at 9:27 AM
In Zoo and they have an animal named after devservices in @QuarkusIO - small world.
November 18, 2024 at 9:27 AM
We've updated the podman instructions for recommended install approach for Quarkus with devservices

https://quarkus.io/guides/podman

Notable changes:
- use podman desktop especially on windows and mac get good default behaviour
- do NOT use brew install podman
- do NOT alias…
Using Podman with Quarkus
Quarkus: Supersonic Subatomic Java
quarkus.io
November 18, 2024 at 12:03 AM
In Zoo and they have an animal named after devservices in @QuarkusIO - small world.
November 17, 2024 at 11:31 PM