home.social

#microprofile — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #microprofile, aggregated by home.social.

fetched live
  1. 🎉 New blog post!

    Extra JSON fields in REST responses: ignored or error?

    It depends. JSON-B, Jackson, #Quarkus, and #SpringBoot do not all behave the same.

    Inspired by a question at J-Spring in Utrecht.

    mehmandarov.com/unknown-json-f

    #Java #JakartaEE #MicroProfile

  2. WildFly 40.0.0.Final is released! EE 11 support, a new WildFly EE 10 variant, Hashicorp Vault integration, OIDC logout, and more! Full details are at bit.ly/4tLhPE1.

  3. AI in enterprise Java is powerful — but what about resilience & observability? #LangChain4J-CDI integrates with #MicroProfile Fault Tolerance & Telemetry out of the box. Buhake Sindi shows how to build #AI services ready for production: javapro.io/2026/02/25/bring-ai

    @langchain4j

  4. MicroProfile is not about annotations.
    It’s about contracts.

    In this hands-on guide, I build a book-catalog microservice with:
    • MicroProfile Config
    • Health (live + ready)
    • Fault Tolerance (timeout, retry, circuit breaker)
    • JWT security

    All on Open Liberty.
    No vendor APIs in business code.

    Production behavior included. Not just “it works locally.”

    the-main-thread.com/p/micropro

    #Java #MicroProfile #OpenLiberty #CloudNative #JakartaEE

  5. AI in enterprise Java is powerful — but what about resilience & observability? #LangChain4J-CDI integrates with #MicroProfile Fault Tolerance & Telemetry out of the box. @EliteGentleman shows how to build #AI services ready for production: javapro.io/2026/02/25/bring-ai

    @langchain4j

  6. 39.0.1.Final is now available at wildfly.org/downloads/ and its feature packs are available via Maven.
    Radoslav Husar provides all the details at wildfly.org/news/2026/02/12/Wi

  7. Just published a new hands-on tutorial:
    Reactive Messaging with Quarkus — from REST to real-time.

    I walk through building a full event-driven pipeline:
    ➡️ open a “tap”
    ➡️ emit orders via REST
    ➡️ stream through a kitchen processor
    ➡️ aggregate results on completion
    ➡️ send final notifications

    All with MicroProfile Reactive Messaging and zero external brokers.

    Read it here:
    the-main-thread.com/p/quarkus-

    #Java #Quarkus #Reactive #EventDriven #MicroProfile

  8. We have our end of the year present for you: langchain4j-cdi 1.0.0 is out !!!!
    Thanks to @[email protected] @[email protected] Arjav Desai @[email protected] for making this first final release a reality !!! #langchain4j #cdi #microprofile #jakartaee #ai #java

  9. Today's #JCON Content Board Spotlight: Emily Jiang (IBM)

    Not only a #JavaChampion but #TechWomen100 of 2025!
    She knows where #MicroProfile #Jakarta EE and #cloudnative practices are actually going because she helps design them.

    Join #JCON2026 at 2026.europe.jcon.one/

  10. WildFly 38.0.0.Final is now available! 7.1, Jakarta Persistence and CDI integration and a new WildFly Catalog. All the details at bit.ly/3WFzYor

  11. 💻 From Zero to Secured: Live-Coding a Jakarta EE REST App with MicroProfile and JWT Authentication 🔐

    #JavaChampion @hannotify 🎤🎸 takes you from setup to security in a hands-on session packed with live coding, MicroProfile magic and real-world authentication.

    📅 16 Oct 2025
    📍 Markthalle Basel

    See MicroProfile & JWT in action – not slides, just real code. ⚡ Will the demo work? Come and find out! 😄

    🎟️ eventfrog.ch/BaselOne2025

    #JakartaEE #MicroProfile #Java #LiveCoding #Security

  12. WildFly 38.0.0.Beta1 is available, including support for 7.1! Details at wildfly.org/news/2025/10/02/Ne

  13. Viele Integrationen scheitern nicht am Code, sondern an der Strategie. Marián Varga erinnert: Die wahre Komplexität liegt zwischen den Services, nicht in ihnen. #Java hat gelernt, diese Lücke zu schließen.

    Lese jetzt: javapro.io/de/java-verbindet-s

    @EclipseFdn #JakartaEE #MicroProfile

  14. Many #APIs fail—not from bad code, but poor integration strategy. Marián Varga reminds us: the real complexity in software is between the services, not within them. #Java has evolved to meet that challenge.

    See how: javapro.io/2025/08/06/java-has

    @EclipseFdn #JakartaEE #MicroProfile

  15. Is It Down For Everyone? Build a Live Website Health Checker with Quarkus
    Monitor External URLs in Real-Time with MicroProfile Health, YAML Config, and a HttpClient
    myfear.substack.com/p/quarkus-
    #Java #Quarkus #MicroProfile #Health #YAMLConfig