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** When a user is not logged in the following message appears: > Refused to connect to 'http://localhost:9080/realms/jhipster/protocol/openid-connect/auth?response…0/login/oauth2/code/oidc&nonce=QYUQTN10TFddVkukq1KEFczMdyWSFLDun7iGMAerFas' because it violates the following Content Security Policy...
##### **Overview of the issue** Add Docker Compose support so dependent containers are started automatically. At the bottom of [the docs](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#features.docker-compose), it mentions how you can point to a file....
##### **Overview of the feature request** Support CRaC (Coordinated Restore at Checkpoint) . https://openjdk.org/projects/crac/ ##### **Motivation for or Use Case** JHipster uses Spring Boot as default server-side framework. The framework...
##### **Overview of the feature request** OpenApi maven plugin generates a bit of code based on swagger definition, I propose to rely on Contract first approach in order to generate...
##### **Overview of the issue** Upgrading an application is out of date. Update the page for JHipster 8. ##### **Motivation for or Use Case** Reading the documentation requires familiarity with...
##### **Overview of the issue** I tested my [micro frontends demo script](https://github.com/oktadev/auth0-micro-frontends-jhipster-example/pull/2) with JHipster 8 tonight. I found that when I ran Consul (via Docker Compose), and all the apps...
##### **Overview of the issue** Upgrade and release before January, ideally. - [x] update dependencies https://github.com/jhipster/generator-jhipster/pull/24254 - [x] switch to new declarative control flow https://github.com/jhipster/generator-jhipster/pull/24316 - [ ] ~switch to...
##### **Overview of the issue** When I create a new project with `blog-oauth2.jdl` (after fixing for v8), there's some warnings about Maven plugins: ``` [WARNING] Plugin validation issues were detected...
##### **Overview of the feature request** New options could be introduced to expose data (controllers) now that the switch to spring-cloud-stream has been done. We could introduce `@MessageProducer(topic=X)` and `@MessageConsumer(topic=X)`...
##### **Overview of the feature request** Investigate using Spring Boot 3.1's Testcontainers and `@ServiceConnector` annotation to reduce boilerplate ##### **Motivation for or Use Case** This video gives a good overview:...