Skip to content

Commit

Permalink
Accept breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
CRogers committed Jul 25, 2023
1 parent 2b01c41 commit 242f2da
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .palantir/revapi.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
versionOverrides: {}
acceptedBreaks:
"0.3.9":
com.palantir.javaformat:palantir-java-format-spi: []
com.palantir.javaformat:gradle-palantir-java-format:
- code: "java.class.removed"
old: "class com.palantir.javaformat.gradle.ConfigureExternalDependenciesXml"
new: null
justification: "nobody used this directly"
- code: "java.class.removed"
old: "class com.palantir.javaformat.gradle.ConfigurePalantirJavaFormatXml"
new: null
justification: "nobody used this directly"
- code: "java.class.removed"
old: "class com.palantir.javaformat.gradle.UpdateIntellijXmlTask"
new: null
justification: "nobody used this directly"
- code: "java.class.removed"
old: "class com.palantir.javaformat.gradle.ConfigureExternalDependenciesXml"
justification: "nobody used this directly"
- code: "java.class.removed"
old: "class com.palantir.javaformat.gradle.ConfigurePalantirJavaFormatXml"
justification: "nobody used this directly"
- code: "java.class.removed"
old: "class com.palantir.javaformat.gradle.UpdateIntellijXmlTask"
justification: "nobody used this directly"
"2.33.0":
com.palantir.javaformat:gradle-palantir-java-format:
- code: "java.method.visibilityReduced"
old: "method void com.palantir.javaformat.gradle.ConfigureJavaFormatterXml::configureFormatOnSave(groovy.util.Node)"
new: "method void com.palantir.javaformat.gradle.ConfigureJavaFormatterXml::configureFormatOnSave(groovy.util.Node)"
justification: "Not public api, not split over multiple jars"

0 comments on commit 242f2da

Please sign in to comment.