Hi,

sorry I have missed this. I performed the following:

[X] Download links are valid.
[X] Checksums and signatures.
[X] LICENSE/NOTICE files exist
[X] No unexpected binary files
[X] All source files have ASF headers
[X] Can compile from source
[X] Can verify the binary build

This is my +1.

Thanks in advance.
Samuele

> On 18 Jun 2024, at 20:13, PJ Fanning <fannin...@apache.org> wrote:
> 
> Hi everyone,
> 
> We still need 1 binding approval to proceed with this release. Would someone 
> have time to have a look?
> 
> 
> On 2024/06/14 18:32:34 JingZhang Chen wrote:
>> +1 for me.
>> 
>> commit id confirmed, verified binary build by using
>> `pekko-connectors-sample-kafka-to-websocket-clients`
>> 
>> [x] Download links are valid.
>> [x] Checksums and signatures.
>> [x] LICENSE/NOTICE files exist
>> [x] No unexpected binary files
>> [x] All source files have ASF headers
>> [x] Can compile from source
>> [x] Can verify the binary build
>> 
>> 
>> ```
>> ❯ sh apache-release-vote.sh CONNECTORS-KAFKA-1.1.0-M1-RC1
>> apache-pekko-connectors-kafka-1.1.0-M1-src-20240614
>> ----------------------------Verifying that the download link is correct:
>> [CONNECTORS-KAFKA-1.1.0-M1-RC1]
>> ----------------------------Download links verified!
>> sha512sum: apache-pekko-connectors-kafka-1.1.0-M1-src-20240614.tgz: No such
>> file or directory
>> apache-pekko-connectors-kafka-1.1.0-M1-src-20240614.tgz: FAILED open or read
>> sha512sum: WARNING: 1 listed file could not be read
>> gpg: 签名建立于 六  6/15 00:57:02 2024 CST
>> gpg:               使用 RSA 密钥 6BA4DA8B1C88A49428A29C3D0C69C1EF41181E13
>> gpg: 完好的签名,来自于 “PJ Fanning (http://www.apache.org/) <fannin...@apache.org>”
>> [未知]
>> gpg:                 亦即 “PJ Fanning <fannin...@yahoo.com>” [未知]
>> gpg:                 亦即 “PJ Fanning (GitHub noreply address) <
>> pjfann...@users.noreply.github.com>” [未知]
>> gpg: 警告:此密钥未被受信任签名认证!
>> gpg:       没有证据表明此签名属于其声称的所有者。
>> 主密钥指纹: 6BA4 DA8B 1C88 A494 28A2  9C3D 0C69 C1EF 4118 1E13
>> ----------------------------Checksum verified!
>> ----------------------------binary files verified!
>>  IntegrationTest / parallelExecution := false,
>>    ^
>> ----------------------------Apache Header verified!
>> https://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-core/4.2.26/metric
>> …
>>  100.0% [##########] 2.5 KiB (1.7 KiB / s)
>> https://repo1.maven.org/maven2/com/thesamet/scalapb/scalapb-runtime_2.13/0.11.1
>> …
>>  100.0% [##########] 2.3 MiB (1.4 MiB / s)
>> ----------------------------Compile verified!
>> ❯ websocat -v ws://127.0.0.1:8081/events
>> [INFO  websocat::lints] Auto-inserting the line mode
>> [INFO  websocat::stdio_threaded_peer] get_stdio_peer (threaded)
>> [INFO  websocat::ws_client_peer] get_ws_client_peer
>> [INFO  websocat::net_peer] Connected to TCP 127.0.0.1:8081
>> [INFO  websocat::ws_client_peer] Connected to ws
>> index: 0, message: verify-pekko-connectors-kafka-1.1.0-m1-rc1
>> ```
>> 
>> PJ Fanning <fannin...@apache.org> 于2024年6月15日周六 01:19写道:
>> 
>>> Hello Pekko Community,
>>> 
>>> This is a call for a vote to release Apache Pekko Connectors Kafka
>>> version 1.1.0-M1-RC1.
>>> 
>>> The discussion thread:
>>> 
>>> https://lists.apache.org/thread/o5636djmo1p7pz7gc3z3vlxj92nwdrvy
>>> 
>>> The release candidate:
>>> 
>>> https://dist.apache.org/repos/dist/dev/pekko/CONNECTORS-KAFKA-1.1.0-M1-RC1/
>>> 
>>> This release has been signed with a PGP key available here:
>>> 
>>> https://downloads.apache.org/pekko/KEYS
>>> 
>>> Release Notes:
>>> 
>>> https://github.com/apache/pekko-connectors-kafka/pull/197/files
>>> 
>>> Git tag for the release:
>>> 
>>> https://github.com/apache/pekko-connectors-kafka/tree/v1.1.0-M1-RC1
>>> Git commit ID: 2a8dfe972ff0d9931271d51c786e0cb089e177b3
>>> 
>>> Please download, verify, and test.
>>> 
>>> I have also staged jars in the Apache Nexus Repository. These were built
>>> with the same code as appears in this Source Release Candidate.
>>> I would appreciate if users could test with these too.
>>> If anyone finds any serious problems with these jars, please also notify us
>>> on this thread.
>>> 
>>> https://repository.apache.org/content/groups/staging/org/apache/pekko/
>>> 
>>> For sbt 1.9.4 or greater you can add this resolver
>>> 
>>> resolvers += Resolver.ApacheMavenStagingRepo
>>> 
>>> Otherwise for older versions of sbt
>>> 
>>> resolvers += "Apache Pekko Staging" at "
>>> https://repository.apache.org/content/groups/staging";
>>> 
>>> 
>>> The VOTE will pass if we have more positive votes than negative votes
>>> and there must be a minimum of 3 approvals from Pekko PMC members.
>>> Anyone voting in favour of the release, could you please provide a list of
>>> the checks you have done?
>>> The vote will be left open for at least 72hrs.
>>> 
>>> [ ] +1 approve
>>> [ ] +0 no opinion
>>> [ ] -1 disapprove with the reason
>>> 
>>> To learn more about Apache Pekko, please see https://pekko.apache.org/
>>> 
>>> Checklist for reference:
>>> 
>>> [ ] Download links are valid.
>>> [ ] Checksums and signatures.
>>> [ ] LICENSE/NOTICE files exist
>>> [ ] No unexpected binary files
>>> [ ] All source files have ASF headers
>>> [ ] Can compile from source
>>> [ ] Can verify the binary build
>>> 
>>> To compile from the source, please refer to:
>>> 
>>> 
>>> https://github.com/apache/pekko-connectors-kafka/tree/main?tab=readme-ov-file#building-from-source
>>> 
>>> To verify the binary build, please refer to:
>>> 
>>> 
>>> https://github.com/apache/pekko-site/wiki/Pekko-Release-Process#verifying-the-binary-build
>>> 
>>> Some notes about verifying downloads can be found at:
>>> 
>>> https://pekko.apache.org/download.html#verifying-downloads
>>> 
>>> Here is my +1 (binding).
>>> 
>>> Thanks,
>>> PJ Fanning (Apache Pekko PMC member)
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@pekko.apache.org
>>> For additional commands, e-mail: dev-h...@pekko.apache.org
>>> 
>>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@pekko.apache.org
> For additional commands, e-mail: dev-h...@pekko.apache.org
> 

Reply via email to