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** As JHipster generates lots of boilerplate source code, which could be intimidating or annoying - especially for entities with long list of fields (for...

area: feature request :bulb:
status: needs-discussion
theme: java
area: stale
v8

Running tests in alphabetical order is a bad practice : it can hide unwanted dependencies between tests. Therefore I believe it is preferable to run them in random order so...

pr: needs-change
theme: maven
theme: java
Stale

##### **Overview of the feature request** [SCIM](https://www.okta.com/blog/2017/01/what-is-scim/) (System for Cross-domain Identity Management) is a standard automating user provisioning (aka syncing users). SCIM communicates user identity data between identity providers (such...

area: feature request :bulb:
theme: OIDC/OAuth2
area: stale

##### **Overview of the issue** Add an implementation of JHipster's e2e tests with [Playwright](https://playwright.dev/). I'm not sure this is necessary, but I figured I'd enter it here and put a...

area: feature request :bulb:
status: work in progress
$$ bug-bounty $$
$500
theme: tests

##### **Overview of the issue** I think our Gatling integration can be improved, especially for microservices. First of all, we should document how to run it on as a took...

area: enhancement :wrench:
status: work in progress
$$ bug-bounty $$
$300
theme: tests

##### **Overview of the feature request** A common blueprint task is to allow to customize the ui home page. - NodeJS: [angular](https://github.com/jhipster/generator-jhipster-nodejs/blob/69cd3b9282a3951636b4ba603f0da992c0dd7f0c/generators/client/templates/angular/home/home.component.html.ejs#L42-L53), [react](https://github.com/jhipster/generator-jhipster-nodejs/blob/69cd3b9282a3951636b4ba603f0da992c0dd7f0c/generators/client/templates/react/home/home.tsx.ejs#L89), [vue](https://github.com/jhipster/generator-jhipster-nodejs/blob/69cd3b9282a3951636b4ba603f0da992c0dd7f0c/generators/client/templates/vue/home/home.vue.ejs#L32-L57) - Micronaut: [angular](https://github.com/jhipster/generator-jhipster-micronaut/blob/fe4ffbaddbfefaa7032e0852e8ad3a9abc26f0c7/generators/client/generator.mjs#L58-L63), [react](https://github.com/jhipster/generator-jhipster-micronaut/blob/fe4ffbaddbfefaa7032e0852e8ad3a9abc26f0c7/generators/client/generator.mjs#L85-L89). - .Net:...

area: enhancement :wrench:
theme: blueprint :paw_prints:

remove LocaleConfiguration due to being a leftover from angularjs Fix #20106 --- Please make sure the below checklist is followed for Pull Requests. - [x] [All continuous integration tests](https://github.com/jhipster/generator-jhipster/actions) are...

pr: needs-change
theme: java

##### **Overview of the issue** The `@Valid` annotation is not being generated for the patch request in the code. As a result, when a non-valid request is made, it results...

area: enhancement :wrench:
theme: java

##### **Overview of the feature request** I'd like to request the capability to assign integer values to enums in the JDL file. This would allow us to define enums in...

area: triage
theme: undefined

##### **Overview of the issue** The default timeout configured by Spring security is ~500ms. On a slow internet connection, it's rare to get the response within this threshold limit. Since...

$100
theme: OIDC/OAuth2
$$ bug-bounty $$