generator-jhipster
generator-jhipster copied to clipboard
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
Shouldn't axios.get... calls use await prefix? Currently I have typescript linter errors over all the reducers in getEntities and getEntity "Async arrow function has no 'await' expression." JHipster version used...
Currently, the id parameter in a POST/PUT API (e.g. /api/posts/:id) is claimed not required as in @PathVariable(required = false), but is not really optional, ignoring this parameter will produce a...
##### **Overview of the issue** I followed the video tutorial using the default options for jhipster. The application built and starts up without an error. However, when I try to...
##### **Overview of the feature request** To be dropped - [ ] add - [ ] init - [ ] upgrade-config Consider to drop: - [ ] aws - [...
##### **Overview of the feature request** Implement language inside feature specific generator like https://github.com/jhipster/generator-jhipster/blob/main/rfcs/4-jhipster-rfc-entity-as-core.md. ##### **Motivation for or Use Case** ##### **Related issues or PR** - [ ] Checking this...
##### **Overview of the feature request** Could be nice to enhance the list form by adding column filters. The user could for example click on a column label which will...
##### **Overview of the issue** Following up https://github.com/jhipster/generator-jhipster/issues/17142 for a monolith application. ##### **Motivation for or Use Case** Generate search repositories only for entities that has been declared as searchable....
##### **Overview of the issue** A RCE has been reported on H2 database (see https://github.com/h2database/h2database/security/advisories/GHSA-h376-j262-vhq6), so an upgrade is needed ##### **Motivation for or Use Case** RCE ##### **Reproduce the...
This PR fixes #18755 - (not)generation of user administration artifacts. Currently when 0Auth2 is actoivated user entotoes and supporting classes are generated for all backend microservices even if they have...
##### **Overview of the issue** Does JDL support to define entities based on json schema? ``` entity Customer ref http://a-server/a-path/Customer.json ``` Or define external specs of all kinds like: ```...