-
Would it be possible to add a disconnect option for relations?
-
##### **Overview of the issue**
Entities & their relationship:
```
entity P {
note String
}
entity S {
symbol String pattern(/^[a-zA-Z0-9.]{1,8}$/) required
}
entity W {
…
-
In my openapi.yaml I have:
```yaml
components:
schemas:
ValidationErrorDto:
title: ValidationErrorDto
type: object
oneOf:
- $ref: '#/components/schemas/BlockV…
-
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 th…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
JHipster v7.9.3
##### **JHipster configuration**
it's using a jdl, the jdl was imported before pushing and cloning the project repo, but i ran the jdl generator again and it added 0 applicati…
-
##### **Overview of the issue**
I generate application with Jhipster 8.0.0-beta.2 and run with api-docs profile but doesnt appears host:port/v3/api-docs file
##### **Motivation for or Use Case**
…
-
Hi, I would like to have a new service to change/set one of the four EV Charger Mode (SMILE-EVCT11):
- ECO: Slow charging (German: Langsamladung)
- ECO: Care charging (German: Schonladung)
- ECO:…
-
I'd like to be able to use references in FSD to share type definitions between services. This would facilitate the definition of smaller subsections of an API. For example, when adding an admin API, i…
-
We are working full-time on TypeORM for almost three years. That’s why we have such a powerful and really amazing ORM. And this time wasn't funded or sponsored by anybody except our core developers - …