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** 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....
##### **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...
##### 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...
##### **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...
Bumps mysql from 8.2.0 to 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...
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...
--- 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 -...
##### **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...
##### **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...
##### **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...