thswlsqls opened a new pull request, #8967: URL: https://github.com/apache/paimon/pull/8967
### Purpose fix #8966 - #8832 raised `fs.oss.sdk.version` to 3.17.4 without updating the module's bundled `META-INF/NOTICE`, so the shaded `paimon-oss` jar declares six versions it no longer ships. - Corrects `aliyun-sdk-oss` 3.17.4, `commons-codec` 1.11, `httpclient` 4.5.13, `httpcore` 4.4.13, `jettison` 1.5.4, `jdom2` 2.0.6.1 — no other lines touched. - `commons-logging` stays at 1.1.3: Maven resolves 1.2, but the shade plugin's first-wins ordering bundles hadoop-shaded's 1.1.3 classes. - Same shape as #7383, #6781. ### Tests - Resource-only change, no test added. - `mvn -pl paimon-filesystems/paimon-oss-impl -DskipTests package` prints exactly these six: ``` Including com.aliyun.oss:aliyun-sdk-oss:jar:3.17.4 in the shaded jar. Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar. Including org.apache.httpcomponents:httpcore:jar:4.4.13 in the shaded jar. Including commons-codec:commons-codec:jar:1.11 in the shaded jar. Including org.jdom:jdom2:jar:2.0.6.1 in the shaded jar. Including org.codehaus.jettison:jettison:jar:1.5.4 in the shaded jar. ``` - `mvn -pl paimon-filesystems/paimon-oss-impl -DfailIfNoTests=false clean install` (JDK 11): BUILD SUCCESS, 15 `OSSFileIOTest` tests passed, checkstyle and spotless green. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
