Skip to content

Commit eb6aa9e

Browse files
committed
[router] Alpini dead code removal
Besides dead code removal, also moved a few functions from Aplini's CollectionUtil to Venice's CollectionUtils.
1 parent 2af0fa9 commit eb6aa9e

File tree

183 files changed

+201
-38197
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+201
-38197
lines changed

.github/workflows/VeniceCI-CompatibilityTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
if: steps.check_alpini_files_changed.outputs.alpini == 'true' && (success() || failure())
116116
uses: actions/upload-artifact@v4
117117
with:
118-
name: ${{ github.job }}
118+
name: ${{ github.job }}-jdk${{ matrix.jdk }}
119119
path: ${{ github.job }}-jdk${{ matrix.jdk }}-logs.tar.gz
120120
retention-days: 30
121121

gradle/spotbugs/exclude.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,12 @@
258258
</Class>
259259
</Or>
260260
</Match>
261+
<Match>
262+
<Bug pattern="RC_REF_COMPARISON"/>
263+
<Or>
264+
<Class name="com.linkedin.venice.utils.CollectionUtilsTest"/>
265+
</Or>
266+
</Match>
261267
<Match>
262268
<!--Auto-generated classes. No plan to fix-->
263269
<Bug pattern="RI_REDUNDANT_INTERFACES"/>

0 commit comments

Comments
 (0)