Skip to content

Commit

Permalink
Prune old SPI revapi exclusion
Browse files Browse the repository at this point in the history
This does not apply to the current release.
  • Loading branch information
findepi committed Sep 19, 2022
1 parent 30d9b3c commit 59bb5fd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions core/trino-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,8 @@
<match>@java.lang.Deprecated(*) ^*;</match>
</old>
</item>
<!-- Backwards incompatible changes since the previous release (395) -->
<!-- Any exclusions below can be deleted after each release -->
<item>
<code>java.method.returnTypeChanged</code>
<new>method io.trino.spi.block.Block io.trino.spi.block.ArrayBlockBuilder::build()</new>
</item>
<!-- Backwards incompatible changes since the previous release -->
<!-- Any exclusions below can be deleted after each release (last cleared after 396) -->
<item>
<code>java.method.visibilityReduced</code>
<old>method void io.trino.spi.block.DictionaryBlock::&lt;init&gt;(int, int, io.trino.spi.block.Block, int[], boolean, boolean, io.trino.spi.block.DictionaryId)</old>
Expand Down

0 comments on commit 59bb5fd

Please sign in to comment.