-
#### 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…
-
I have a complex entity (ex: ComplexEntity) which has many relations and setters for its properties.
Now, to create an instance of this complex entity, I have ComplexEntityController that looks like …
-
## Description
The `db:create-and-fill` script fails on ARM64 architecture, specifically during the Flyway migration process. The error occurs while attempting to execute the `flyway:migrate` comma…
-
#### 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…
-
For example, if I have:
`public final Optional foo;`,
the generated assertion is:
`hasFoo(java.util.Optional foo)`
when it should be:
`hasFoo(java.util.Optional foo)`
-
#### 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…
-
I suggest a new feature:
**Scenario:**
Developer would like to define global rule for class name prefixes and/or suffixes.
**Example:**
**Given** two tables in the database: `customer` and `o…
-
1. dservice리스트 그대로 넣지말고 품목별로 정렬해서 넣기
2. 회사에 대표계좌 설정
3. 제품리스트 json데이터로 만들어서 res로 관리하기
-
I have this endpoint method:
```java
@Nonnull
public Page list(String filter, Pageable pageable) {
```
This generates:
```typescript
function _list(
filter: string | undefined,
pageab…
-
In issue #18 I identified that there are no optional parameters in the current design of this API
> It's shown on the API documentation page [here](https://api-portal.tfl.gov.uk/api-details#api=Sto…
lmmx updated
2 months ago