generator-jhipster icon indicating copy to clipboard operation
generator-jhipster copied to clipboard

JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.

Results 453 generator-jhipster issues
Sort by recently updated
recently updated
newest added

##### **Overview of the feature request** In the contribution guidelines, there are some rules about how to format the commit messages. Most commits in the repository don't follow the rules....

area: enhancement :wrench:
area: documentation:books:
status: needs-discussion

##### **Overview of the feature request** Maven and Gradle dependencies are rarely aligned (but should), should be nice to sort them by alphabetical order (GAV) in order to have an...

area: enhancement :wrench:
theme: gradle
theme: maven

##### **Overview of the feature request** When "skipUserManagement": true is set for microservice, User and Authority entities as well as supporting classes and services are generated even is there is...

area: enhancement :wrench:
theme: OIDC/OAuth2
theme: entities

##### **Overview of the issue** Generator base has too many methods. It should provide only the base methods, technology specific methods like needles and processHtml/Tsx should be removed. - Implement...

area: enhancement :wrench:
theme: jhipster-internals
area: cleanup

##### **Overview of the issue** Migrate handcrafted snapshots to expect snapshots. ##### **Motivation for or Use Case** There are some jdl changes that needs to be done. Make easier to...

area: enhancement :wrench:
theme: JDL

##### **Overview of the issue* I created a new app with the `main` branch using the following `.yo-rc.json`: ```json { "generator-jhipster": { "applicationType": "monolith", "authenticationType": "jwt", "baseName": "TwentyOnePoints", "blueprints": [],...

$100
$$ bug-bounty $$
theme: security

##### **Overview of the issue** I've upgraded a couple of apps from 7.7 to 7.8 using the `jhipster upgrade` command. It seems to prompt me for the unify blueprints configuration...

area: enhancement :wrench:
theme: upgrade

##### **Overview of the issue** I upgraded my JHipster Native example today to use JHipster 7.8.1 from 7.7.0. One thing I noticed is ` --remove-orphans` was dropped from the `docker:db:down`...

area: enhancement :wrench:
theme: docker :whale:

##### **Overview of the feature request** Vue 3 has been released ! It would be so cool if we can have it for JHipster v7 ##### **Motivation for or Use...

area: enhancement :wrench:
changes: major :star:
$$ bug-bounty $$
$500
theme: vue

##### **Overview of the issue** If there are several entities, the integration tests are failing with an `OutOfMemoryError`. ```log Abc7ResourceIT > putNewAbc7() FAILED java.lang.IllegalStateException at DefaultCacheAwareContextLoaderDelegate.java:132 Caused by: org.springframework.beans.factory.BeanCreationException at...

area: enhancement :wrench:
theme: tests