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** Generated application (tested with type microservice and gateway) throws NoSuchMethodError during startup when enabling spring cloud sleuth. Exception in thread "restartedMain" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:119) at...
##### **Overview of the feature request** - [ ] app - [ ] base - [ ] bootstrap - [ ] bootstrap-application - [ ] ci-cd - [ ] client...
##### **Overview of the issue** Running any entity create/update will generate changelogs for unrelated entities. It should only generate change logs for the entity in question and any related entities...
##### **Overview of the feature request** JDL is quite complicated to understand and missing a few features. We should migrate it to typescript to make it simpler and may receive...
##### **Overview of the issue** If trying to add new entity and add relationship to another entity then error occurs and entity is not generated. ``` C:\projects\teest\jhipster-rel>jhipster entity Entity2 INFO!...
##### **Overview of the feature request** This is concerning https://github.com/jhipster/jhipster.github.io With @ascelineboullen we propose our contribution to update and refresh jHipster's website design. In first @ascelineboullen can create wireframes /...
##### **Overview of the feature request** Currently when the generation is initiated from a jdl file, the entities sub-generator (`_postConstruct() `method) reads the .`jhipster/all-entities.json` contents and composes with the the...
##### **Overview of the feature request** Allow dash (-) on base name for application ##### **Motivation for or Use Case** Not only is it best practice on docker image naming...
##### **Overview of the feature request** Gatling has been imho one of the best things we have in jhipster. While I still have https://github.com/jhipster/generator-jhipster/issues/13390 on my plate I would like...
closes #18039 --- 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...