Avdev4J
Avdev4J
related to https://github.com/jhipster/generator-jhipster/pull/12327 Check if this could be done for Quarkus too. Security fix.
During my works on https://github.com/jhipster/generator-jhipster-quarkus/issues/113 I've figured out that our MailService doesn't handle i18n in the templates. I'd try to fix that but it seems to need more work than...
When the following PR https://github.com/jhipster/jhipster-quarkus/pull/93 will be merged we need to rebase the v7 branch and update Vue screens just like we did in the original PR. Vue is only...
The current swagger-ui implementation is not totally correct because if one application is not available the swagger-resource request turns into a timeout error. The correct behavior should be to skip...
### Goal Add Prometheus monitoring support to JHipster Lite, to enable exposing JVM and application metrics out of the box. ### Context [Prometheus](https://prometheus.io/) is a popular open-source monitoring system used...