[ https://issues.apache.org/jira/browse/OAK-11224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17892782#comment-17892782 ]
Julian Reschke edited comment on OAK-11224 at 9/3/25 5:51 PM: -------------------------------------------------------------- trunk: [1178a985d2|https://github.com/apache/jackrabbit-oak/commit/1178a985d2be4eaa16291d1519bd7a52ce08d48f] [293ece3b61|https://github.com/apache/jackrabbit-oak/commit/293ece3b6180ce94f2fe072769498e51b410cd3d] [d3b883e8ea|https://github.com/apache/jackrabbit-oak/commit/d3b883e8ea1204d629a3aed9adfd524d8285c26d] [04f11773d7|https://github.com/apache/jackrabbit-oak/commit/04f11773d7b0bc1913319e28074cf9a707500bab] (1.84.0) [fbcc44b6a2|https://github.com/apache/jackrabbit-oak/commit/fbcc44b6a29fa3334ccc66e4ff1694f2ff4ad0b4] (1.82.0) [11a45b3152|https://github.com/apache/jackrabbit-oak/commit/11a45b31525cb4883a8375379201bb3c1f327fc8] (1.80) [d11b929222|https://github.com/apache/jackrabbit-oak/commit/d11b929222fac1442f23f171bd10ae0825dbc5a2] (1.74.0) [c6561e53e6|https://github.com/apache/jackrabbit-oak/commit/c6561e53e634116864f67bcb2f433a508d9eaa80] (1.72.0) [eed613be5e|https://github.com/apache/jackrabbit-oak/commit/eed613be5e16b5c9f0c06cf09a0aba8c4c1a8438] was (Author: reschke): trunk: [d3b883e8ea|https://github.com/apache/jackrabbit-oak/commit/d3b883e8ea1204d629a3aed9adfd524d8285c26d] [04f11773d7|https://github.com/apache/jackrabbit-oak/commit/04f11773d7b0bc1913319e28074cf9a707500bab] (1.84.0) [fbcc44b6a2|https://github.com/apache/jackrabbit-oak/commit/fbcc44b6a29fa3334ccc66e4ff1694f2ff4ad0b4] (1.82.0) [11a45b3152|https://github.com/apache/jackrabbit-oak/commit/11a45b31525cb4883a8375379201bb3c1f327fc8] (1.80) [d11b929222|https://github.com/apache/jackrabbit-oak/commit/d11b929222fac1442f23f171bd10ae0825dbc5a2] (1.74.0) [c6561e53e6|https://github.com/apache/jackrabbit-oak/commit/c6561e53e634116864f67bcb2f433a508d9eaa80] (1.72.0) [eed613be5e|https://github.com/apache/jackrabbit-oak/commit/eed613be5e16b5c9f0c06cf09a0aba8c4c1a8438] > remove guava dependencies from POMs (ongoing) > --------------------------------------------- > > Key: OAK-11224 > URL: https://issues.apache.org/jira/browse/OAK-11224 > Project: Jackrabbit Oak > Issue Type: Technical task > Reporter: Julian Reschke > Assignee: Julian Reschke > Priority: Minor > > {code:java} > for i in *; do [ -d $i ] && (cnt=$(grep -R ".*import.*guava.*" $i | wc -l); > echo $cnt $i); done | sort -n | grep "^0 .*" | while read a b ; do fgrep -q > shaded-guava $b/pom.xml && (echo ; echo $b; echo; fgrep -C5 shaded-guava > $b/pom.xml); done > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)