Luis Roberto Perez Rios

Results 10 comments of Luis Roberto Perez Rios

Would be great have the feature, actually for small project the cost of memcached in GCP is "expensive" so a cheapest alternative is use [https://app.redislabs.com/](https://app.redislabs.com/), which also offers memcache service....

Awesome. I got the expected behavior with the next changes (build.gradle). https://github.com/robertop87/opengen/commit/540a8dd4f6e51f4b95eff452f63e32a10dc50a48 I'll double check if it's working as expected in a real project and I'll back to close this...

Hello @MelleD , I just notice that using generatorName = spring, it's generating a full serve application, not just a java client. In that context I think this is still...

@MelleD I understood, so in short: currently openapi-generator does not support the generation of java client using JsonNullable for "nullable: true" defined properties. is that correct? Update: In the [provided...

@MelleD thanks for your time, I'm trying to enable the extension in my swagger.yml and also in swagger.json files, for example: ![image](https://github.com/OpenAPITools/openapi-generator/assets/5758028/6e3e7745-e1c4-4289-ba4c-4dd5c6709f18) But it looks like has no effect to...

@MelleD When debugging I noticed that JsonNullable is working fine, because the generator's library is configured as [WEBCLIENT](https://github.com/OpenAPITools/openapi-generator/blob/436a3e0744a2ce8208a7c3b8116fca6e7195143a/modules/openapi-generator/src/test/java/org/openapitools/codegen/java/JavaClientCodegenTest.java#L1917). Additionally note: **x-is-jackson-optional-nullable** was not needed in the configuration. So I configured...

Hello @MelleD I confirmed that the bug is only present when library configuration is: `okhttp-gson` or `microprofile` so I reported in a new issue https://github.com/OpenAPITools/openapi-generator/issues/17919 So I'm closing this issue....

There is a similar issue whe JsonNullable is defined, the generator creates JsonNullableString instead of expected one.

will 'BeanIOFlatFileItemReader' available soon in BeanIO version 3?

Hello @ewood-ac thank for take this issue. I just reviewed the doc for second time, and you are right, "Metadata" is not mentioned there. But recently I'm working with a...