generator-jhipster-micronaut
generator-jhipster-micronaut copied to clipboard
Micronaut blueprint for JHipster
We have already a page listing the [official blueprints](https://www.jhipster.tech/modules/official-blueprints/). I think it would be good to at least a dedicated page e.g. describing the main differences (e.g. what features are...
##### **Overview of the feature request** Can we add Kotlin support for Micronaut? ##### **Motivation for or Use Case** We can compose multiple blueprints together, can we create a Kotlin...
This is a draft and WIP as the native image is quite problematic with so many dependencies. I found ehcache and logstash being hard to use without a few native-image...
##### **Overview of the issue** After I imported a JDL file, every repository was missing the `JpaSpecificationExecutor` dependency ##### **Reproduce the error** * Create a MN project * Import a...
##### **Overview of the issue** When defining a relationship like `JobHistory to Employee` instead of `JobHistory{employee} to Employee` and importing it from a JDL file, the `HttpsStatus` object is not...
##### **Overview of the issue** Deploying an app to heroku with gradle does not work out of box. Using git deployment seems to have no resources/frontend build, although the build...
##### **Overview of the issue** When I try to upgrade: mhipster upgrade, I get this error. (I used npm to update jhipster and mhipster) ✔ Checking for new blueprint versions...
##### **Overview of the feature request** It has been implemented a problem integration directly in micronaut framework. Check here: https://micronaut-projects.github.io/micronaut-problem-json/snapshot/guide/ ##### **Motivation for or Use Case** ##### **Related issues or...
##### **Overview of the feature request** With the latest micronaut gradle plugin manual configuration for incremental compilation is not required anymore. We should remove it. This (we already have) and...