-
This issue proposes that Go should support some form of generic programming.
It has the Go2 label, since for Go1.x the language is more or less done.
Accompanying this issue is [a general generics p…
-
We have an existing application which is working fine with the SpringBoot 2.2.2.RELEASE. Now we tried to upgrade it to the SpringBoot 2.4.2 version and application is not getting started and throws th…
-
Hi,
here my minimal schema:
```
# openapi yaml
openapi: 3.0.2
info:
title: simple query parameters
version: 1.0.0
paths:
/query:
get:
tags:
- endpoint
…
-
I try to put the form parameters of a multipart request into a bean like this:
```@POST
@Consumes(MediaType.MULTIPART_FORM_DATA)
@Produces(MediaType.APPLICATION_JSON)
public Response uploadWit…
-
Watch process -> restarted. The result -> footer: no overrides.
Environment:
```
/usr/src/app $ find src/ -type f | grep -v '\~'
src/overrides/venia-ui/components/Footer/footer.js
src/overrid…
-
Hi!
I'm getting exception when trying to use array references in a component (model) schema.
For example when running this schema (tried it in the playground as well):
```
# openapi yaml
open…
-
Using STS 4.9.0 on Windows 10 Pro x64.
This is my playground project, so it has a bunch of different dependencies including Spring Data MongoDB and the MongoDB DSL support. But nothing crazy, the p…
-
### Use case:
I'm use the jOOQ parser as a general SQL parser, both for schema parsing and query parsing. I find the parser unsuitable for this use-case, or perhaps I'm missing something. For insta…
-
# Description #
The OpenAPI parser (fish.payara.microprofile.openapi.impl.processor.ApplicationProcessor) does not support parsing request/response classes using generics. Therefor the generated Open…
-
I followed https://github.com/kubernetes-client/java/blob/master/docs/generate-model-from-third-party-resources.md to generate Java client for CRD. However, the generated file imports the following cl…