-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EPIC - Issues found during Apache KIE 10.0.0 release candidates verification/votes #1525
Comments
@tkobayas Can you help me understand this quote from https://lists.apache.org/thread/l7gx1wc1lfhkoxg1kwy2pzyp0nv9l2fl?
What are the "compiled archives" you found on our sources? Thanks! |
Under incubator-kie-10.0.0-rc2-sources directory, All jar files:
jar files containing .class files:
I thought that test resources are acceptable. Should they be changed? (e.g. generate the jars during maven build) |
@tkobayas Hi! Just reminding you of the existence of this EPIC. I'm trying to keep it up-to-date, but if you find something that is not here, please feel free to edit it's description directly! Thank you! 😊 |
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.
Required by IPMC
apache-kie-10.0.0-incubating
#1531.zip
and.tar.gz
artifacts contain LICENSE, NOTICE, and DISCLAIMER-WIP files #1533Nice to have
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.-Dquarkus.native.additional-build-args=-H:-CheckToolchain
needed when buildingkogito-apps
on Arm-based MacBook Pro, withgraalvm-jdk-17.0.12+8.1
.kie-tools
build got stuck on a prompt from Angular about collecting analytics. We need to have this disabled by default.999-SNAPSHOT
references found on disabled modules on[email protected]
(dead code)helm-docs
is not listed as a requirement before building 10.0.0 from source.(see kie-tools#2621: Remove build-kogito-app stage from Kogito images incubator-kie-tools#2682)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.Create and commit a per-repo list of files to be ignored by Apache RAT(see Add .rat-excludes file to each repository #1613).Lots of(Fixed for 10.1+, see: apache/incubator-kie-tools@b6b6d3a)[WARNING] Could not validate integrity of download from http://172.17.0.2/
when usingmaven-m2-repo-via-http
duringkie-tools
build.Had to install(Fixed for 10.1+ since'requests<2.32.0'
withpython -m pip install 'requests<2.32.0'
before buildingkogito-images
, otherwise it didn't work.kogito-images
has been permanently moved tokie-tools
).(Fixed for 10.1+ since999-SNAPSHOT
references found on[email protected]
kogito-images
has been permanently moved tokie-tools
)[1] https://kie.apache.org/docs/community/verify/
For reference, here are the internal voting threads:
rc1: https://lists.apache.org/thread/x1q6yz6ybmb4ym6p16bjgcdksfn900sf
rc2: https://lists.apache.org/thread/t72b95d3q1qvcyd7lbqkrt8cdx2cgsp2
rc3: https://lists.apache.org/thread/nxx66ccognnk8fozt4nk11z7g57c7fnb
The text was updated successfully, but these errors were encountered: