Class UnsupportedTransformerFactoryFeatures
java.lang.Object
io.quarkus.jdbc.postgresql.runtime.graal.UnsupportedTransformerFactoryFeatures
Some features which are being set by DefaultPGXmlFactoryFactory#setFactoryProperties
by default are not supported by the current GraalVM version: when using them they
will result in fatal errors.
These same features are also not supported in JVM mode, except that when running in JVM
these errors are caught and ignored, rather than crashing the application; so the solution
seems simple: ignore these features.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnsupportedTransformerFactoryFeatures
public UnsupportedTransformerFactoryFeatures()
-