Class UnsupportedTransformerFactoryFeatures

java.lang.Object
io.quarkus.jdbc.postgresql.runtime.graal.UnsupportedTransformerFactoryFeatures

public final class UnsupportedTransformerFactoryFeatures extends Object
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 Details

    • UnsupportedTransformerFactoryFeatures

      public UnsupportedTransformerFactoryFeatures()