-
```
What steps will reproduce the problem?
0. mapping Dto -> entity
1. only one CustomMapper
2. Dto class contains: public LocalDateTime createdDate
3. Entity class contains: protected Date createdDa…
-
```
What steps will reproduce the problem?
0. mapping Dto -> entity
1. only one CustomMapper
2. Dto class contains: public LocalDateTime createdDate
3. Entity class contains: protected Date createdDa…
-
Tried to use the jhipster-migrate blueprint multiple times. Tried deleting the node_modules/generator-jhipster half way through the migrate since it asks when to start the target verseion. Deleted it …
-
This, and issue #19 , is an optional task that could be useful for server side implementations of UMEI.
Typically, FMOs already have an API that will remain as-is. At least as a first step UMEI wi…
narve updated
2 years ago
-
##### **Overview of the issue**
The error reported in #26333 also occurs in JHipster 8.6.0. When I try to run it using the ./mvnw command or npm run backend:debug, it does not display the d…
-
When trying to run `yo jhipster-file-handling` it gives me
> Error jhipster-file-handling
>
> this.getAllJhipsterConfig is not a function
My `.yo-rc.json`
```
{
"generator-jhipster": {
…
-
#### 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…
-
Original issue: https://github.com/RSuter/NSwag/issues/1479 from @ikaros88:
When generating a client using NSwagStudio, the resulting C# client contains a copy of the JsonInheritanceConverter clas…
-
I am facing this issue when migrating my application from JDK8 to JDK11.
```
[ERROR] Failed to execute goal org.assertj:assertj-assertions-generator-maven-plugin:2.1.0:generate-assertions (default…
-
# Variable length brittleness
## Context in GR
We use Simple Binary Encoding (SBE) a lot within GR - dozens of apps sending / receiving countless messages every day. We interact with the data form…