Edgar Vonk
Edgar Vonk
Hi, We also struggle with reading in very large files. In our case they can be up to 1GB and can contain up to 1 million rows in the sheet...
Hi @monitorjbl, thanks for the quick reply! We started out with vanilla POI but the files that we need to process are just way too big to fit into our...
Forgot to mention: our use case is a customer facing (Spring Boot) application where users can upload (potentially very large) Excel files which we have to store, read and parse...
Thanks so much guys! When we can find the time we will look into possible improvements here. From what I have seen so far in our tests the bottleneck lies...
Another area where we could improve performance is the fact that we need to parse each (potentially very large) Excel file three times. This is because of the required flow...
Is there any news on this at all? We would really like to start using Gradle dependency locking, for one because we want to use the Trivy security scanner to...
It seems we are facing the same issue using Yasson 3.0.2 (which ships with WildFly 30): ``` jakarta.ws.rs.ProcessingException: RESTEASY008200: JSON Binding deserialization error: jakarta.json.bind.JsonbException: Error resolving runtime type for type:...
Thanks @mskacelik ! It seems to do the trick indeed. A rather cumbersome workaround for us however since our code base is large with quite a huge number of Java...
We have the same issue too. Is there a workaround available maybe?
We found a workaround (not pretty, but it works for us) by overriding the default OpenAPI Generator `enumOuterClass.mustache` template and by changing the following bit of code: ``` public static...