generator-jhipster
generator-jhipster copied to clipboard
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
Switch to use Consul as default service discovery mechanism Part of #19109 --- Please make sure the below checklist is followed for Pull Requests. - [ ] [All continuous integration...
##### **Overview of the feature request** I propose to modify the jdl's options to have something more clear for the end user in a microservice/gateway configuration. The thing would be...
Related to https://github.com/jhipster/generator-jhipster/issues/17100. Related to https://github.com/jhipster/generator-jhipster/issues/19342#issuecomment-1208869067. --- Please make sure the below checklist is followed for Pull Requests. - [ ] [All continuous integration tests](https://github.com/jhipster/generator-jhipster/actions) are green - [ ]...
--- Please make sure the below checklist is followed for Pull Requests. - [ ] [All continuous integration tests](https://github.com/jhipster/generator-jhipster/actions) are green - [ ] Tests are added where necessary -...
##### **Overview of the feature request** In some RDBMS table, use case like product attribute need dynamic fields. ##### **Motivation for or Use Case** It will be time saving to...
##### **Overview of the issue** Every call to the Gateway results in a NullPointerException if claim do not contain the "preferred_username". `java.lang.NullPointerException: Cannot invoke "Object.toString()" because the return value of...
##### **Overview of the feature request** Jhipster lack of essential features to get really usable forms. One of them is that there's no sort on fields when pagination is not...
##### **Overview of the issue** When searching in the UI no results are filtered based on what is searched. ##### **Motivation for or Use Case** Elastic search is not working...
##### **Overview of the issue** In the following line, we do produce a ? character right before the element accessor: https://github.com/jhipster/generator-jhipster/blob/1668772197f1e5fbc21d43b07abfa833c2e66a2d/generators/entity-client/templates/angular/src/main/webapp/app/entities/list/entity-management.component.html.ejs#L149 This produces such warnings during frontend build: ``` [INFO]...
We have following workaround in place to make node download work with gradle on m1 machines: https://github.com/jhipster/generator-jhipster/blob/e0a5e6c7db38c6709c001f4b8bb61998b954c031/generators/server/templates/build.gradle.ejs#L577 I think it is not needed as we rely on node >=16 which...