Jorge Bescos Gascon

Results 205 comments of Jorge Bescos Gascon

I was having this issue in this project, but Google brought me here. I was debugging this, the issue is the Zip was created having the ZipEntry in Windows: `META-INF\container.xml`...

I tried it with Helidon and @alwin-joseph branch: ``` [ERROR] Errors: [ERROR] MultipartSupportIT.basicTest » Runtime Could not lookup value for field private java.net.URI ee.jakarta.tck.ws.rs.jaxrs31.ee.multipart.MultipartSupportIT.uri [ERROR] MultipartSupportIT.multiFormParamTest » Runtime Could not...

I am verifying this with Micronaut 4.1.0 in Helidon 4.x It still depends on `javax`, for example `io.micronaut.annotation.processing.TypeElementVisitorProcessor` contains the next imports: ``` import javax.annotation.processing.ProcessingEnvironment; import javax.annotation.processing.RoundEnvironment; import javax.annotation.processing.SupportedOptions; ```...

> Hi All, > > Any expected date to be release the Micronut integration fix ? There is a [PR](https://github.com/helidon-io/helidon/pull/8230) but it is pending to be reviewed. I think we...

@aguibert I saw that you already created jsonb-api/tck but I don't see the usage in yasson about the artifact jakarta.json.bind-tck. Yasson is still using the script yasson/etc/tck.sh that downloads the...

I found it. There is pull request with it: https://github.com/eclipse-ee4j/yasson/pull/379

@struberg one question, you said that: ``` This is different to the (imo correct) implementation in the deserialiser of the non-CDI TCK test which expects to see the START_ARRAY. https://github.com/jakartaee/jsonb-api/blob/master/tck/src/main/java/ee/jakarta/tck/json/bind/customizedmapping/serializers/model/serializer/AnimalListDeserializer.java#L40...

Thanks for clarification @struberg. Basically you want to have the same logic we use in `AnimalListDeserializer` for CDI. I agree, although the JSON comes from the TCK test, so I...

I am checking this. You will still need to include `@HelidonTest` here because it contains `@ExtendWith(HelidonJunitExtension.class)`. ``` @HelidonTest @DECSHelidonTest class MyGreatTest { .... } ``` Or otherwise you will have...

Related issue https://github.com/helidon-io/helidon/issues/6884 Closed