JiriOndrusek commented on issue #1298: URL: https://github.com/apache/camel-quarkus/issues/1298#issuecomment-648092509
Native support for nitrite is blocked by an issue in Quarkus https://github.com/oracle/graal/issues/460. This error causes: > Caused by: java.lang.IllegalArgumentException: Could not serialize IndexMetaService.IndexMeta(index=Index(indexType=NonUnique, field=address, collectionName=org.apache.camel.quarkus.component.nitrite.it.Employee), indexMap=$nitrite_index|org.apache.camel.quarkus.component.nitrite.it.Employee|address|NonUnique, isDirty=false) [1.4.200/0] > ... > ... > ... > Caused by: com.oracle.svm.core.jdk.UnsupportedFeatureError: ObjectOutputStream.writeObject() at com.oracle.svm.core.util.VMError.unsupportedFeature(VMError.java:101) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:68) at org.h2.mvstore.type.ObjectDataType.serialize(ObjectDataType.java:356) WIP for the nitrite support is prepared in this commit https://github.com/JiriOndrusek/camel-quarkus/commit/1eb6cb886edde1522354a4b6ae2d4d61b22ced73 (it contains working integration tests, which are successfull in JVM but fail in native because of unsupportedFeatureError) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
