Thank you, Alex!

[x] Download KIE artifacts are valid.
[x] Checksums and PGP signatures are valid.
[x] Source code distributions have correct names matching the current
release.
[x] LICENSE and NOTICE files are correct.
[x] All files have license headers if necessary.
[x] No compiled archives bundled in source archive.
[x] Can compile from source.

[x] +1 approve

Toshiya


On Wed, Dec 4, 2024 at 12:08 PM Toshiya Kobayashi <
toshiyakobaya...@gmail.com> wrote:

> For the reviewer's convenience, I sent a PR for the verification steps.
>
> https://github.com/apache/incubator-kie-website/pull/10/files
>
> - LICENSE and NOTICE files in the root directory are correct.
> - All files have ASF license headers if necessary. Apache Rat helps the
> verification.
>     - Download the jar: `curl -LO
> https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.16.1/apache-rat-0.16.1.jar`
> <https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.16.1/apache-rat-0.16.1.jar>
>     - Run `java -jar apache-rat-0.16.1.jar -d . > rat-result.txt`
>     - Review the `rat-result.txt`. `Files with unapproved licenses:`
> should be one of the followings
>         - Listed in `LICENSE`
>         - Not a source code (e.g. test data, config file)
>         - Generated code
>
> Note that .rat-excludes is not used, because we want to verify all files
> in our first attempt of thorough license check. In the future, we can use
> .rat-excludes to exclude confirmed files.
>
> On Tue, Dec 3, 2024 at 9:58 PM Alex Porcelli <a...@porcelli.me> wrote:
>
>> Thank you Toshiya and Jozef for your careful diligence!
>>
>> The new sources zip has been uploaded with an updated LICENSE file.
>>
>>
>> On Tue, Dec 3, 2024 at 3:51 AM Toshiya Kobayashi
>> <toshiyakobaya...@gmail.com> wrote:
>> >
>> > Thank you, Alex!
>> >
>> > I'm still doing the verification, but I'd like to share quick findings.
>> >
>> > Jozef found that OpenSans font is SIL Open Font License, which is
>> Category
>> > B (blocker).
>> > https://github.com/apache/incubator-kie-tools/pull/2782/files
>> >
>> > So please add the file paths and the license to LICENSE file
>> >
>> > ```
>> >
>> -------------------------------------------------------------------------------------------------------------------------------------------------------------
>> > for
>> >
>> incubator-kie-tools/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/resources/org/kie/workbench/common/stunner/sw/resources/public/fonts/OpenSans-*
>> >
>> >
>> incubator-kie-tools/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-kogito-app/src/main/webapp/fonts/OpenSans-*
>> > ...
>> > ```
>> >
>> > In the same PR, Jozef added HFP.xsd etc. as GPL, but now we agreed that
>> > they are probably W3C Software License (
>> > https://www.w3.org/copyright/software-license-2023/ ) which is
>> Category A,
>> > so not a blocker.
>> >
>> > Regards,
>> > Toshiya
>> >
>> >
>> > On Tue, Dec 3, 2024 at 10:15 AM Alex Porcelli <porce...@apache.org>
>> wrote:
>> >
>> > > Hello, Apache KIE(incubating) Community!
>> > >
>> > > I'm excited to announce the call for vote to release Apache
>> > > KIE(Incubating) 10.0.0-rc4. This follows a blocker identified by the
>> > > IPMC on rc3 [1] that has now been addressed.
>> > >
>> > > **IMPORTANT: Completing the checklist is REQUIRED for a valid vote.
>> > > Please ensure you go through the items before casting your vote.**
>> > >
>> > > You can access the release candidate artifacts here:
>> > > https://dist.apache.org/repos/dist/dev/incubator/kie/10.0.0-rc4/
>> > >
>> > > Notes:
>> > > - There is only one source release available:
>> > >
>> > >
>> https://dist.apache.org/repos/dist/dev/incubator/kie/10.0.0-rc4/apache-kie-10.0.0-incubating-sources.zip
>> > > - All other artifacts are convenient binaries.
>> > >
>> > > The maven staging for this release:
>> > > - Drools:
>> > > https://repository.apache.org/content/repositories/orgapachekie-1066
>> > > - Optaplanner:
>> > > https://repository.apache.org/content/repositories/orgapachekie-1075
>> > > - Kogito Runtimes:
>> > > https://repository.apache.org/content/repositories/orgapachekie-1076
>> > > - Kogito Apps:
>> > > https://repository.apache.org/content/repositories/orgapachekie-1077
>> > > - Kogito Apps - JITExecutor Native Linux:
>> > > https://repository.apache.org/content/repositories/orgapachekie-1078
>> > > - Kogito Apps - JITExecutor Native Windows:
>> > > https://repository.apache.org/content/repositories/orgapachekie-1079
>> > > - Kogito Apps - JITExecutor Native MacOS:
>> > > https://repository.apache.org/content/repositories/orgapachekie-1080
>> > > - KIE Tools - JBPM Quarkus DevUI:
>> > > https://repository.apache.org/content/repositories/orgapachekie-1081
>> > > - KIE Tools - Sonataflow Quarkus DevUI:
>> > > https://repository.apache.org/content/repositories/orgapachekie-1082
>> > >
>> > > The artifacts are signed with PGP key corresponding to
>> > > [priv...@kie.apache.org], found in the KEYS file:
>> > > https://downloads.apache.org/incubator/kie/KEYS
>> > >
>> > > The vote will be open for at least 72 hours until the necessary number
>> > > of votes are reached.
>> > >
>> > > Please vote accordingly:
>> > > [ ] +1 approve
>> > > [ ] +0 no opinion
>> > > [ ] -1 disapprove with the reason
>> > >
>> > > To learn more about KIE, please see https://kie.apache.org/
>> > >
>> > > *Valid check is a requirement for a vote.* Checklist for reference:
>> > >
>> > > [ ] Download KIE artifacts are valid.
>> > > [ ] Checksums and PGP signatures are valid.
>> > > [ ] Source code distributions have correct names matching the current
>> > > release.
>> > > [ ] LICENSE and NOTICE files are correct.
>> > > [ ] All files have license headers if necessary.
>> > > [ ] No compiled archives bundled in source archive.
>> > > [ ] Can compile from source.
>> > >
>> > > More detail checklist please refer:
>> > >
>> > >
>> https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist
>> > >
>> > > For updated information on how to verify the release, including new
>> > > container image verification, please refer to:
>> > > https://kie.apache.org/docs/community/verify
>> > >
>> > > For updated information on how to build from source zip, please refer
>> > > to: https://kie.apache.org/docs/community/build
>> > >
>> > > [1] -
>> https://lists.apache.org/thread/nrq50szwx37doopb23wyq33v0t3bbccg
>> > >
>> > > Best,
>> > > Alex
>> > >
>> > > ---------------------------------------------------------------------
>> > > To unsubscribe, e-mail: dev-unsubscr...@kie.apache.org
>> > > For additional commands, e-mail: dev-h...@kie.apache.org
>> > >
>> > >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@kie.apache.org
>> For additional commands, e-mail: dev-h...@kie.apache.org
>>
>>

Reply via email to