generator-jhipster
generator-jhipster copied to clipboard
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
Related to https://github.com/jhipster/generator-jhipster/issues/19111. --- 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...
Setting a servlet context path containing more than one slash leads the entire application to not work anymore. When setting ``` server: servlet: context-path: /dir/subdir ``` in the application-dev.yaml file...
##### **Overview of the issue** I have a project with entities with relationships that refer to each other. There is an UPC Entity with a ManyToOne relationship with a Platform...
##### **Overview of the issue** The test cases/code generated have many issues that will cause them to fail. I have never been able to run ./mvnw verify and have it...
##### **Overview of the feature request** Start upgrading to Spring Boot 3. ##### **Motivation for or Use Case** Selfishly, I need it for a demo at ApacheCon, but I'd also...
**Bug description** I used the web generator at https://start.jhipster.tech/generate-application to generate a new JHipster application with web sockets, but it fails to start with the following error message: `Factory method...
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.30.0 to 7.36.0. Release notes Sourced from react-hook-form's releases. Version 7.36.0 🚂 feature: reset to support callback syntax (#9051) reset with partial form values will require invoking...
Upgrade to [Spring Boot 3.0 M4](https://spring.io/blog/2022/07/21/spring-boot-3-0-0-m4-available-now). Depends on https://github.com/jhipster/jhipster-bom/pull/986. Fixes #19782. --- Please make sure the below checklist is followed for Pull Requests. - [ ] [All continuous integration tests](https://github.com/jhipster/generator-jhipster/actions)...
##### **Overview of the feature request** We don't have prettier enabled for xml files. ##### **Motivation for or Use Case** ##### **Related issues or PR** - [ ] Checking this...
##### **Overview of the issue** Hello, I have a JDL file containing a One-To-Many relationship (Using this basic example: https://www.jhipster.tech/jdl/relationships#basic-example) between two Entites Foo and Bar. You can find the...