Jorge Rodríguez Martín
Jorge Rodríguez Martín
## Describe the Bug Requests with Reactive Grpc Client (integration with reactor) are completed at the end of the flow and not when the response to that request is obtained....
Hello In some operationSupport, the values of PersistTo, ReplicateTo or DurabilityLevel are not configurable and the value NONE is always being used. https://github.com/spring-projects/spring-data-couchbase/blob/34f96018350cb1d1d556d56981df738749bf59a7/src/main/java/org/springframework/data/couchbase/core/ReactiveReplaceByIdOperationSupport.java#L45-L50 https://github.com/spring-projects/spring-data-couchbase/blob/62feffa89d2264e1fdfdb9913703f4f106a7d60b/src/main/java/org/springframework/data/couchbase/core/ReactiveRemoveByIdOperationSupport.java#L49-L54 Is there any plan to support...
Hello Are you planning to add support for Spring boot 3? Currently validation-api:1.1.0, jetty:9x and httpclient:4x are being imported and they are not compatible with Spring Boot 3. Thank you
**Possible regression of this [PR](https://github.com/swagger-api/swagger-parser/pull/1629)** I have defined an api contract as follows: ``` ├── openapi.yaml ├── product ├── product-api.yaml ├── product-components.yaml ``` openapi.yaml ```yaml openapi: 3.0.0 info: title: Demo...
### Use case The version of **com.google.protobuf:protobuf-java** used by mapstruct has not been updated for a long time and is quite old (09/2022). Is it in the backlog to upgrade...
Closes: #18477 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details...
#### 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/swagger-parser/online/))? - [x]...
Hello I have the following model with `@JsonSubTypes` (generated with [openapi-generator](https://github.com/OpenAPITools/openapi-generator)): ```java package com.jorge; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonSubTypes; import com.fasterxml.jackson.annotation.JsonTypeInfo; import jakarta.validation.constraints.NotNull; import java.io.Serializable; import java.util.Objects; /** *...
Hi I would like a new parameter for add properties and default values. In the case that the yaml contains this key and its value, I would put the value...
Hi I see that there has been no commit since June 4 and that issues are not being answered. So, I would like to know if this project is EOL?...