All Downloads are FREE. Search and download functionalities are using the official Maven repository.

revapi.revapi-configuration.xml Maven / Gradle / Ivy

Go to download

Contains the configuration of the Revapi API checker and the list of the API changes in the Debezium APIs.

There is a newer version: 3.0.2.Final
Show newest version
<?xml version='1.0' encoding='UTF-8'?>
<!-- The basic configuration for Revapi API checks in all modules that have API checks enabled. -->
<analysisConfiguration>
    <revapi.semver.ignore>
        <!-- Automatically ignore changes that are OK according to the semver rules. -->
        <enabled>true</enabled>
    </revapi.semver.ignore>
    <revapi.java.filter.annotated>
        <exclude>
            <!-- Don't break on changes in the incubating API. -->
            <item>@io.debezium.common.annotation.Incubating</item>
        </exclude>
    </revapi.java.filter.annotated>
</analysisConfiguration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy