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 feature request** Should be nice to introduce new test that are able to test entities siblings. ##### **Motivation for or Use Case** I sometimes encountered functional...
##### **Overview of the issue** `@JsonIgnoreProperties` is generated to prevent circular references which is good, but gets generated while there is no need to it ##### **Motivation for or Use...
##### **Overview of the issue** When I run ./mvnw for the project folder it failed with this error : ` 2022-06-15 13:44:44.193 ERROR 45988 --- [ restartedMain] o.s.boot.SpringApplication : Application...
Closes https://github.com/jhipster/generator-jhipster/issues/19462 --- 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...
##### **Overview of the issue** My current version of jhipster installed globally is 7.5.0 I generated a default angular monolith and then tried to `jhipster upgrade` It failed with the...
Hello everyone, ##### **Overview of the issue** Due to the fix for [SQL Injection in Reactive project](https://github.com/jhipster/generator-jhipster/issues/18269) included with Release 7.8.1 (2022-04-07) where jhipster has replaced the Criteria with Condition...
##### **Overview of the issue** ```bash *************************** APPLICATION FAILED TO START *************************** Description: Binding to target [Bindable@509e7d7d type = tech.jhipster.config.JHipsterProperties, value = 'provided', annotations = array[@org.springframework.boot.context.properties.ConfigurationProperties(ignoreInvalidFields=false, ignoreUnknownFields=false, prefix="jhipster", value="jhipster")]] failed:...
##### **Overview of the feature request** Right now when generating entities on the frontend Angular project, all fields are marked as optional, even if a fields has been specified as...
##### **Overview of the issue** When deleting an Entity with relationships from the frontend, it fails as the deletion is not cascaded to the sub-entities. This produces then such a...
##### **Overview of the issue** I had generated JHipster - React app with v7.7.0. Now, I have upgraded it to v7.8.1 based on the documentation [here](https://www.jhipster.tech/upgrading-an-application/) by running `npx jhipster...