tiagobento opened a new issue, #1525: URL: https://github.com/apache/incubator-kie-issues/issues/1525
Many community members helped with verifying the artifacts for 10.0.0 release candidates [1]. Than you ALL for your involvement and dedication! As much as no hard blockers have been found at the moment, many small issues could be addressed to smooth things out a little bit. Here's a compilation of problems I found during my verification, together with issues that other people found during theirs. 1. `drools-docs` failed on a first run when trying to install Node.js 16 (EOL). We should not only upgrade Node.js to 20 (LTS) but also try and understand what is causing it to fail for the first time. 2. Extra argument `-Dquarkus.native.additional-build-args=-H:-CheckToolchain` needed when building `kogito-apps` on Arm-based MacBook Pro, with `graalvm-jdk-17.0.12+8.1`. 4. `kie-tools` build got stuck on a prompt from Angular about collecting analytics. We need to have this disabled by default. 5. `kogito-images` copying the entire local Maven repository (`~/.m2/repository`) inside Container images during build, causing build to fail for people with a large local Maven repository. 6. `999-SNAPSHOT` references found on disabled modules on `[email protected]` (dead code) 7. Create and commit a per-repo list of files to be ignored by Apache RAT. 8. `helm-docs` is not listed as a requirement before building 10.0.0 from source. 9. Lots of `[WARNING] Could not validate integrity of download from http://172.17.0.2/` when using `maven-m2-repo-via-http` during `kie-tools` build. 10. ✅ FIXED: ~Had to install `'requests<2.32.0'` with `python -m pip install 'requests<2.32.0'` before building `kogito-images`, otherwise it didn't work.~ (Fixed for 10.1+ since `kogito-images` has been permanently moved to `kie-tools`). 11. ✅ FIXED: ~`999-SNAPSHOT` references found on `[email protected]`~ (Fixed for 10.1+ since `kogito-images` has been permanently moved to `kie-tools`) --- [1] https://kie.apache.org/docs/community/verify/ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
