home.social

#micronaut — Public Fediverse posts

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

  1. released openapi-processor-spring/micronaut 2026.3

    it fixes a few issues and it is now possible to generate (Spring) `@HttpExchange` annotations and use the generated interfaces for server or client side implementation.

    For Micronaut this is already possible using the `@Client` annotation.

    See the release notes [2026.3](github.com/openapi-processor/o) for a description of the changes.

  2. .. and the next one:

    released openapi-processor-spring/micronaut 2026.2

    this release improves application/x-www-form-urlencoded handlig and 1xx/3xx response codes no longer complain about a missing success code.

    See the release notes [2026.2](github.com/openapi-processor/o) for a description of the changes.

  3. a bit late, but here we go:

    released openapi-processor-spring/micronaut 2026.1

    this release adds (marker) interface support for generated DTOs, target configuration for annotations and fixes duplicated `oneOf` interfaces.

    See the release notes [2026.1](github.com/openapi-processor/o) for a description of the changes.

  4. JobRunr v8.1.0 released with @AsyncJob for Quarkus & Micronaut, Embedded Dashboards, and JDK 25 Support.

    #java #jdk #micronaut #quarkus #without

    jobrunr.io/en/blog/jobrunr-v8.

  5. If you're a #java or #groovylang developer and want to play with the #PaLM api from Google Cloud (the same that powers #bard), you might be interested in this article I just wrote:

    glaforge.dev/posts/2023/05/30/

    You'll find docs & samples for #python but nothing for the #Java ecosystem. So I wanted to see how I could craft a kid story generator with #PaLM but using #micronaut, #ApacheGroovy and deploy it on #CloudRun.

    But I faced some issues with authentication. Hence the article!