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 issue** After generating a new Monolithic app with H2 disk-based persistence, the standard Administrator and User accounts do not allow login. No console warnings are given....

area: bug :bug:
theme: angular

##### **Overview of the issue** Active session functionality does not work for session-based authentication - In the h2 database, data is not recorded in the table JHI_PERSISTENT_TOKEN - The PersistentTokenRememberMeServices...

area: bug :bug:
theme: front

##### Overview of the issue **Support to use [Eclipsestore](https://eclipsestore.io) to be persistence layer.** Eclipsestore is an interesting idea to replace databases, in my opinion, It is very suitable as the...

area: feature request :bulb:
resolution: should go to blueprint

##### **Overview of the issue** We do have an issue with incremental changelog generation, since v8. We have an existing application with a defined jdl, modify the jdl and let...

area: bug :bug:
theme: liquibase

Bumps mysql from 8.2.0 to 8.3.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mysql&package-manager=docker&previous-version=8.2.0&new-version=8.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

theme: docker :whale:
theme: java
theme: dependencies
skip-changelog

Fix #24919 --- 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...

theme: gradle
pr: on-hold
theme: docker :whale:
theme: java

--- 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 necessary -...

theme: docker :whale:
theme: java

##### **Overview of the issue** Hello! I cannot run applications that have been generated with JHipster 8.1.0 on my Ubuntu with generated docker-compose configurations. The full stack trace: ``` 2024-02-17T14:34:54.159Z...

area: invalid
theme: java

##### **Overview of the issue** In a newly generated application, Elastic Search is causing an "Internal server error" by throwing an exception. Once an entity instance has been updated, it...

theme: elasticsearch

##### **Overview of the issue** @AuthenticationPrincipal failed to get UserDetails ``` java.lang.NullPointerException: Cannot invoke "org.springframework.security.core.userdetails.UserDetails.getUsername()" because "userDetails" is null at com.mycompany.myapp.web.rest.DemoResource.testAuthPrincipal(DemoResource.java:16) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:352) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196) at...

area: invalid
theme: java