jar

io.kemtoa.openapi : openapi-backwards-compat-maven-plugin

Maven & Gradle

Feb 02, 2024
1 stars

OpenAPI Backwards Compatibility Maven Plugin · A Maven plugin for analyzing OpenAPI API Specs backwards compatible changes.

Table Of Contents

Latest Version

Download io.kemtoa.openapi : openapi-backwards-compat-maven-plugin JAR file - Latest Versions:

All Versions

Download io.kemtoa.openapi : openapi-backwards-compat-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window openapi-backwards-compat-maven-plugin-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.kemtoa.openapi.compat

├─ io.kemtoa.openapi.compat.BackwardsCompatibilityCheckMojo.class - [JAR]

io.kemtoa.openapi.compat.walker

├─ io.kemtoa.openapi.compat.walker.Location.class - [JAR]

├─ io.kemtoa.openapi.compat.walker.OpenApiDiffVisitor.class - [JAR]

├─ io.kemtoa.openapi.compat.walker.OpenApiDiffWalker.class - [JAR]

io.kemtoa.openapi.compat.rules

├─ io.kemtoa.openapi.compat.rules.AddedEnumValueInResponseRule.class - [JAR]

├─ io.kemtoa.openapi.compat.rules.AddedRequiredRequestParameterRule.class - [JAR]

├─ io.kemtoa.openapi.compat.rules.CompositeRule.class - [JAR]

├─ io.kemtoa.openapi.compat.rules.ParameterLocationChangedRule.class - [JAR]

├─ io.kemtoa.openapi.compat.rules.PropertyRemovedInResponseRule.class - [JAR]

├─ io.kemtoa.openapi.compat.rules.PropertyTypeChangedRule.class - [JAR]

├─ io.kemtoa.openapi.compat.rules.RemovedEnumValueInRequestRule.class - [JAR]

├─ io.kemtoa.openapi.compat.rules.RemovedOperationRule.class - [JAR]

├─ io.kemtoa.openapi.compat.rules.Rule.class - [JAR]