Skip to content

Commit

Permalink
Add revapi exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdblue committed Dec 20, 2023
1 parent c1fd567 commit a56ab42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .palantir/revapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,10 @@ acceptedBreaks:
justification: "Static utility class - should not have public constructor"
"1.4.0":
org.apache.iceberg:iceberg-core:
- code: "java.class.defaultSerializationChanged"
old: "class org.apache.iceberg.mapping.NameMapping"
new: "class org.apache.iceberg.mapping.NameMapping"
justification: "Serialization across verisons is not guaranteed"
- code: "java.class.removed"
old: "class org.apache.iceberg.actions.BinPackStrategy"
justification: "Removing deprecated code"
Expand Down

0 comments on commit a56ab42

Please sign in to comment.