[
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 4/9/26 1:07 PM: -------------------------------------------------------------- trunk: [4b8fe706c5|https://github.com/apache/jackrabbit-oak/commit/4b8fe706c52851ac063e2753f473a77738fc4104] [bbd8821c56|https://github.com/apache/jackrabbit-oak/commit/bbd8821c56a9f685611f060c689532fa7aefa96e] [e94ee9f5f6|https://github.com/apache/jackrabbit-oak/commit/e94ee9f5f6ed9be2f3e948c00649c3a0563602e7] [9446ee7c86|https://github.com/apache/jackrabbit-oak/commit/9446ee7c867092cb1c0b0fdc40d669df7f941690] (1.86.0) [be09d2fcab|https://github.com/apache/jackrabbit-oak/commit/be09d2fcaba23aa43a6c4245c9ac16505aa0c3d2] [eb98e1a11f|https://github.com/apache/jackrabbit-oak/commit/eb98e1a11f47bed1f3fb0b577fe43acfe3217023] (1.74.0) [bf814f9be7|https://github.com/apache/jackrabbit-oak/commit/bf814f9be7c5c490c52c7589d3191165e4360a69] [dde8d90c3e|https://github.com/apache/jackrabbit-oak/commit/dde8d90c3e33bcfa3dcb2f9ce61e1a0c7da340b0] [786ddb4661|https://github.com/apache/jackrabbit-oak/commit/786ddb4661888b7e244387fa297d2b02c4c1ae9c] [2dd56408e9|https://github.com/apache/jackrabbit-oak/commit/2dd56408e978916b403dfdfbd5770d5ede8e033a] [36789b06e6|https://github.com/apache/jackrabbit-oak/commit/36789b06e6fab6b40ae5b3816a721ef2f274dc47 was (Author: reschke): trunk: [e6e1b16368|https://github.com/apache/jackrabbit-oak/commit/e6e1b16368bab8855210010cd6f3bf3a878bd4e9] (1.88.0) (1.86.0) [93d4975996|https://github.com/apache/jackrabbit-oak/commit/93d4975996b9095e9e063c04e7270e5e0aa2c7bf] [58bc3d6fc5|https://github.com/apache/jackrabbit-oak/commit/58bc3d6fc52f08614fddd829c4917e44ab2153f9] [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] > 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 > Fix For: 1.92.0 > > > {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)
