Foivos Zakkak
Foivos Zakkak
Hello @johnaohara , I have drafted [a rough CollectorAPI datastore](https://github.com/zakkak/Horreum/tree/collector-api-datastore) that gets a json array (as an `ArrayNode`) from the Collector API and creates a new `DatastoreResponse` but I am...
> Hey @zakkak that error is not expected, and this code path is well tested :( Are there any other error messages before that, i.e. did anything cause a transaction...
Hi @johnaohara, sorry for the late reply I was on vacation. No, I didn't have the time to reproduce yet. I am aware that you are going to give it...
Hi @johnaohara, I am trying this out again and am now getting a different error when trying to import some runs (this time on a Linux machine): Logs: ``` 2024-06-12...
Thank you @johnaohara I will do that. Note that it shouldn't be necessary after the initial load of the data as I expect us to push the new builds on...
> Java 23 reached GA in Sept 2024, 3 months ago. Would it be possible to consider backporting to Java 21 now? @pjfanning yes, it looks like @theRealAph is working...
Thank you all! I will do my best to support this community and have a fruitful collaboration. Anyone willing to collaborate/contribute on the backport repositories please feel free to reach...
> What command did you execute and got that error? ``` mvn clean install -Dnative -Dquarkus.native.container-build=true --fail-at-end -pl integration-tests/openai ``` > Are you perhaps using a newer version of GraalVM?...
I am uploading for future reference the logs of the failed jobs on the github runners: [1.log](https://github.com/quarkiverse/quarkus-langchain4j/files/14405492/1.log) [2.log](https://github.com/quarkiverse/quarkus-langchain4j/files/14405491/2.log) [3.log](https://github.com/quarkiverse/quarkus-langchain4j/files/14405493/3.log)
Looking at the 3 logs it appears that the issue is related to the Class initialization of `org.apache.xmlbeans.metadata.system.sXMLLANG.TypeSystemHolder` in parallel with `org.apache.xmlbeans.metadata.system.sXMLSCHEMA.TypeSystemHolder` (and I suspect any of the `TypeSystemHolders` under...