generator-jhipster
generator-jhipster copied to clipboard
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
##### **Overview of the issue** I'm using the "one-to-many relationship" sample for embedded entities as documented at https://www.jhipster.tech/managing-relationships/#embedded-entities-for-couchbase-and-mongodb JHipster not generates the CRUD code for the embedded entity. Just generate...
##### **Overview of the issue** Generating a new JHipster project with any cache (eg. redis) results in `"cacheProvider": "no",` in .yo-rc.json and no generated code regarding cache. ##### **Motivation for...
##### **Overview of the issue** I have two instances of the same microservice. If I make a restart of this instances parallel one of the instances has 2 Hazelcast members,...
##### **Overview of the feature request** Following https://github.com/jhipster/generator-jhipster/issues/15964 we should translate React and Vue to the native language. While doing some work related to https://github.com/jhipster/generator-jhipster/issues/18652. I've noticed that there is...
##### **Overview of the feature request** Public Docker images for the Oracle database have been developed by Gerald Venzl (Oracle database product management). These images are based on the free...
when trying to genereate kubernates depolyment from JDL _deployment { deploymentType kubernetes appsFolders [coMailSubscriber, coOutputSubscriber, coGateway] dockerRepositoryName "co" monitoring prometheus dockerRepositoryName "co" dockerPushCommand "docker push" kubernetesNamespace co kubernetesServiceType Ingress ingressDomain...
##### **Overview of the feature request** Mongock now supports reactive driver: https://docs.mongock.io/v5/driver/mongodb-reactive/index.html Thanks @dieppa We can now remove the workaround created by @mishima with the update to spring-boot 2.6.x (use...
Test if https://github.com/jhipster/generator-jhipster/issues/18744 still applies. --- Please make sure the below checklist is followed for Pull Requests. - [ ] [All continuous integration tests](https://github.com/jhipster/generator-jhipster/actions) are green - [x] Tests are...
##### **Overview of the issue** The many-to-many field doesn't show on the detail and edit pages. I got the following log for the "get" API 2022-06-07 16:15:47.890 DEBUG 361080 ---...
##### **Overview of the issue** We do have a schema, where there is a column with type AnyBlob in there. The application was initially generated using the --incremental-changelog flag. The...