-
Hi.
I use code first approach to write graphql types.
I want to make validatation using data annotation on dto.
For dto validation I use this middleware explain in this guide
https://compiledexp…
-
I've been getting this exception on startup for some time. Besides this, the tool window has disappeared.
```java
Unhandled exception in [CoroutineName(com.gafner.plugin.azd.AZDProjectsManagerImpl…
-
-
#### 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 C# clients, it is possible to set the dateTime format string via "JsonSerializerSettings".
It is applied single values. However, when there are dto objects, that contain dateTimes, the serializa…
-
If a wsdl defines types in multiple schema, jaxb throws warnings that it cannot
resolve the types defined in imported schema.
Here is an example:
[wsimport] command line: wsimport -Xnocompile -keep -…
-
**Description**
As a follow up of allowing cloudeventoutput as function signature (https://github.com/quarkusio/quarkus/pull/14115) there is a need to handle the case where generic information is not…
-
#### Bug Report Checklist
- [ ] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
**Is your feature request related to a problem? Please describe.**
For typical CRUD interface I'am usually create 3 screens: List screen, View scree, Edit screen.
Currently I have to describe each…