extensions/json-validator/runtime/src/main/java/org/apache/camel/quarkus/component/json/validator/graal/JsonValidatorSubstitutions.java [56:63]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public boolean getAsBoolean() {
        try {
            Class.forName("org.joni.Regex");
            return false;
        } catch (ClassNotFoundException e) {
            return true;
        }
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



extensions/fhir/runtime/src/main/java/org/apache/camel/quarkus/component/fhir/IsSchematronAbsent.java [24:31]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public boolean getAsBoolean() {
        try {
            Class.forName("com.helger.schematron.ISchematronResource");
            return false;
        } catch (ClassNotFoundException e) {
            return true;
        }
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



extensions/fhir/runtime/src/main/java/org/apache/camel/quarkus/component/fhir/graal/SchematronSubstitutions.java [47:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public boolean getAsBoolean() {
        try {
            Class.forName("com.helger.schematron.ISchematronResource");
            return false;
        } catch (ClassNotFoundException e) {
            return true;
        }
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



