-
### Is your feature request related to a problem?
Yes. The problem is caused by the builder method naming convention in the jar file that created. As you know, the repeated fields in the proto file t…
-
### Expected behavior
integration with lombok>1.8.24 using jdk17
### Actual behavior
compile error Unknown property "stakeToken" in result type ProductDetailResp.ProductDetailRespBuilder. Di…
-
##### **Overview of the issue**
I had generated JHipster - React app with v7.7.0. Now, I have upgraded it to v7.8.1 based on the documentation [here](https://www.jhipster.tech/upgrading-an-appl…
-
In GitLab by @tddudwns1 on Apr 27, 2024, 18:52
_Merges be-feature-seller -> be_
## 🔎 작업 내용
### 판매자 회원가입 및 security 구현
* security 구현
1. 의존성 추가
1. HTTP 프로토콜 설정 Clickjacking 방지 CSRF(Cross-Site Reques…
-
##### **Overview of the issue**
While we did some test upgrades for our application, I noticed a change in behavior of the Angular UI.
Lets assume you have two entities.
Customer and Installati…
-
-
##### **Overview of the issue**
I'm using the "one-to-many relationship" sample for embedded entities as documented at https://www.jhipster.tech/managing-relationships/#embedded-entities-for-co…
-
##### **Overview of the issue**
The `@Valid` annotation is not being generated for the patch request in the code. As a result, when a non-valid request is made, it results in a 500 error response i…
-
### Expected behavior
I have Entity
```java
package com.manage.jpa;
import com.manage.jpa.auth.UserEntity;
import lombok.Getter;
import lombok.Setter;
import org.hibernate.annotations.Cre…
-
I am trying to update a JHipster app from version 7.9.0 to 8.4.0. The update script runs without issues, but after execution, the pom.xml file still shows Java 11 and JHipster 7.9.0. Is this normal be…