Eric Deandrea
Eric Deandrea
@ia3andy This point you made > The webui built static content is in `target/quinoa-build` after the maven build (and can be used by a dockerfile) Is the `target/quinoa-build` the static...
You could add some resilience to your project ([Resilience4J](https://github.com/resilience4j/resilience4j) / [MicroProfile fault tolerance](https://download.eclipse.org/microprofile/microprofile-fault-tolerance-4.0.2/microprofile-fault-tolerance-spec-4.0.2.html) / [Bucket4J](https://bucket4j.com/) or something like that) by adding a circuit breaker, bulkhead, rate limit, and fallback.
Big +1 to this. The workshop still uses the Microsoft Semantic Kernel, which we've ripped out & replaced with LangChain4J in the super heroes sample app.
There's already an example to work from :) https://github.com/quarkusio/quarkus-super-heroes/tree/main/rest-narration
Is there any progress on this? Its been almost a year and a half since it was originally identified.
Hi @filiphr any idea when this might make it into a Mapstruct release? It is a blocker for anyone who wants to use Mapstruct in an EE9 environment and is...
Hi @filiphr gentle ping. Just wanted to see if there was any plans on when this might make it into a Mapstruct release?
FYI this still seems to be an issue. The `Dockerfile.jvm` in the `getting-started` (skipping the comments): ```Dockerfile FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3 ARG JAVA_PACKAGE=java-11-openjdk-headless ARG RUN_JAVA_VERSION=1.3.8 ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' # Install java and...
I've worked for large financial services and insurance companies that required it by their legal departments. I'd rather not name them directly.
Same here - https://github.com/quarkusio/quarkus/issues/25682