Class Delete_ConfigXsdSupport

java.lang.Object
io.quarkus.hibernate.orm.runtime.graal.Delete_ConfigXsdSupport

public final class Delete_ConfigXsdSupport extends Object
Class org.hibernate.boot.xsd.ConfigXsdSupport is used only to validate configuration schema, which should never happen at runtime. It also keeps hold of references to parsed schemas in static fields, which is good for bootstrap performance when running in the JVM - so we need to remove this cache. WARNING: This single removal is worth almost 5MB of size in the final image.
  • Constructor Details

    • Delete_ConfigXsdSupport

      public Delete_ConfigXsdSupport()