https://bz.apache.org/bugzilla/show_bug.cgi?id=66644
--- Comment #3 from Dominik Stadler <[email protected]> --- FYI, a simple re-build did not show any difference when using diffoscope: for i in `find build -name *.jar`;do echo $i `basename $i`;diffoscope --progress --text - $i /tmp/`basename $i`;done build/dist/maven/poi-excelant/poi-excelant-5.2.4-SNAPSHOT.jar poi-excelant-5.2.4-SNAPSHOT.jar build/dist/maven/poi-ooxml-lite-agent/poi-ooxml-lite-agent-5.2.4-SNAPSHOT.jar poi-ooxml-lite-agent-5.2.4-SNAPSHOT.jar build/dist/maven/poi/poi-5.2.4-SNAPSHOT.jar poi-5.2.4-SNAPSHOT.jar build/dist/maven/poi-examples/poi-examples-5.2.4-SNAPSHOT.jar poi-examples-5.2.4-SNAPSHOT.jar build/dist/maven/poi-integration/poi-integration-5.2.4-SNAPSHOT.jar poi-integration-5.2.4-SNAPSHOT.jar build/dist/maven/poi-ooxml/poi-ooxml-5.2.4-SNAPSHOT.jar poi-ooxml-5.2.4-SNAPSHOT.jar build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.2.4-SNAPSHOT-sources.jar poi-ooxml-full-5.2.4-SNAPSHOT-sources.jar build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.2.4-SNAPSHOT.jar poi-ooxml-full-5.2.4-SNAPSHOT.jar build/dist/maven/poi-scratchpad/poi-scratchpad-5.2.4-SNAPSHOT.jar poi-scratchpad-5.2.4-SNAPSHOT.jar build/dist/maven/poi-ooxml-lite/poi-ooxml-lite-5.2.4-SNAPSHOT.jar poi-ooxml-lite-5.2.4-SNAPSHOT.jar As we control the version of Java that is used even using Java 17 did not result in any change in the binaries. Remaining issues that I can think of: 1) There will be a change when the build is run on a different date because of this in poi/build.gradle * content = content.replace("@DSTAMP@", new Date().format('yyyyMMdd')) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
