Re: [VOTE] Apache Tuweni 2.0.0

2021-06-09 Thread Antoine Toulme
Absolutely. We onboarded a new committer earlier this year and have been 
pushing hard to get new contributions 
(https://twitter.com/_tmio/status/1402014603232497678).
We received recently interest from 2 new contributors.

To do so, I also started educating the project with resources on the ASF, and I 
have made several presentations and videos showcasing why Tuweni is at Apache:
https://twitter.com/ChainSafeth/status/1400452161088102409
https://www.youtube.com/watch?v=9fyaDQ55x_E=PLWafk17Jd7VZY793NdRERKIV62GkQzUbc
https://www.youtube.com/watch?v=-BDarYVhS1s=PLWafk17Jd7VZY793NdRERKIV62GkQzUbc=2

It is absolutely imperative that our project shows a diverse community of 
volunteers. That’s where we reported we were at during the last board report:
https://cwiki.apache.org/confluence/display/TUWENI/May+2021

Thank you for your feedback, please feel free to come and help, and let us know 
how else we can help this project grow.

Cheers!

Antoine

> On Jun 9, 2021, at 7:08 PM, Xun Liu  wrote:
> 
> Hi, Antoine
> 
> +1 (non-binding) from me, I have checked the following items:
> - Incubating in name
> - NOTICE is fine
> - DISCLAIMER exists
> - All links are valid
> - No unexpected binary files
> - All ASF files have ASF headers
> 
> In addition, I have no intention of offending, but I have a little
> suggestion.
> I looked at tuweni's project contributors list, and I saw that most of the
> PRs were submitted by you.
> I believe you are a master of programming, but you also need to do some
> work in developing
> the community so that more people can participate in the development of the
> tuweni project.
> In that way, I believe that the tuweni project will develop healthier. :-)
> 
> Best regards
> Xun Liu
> 
> On Thu, Jun 10, 2021 at 6:56 AM Antoine Toulme  wrote:
> 
>> Hello all,
>> This is a call for a vote to release Apache Tuweni (incubating) version
>> 2.0.0. Apache Tuweni is a set of libraries and other tools to aid
>> development of blockchain and other decentralized software in Java and
>> other JVM languages. It includes a low-level bytes library, serialization
>> and deserialization codecs (e.g. RLP), various cryptography functions and
>> primitives, and lots of other helpful utilities.
>> 
>> The Apache Tuweni community has voted on and approved a proposal to
>> release Apache Tuweni (Incubating) version 2.0.0. We would like to request
>> the Incubator PMC members review and vote on this incubator release.
>> 
>> Release information:
>> Vote result thread:
>> 
>> https://lists.apache.org/thread.html/rfdedc3c78164f3cf92874a95cc2c5f4916267a41ec3c6aa020bb18a3%40%3Cdev.tuweni.apache.org%3E
>> We're voting on the source distributions available here:
>> https://dist.apache.org/repos/dist/dev/incubator/tuweni/2.0.0-incubating/
>> The release tag is present here:
>> 
>> https://github.com/apache/incubator-tuweni/releases/tag/v2.0.0-incubating-rc
>> 
>> This release includes the following changes:
>> 
>> Features:
>> * Users can select to keep select connections to other peers alive,
>> reconnecting on disconnection (RLPx)
>> * New faucet application, with a simple wallet.
>> * JSON-RPC client and server (server is just started)
>> * Add syncing capabilities for mainnet
>> * Cache hashcode on Bytes objects.
>> * Use one binary bistro, and one Docker image for all of Tuweni.
>> * Implement the EVM as Kotlin code, instead of importing EVMC
>> * Add ethstats server
>> * Add network crawler
>> * Add proxy subprotocol
>> * Add support for eth/66 (RLPx)
>> 
>> Fixes:
>> * DNS daemon no longer throws errors when it cannot communicate over TCP
>> * NOTICE for binary distro
>> * #168: Fix Bytes32.wrap with offset
>> * Remove biased language (allowlist, main branch)
>> 
>> Thank you,
>> Antoine.
>> ---
>> On behalf of Tuweni community
>> 
>> -
>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> For additional commands, e-mail: general-h...@incubator.apache.org
>> 
>> 


-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Apache Tuweni 2.0.0

2021-06-09 Thread Xun Liu
Hi, Antoine

+1 (non-binding) from me, I have checked the following items:
- Incubating in name
- NOTICE is fine
- DISCLAIMER exists
- All links are valid
- No unexpected binary files
- All ASF files have ASF headers

In addition, I have no intention of offending, but I have a little
suggestion.
I looked at tuweni's project contributors list, and I saw that most of the
PRs were submitted by you.
I believe you are a master of programming, but you also need to do some
work in developing
the community so that more people can participate in the development of the
tuweni project.
In that way, I believe that the tuweni project will develop healthier. :-)

Best regards
Xun Liu

On Thu, Jun 10, 2021 at 6:56 AM Antoine Toulme  wrote:

> Hello all,
> This is a call for a vote to release Apache Tuweni (incubating) version
> 2.0.0. Apache Tuweni is a set of libraries and other tools to aid
> development of blockchain and other decentralized software in Java and
> other JVM languages. It includes a low-level bytes library, serialization
> and deserialization codecs (e.g. RLP), various cryptography functions and
> primitives, and lots of other helpful utilities.
>
> The Apache Tuweni community has voted on and approved a proposal to
> release Apache Tuweni (Incubating) version 2.0.0. We would like to request
> the Incubator PMC members review and vote on this incubator release.
>
> Release information:
> Vote result thread:
>
> https://lists.apache.org/thread.html/rfdedc3c78164f3cf92874a95cc2c5f4916267a41ec3c6aa020bb18a3%40%3Cdev.tuweni.apache.org%3E
> We're voting on the source distributions available here:
> https://dist.apache.org/repos/dist/dev/incubator/tuweni/2.0.0-incubating/
> The release tag is present here:
>
> https://github.com/apache/incubator-tuweni/releases/tag/v2.0.0-incubating-rc
>
> This release includes the following changes:
>
> Features:
> * Users can select to keep select connections to other peers alive,
> reconnecting on disconnection (RLPx)
> * New faucet application, with a simple wallet.
> * JSON-RPC client and server (server is just started)
> * Add syncing capabilities for mainnet
> * Cache hashcode on Bytes objects.
> * Use one binary bistro, and one Docker image for all of Tuweni.
> * Implement the EVM as Kotlin code, instead of importing EVMC
> * Add ethstats server
> * Add network crawler
> * Add proxy subprotocol
> * Add support for eth/66 (RLPx)
>
> Fixes:
> * DNS daemon no longer throws errors when it cannot communicate over TCP
> * NOTICE for binary distro
> * #168: Fix Bytes32.wrap with offset
> * Remove biased language (allowlist, main branch)
>
> Thank you,
> Antoine.
> ---
> On behalf of Tuweni community
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


[VOTE] Apache Tuweni 2.0.0

2021-06-09 Thread Antoine Toulme
Hello all,
This is a call for a vote to release Apache Tuweni (incubating) version 2.0.0. 
Apache Tuweni is a set of libraries and other tools to aid development of 
blockchain and other decentralized software in Java and other JVM languages. It 
includes a low-level bytes library, serialization and deserialization codecs 
(e.g. RLP), various cryptography functions and primitives, and lots of other 
helpful utilities.

The Apache Tuweni community has voted on and approved a proposal to release 
Apache Tuweni (Incubating) version 2.0.0. We would like to request the 
Incubator PMC members review and vote on this incubator release.

Release information:
Vote result thread:
https://lists.apache.org/thread.html/rfdedc3c78164f3cf92874a95cc2c5f4916267a41ec3c6aa020bb18a3%40%3Cdev.tuweni.apache.org%3E
We're voting on the source distributions available here:
https://dist.apache.org/repos/dist/dev/incubator/tuweni/2.0.0-incubating/
The release tag is present here:
https://github.com/apache/incubator-tuweni/releases/tag/v2.0.0-incubating-rc

This release includes the following changes:

Features:
* Users can select to keep select connections to other peers alive, 
reconnecting on disconnection (RLPx)
* New faucet application, with a simple wallet.
* JSON-RPC client and server (server is just started)
* Add syncing capabilities for mainnet
* Cache hashcode on Bytes objects.
* Use one binary bistro, and one Docker image for all of Tuweni.
* Implement the EVM as Kotlin code, instead of importing EVMC
* Add ethstats server
* Add network crawler
* Add proxy subprotocol
* Add support for eth/66 (RLPx)

Fixes:
* DNS daemon no longer throws errors when it cannot communicate over TCP
* NOTICE for binary distro
* #168: Fix Bytes32.wrap with offset
* Remove biased language (allowlist, main branch)

Thank you,
Antoine.
---
On behalf of Tuweni community

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache NLPCraft (incubating) v 0.8.0

2021-06-09 Thread Paul King
+1 (binding) carrying over my dev vote


Virus-free.
www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Wed, Jun 9, 2021 at 2:39 AM Aaron Radzinski 
wrote:

> Hello all,
> This is a call for a vote to release Apache NLPCraft (incubating)
> version 0.8.0. Apache NLPCraft is a library for adding a natural
> language interface to any application.
>
> The Apache NLPCraft community has voted on and approved a proposal to
> release Apache NLPCraft (Incubating) version 0.8.0. We would like to
> request the Incubator PMC members review and vote on this incubator
> release.
>
> Release information:
> 1. PPMC vote result thread:
> https://mail-archives.apache.org/mod_mbox/nlpcraft-dev/202106.mbox/
> 
> 2. Release location:
> https://dist.apache.org/repos/dist/dev/incubator/nlpcraft/nlpcraft/0.8.0/
> 3. Git tag: https://github.com/apache/incubator-nlpcraft/tree/v0.8.0
> 4. JIRA issues fixed in release:
> https://issues.apache.org/jira/projects/NLPCRAFT/versions/12350193
> 5. KEYS file:
> https://dist.apache.org/repos/dist/release/incubator/nlpcraft/KEYS
>
> PPMC vote has already provided a required majority approval and
> therefore this vote is a lazy consensus vote open for 72 hours.
>
> Please vote accordingly:
> +1 approve
> +0 no opinion
> -1 disapprove with the reason
>
> Thank you,
> Aaron.
> ---
> On behalf of NLPCraft community
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE] Release Apache Hop (incubating) 0.99-rc1

2021-06-09 Thread Xun Liu
+1 (non-binding) from me, I have checked the following items:

- Incubating in name
- NOTICE is fine
- DISCLAIMER exists
- All links are valid
- No unexpected binary files
- All ASF files have ASF headers

Best regards
Xun Liu

On Wed, Jun 9, 2021 at 4:47 PM Hans Van Akelyen 
wrote:

> Hi All,
>
> This will be our preview 1.0 release, this release contains both the source
> code and binary to run the client. This will also be our first release
> without DISCLAIMER-WIP but the regular disclaimer.
>
> This release aims to get as much feedback as possible so we can remove some
> final bugs before releasing 1.0.
>
> Build instructions can be found in the README included.
>
> Hop community vote and result threads:
> Vote:
>
>
> https://lists.apache.org/thread.html/ra0cb8d9286e3cabf3348f3544a6dc0e60dcdd87a58918a7c1a413d36%40%3Cdev.hop.apache.org%3E
> Result:
>
> https://lists.apache.org/thread.html/ra6e1e447f5611bea927e8b41558d5ff790e8475e8e44629b7e872a14%40%3Cdev.hop.apache.org%3E
>
> The tag to be voted on is 0.99-rc1 (commit a29e5a7)
> https://github.com/apache/incubator-hop/tree/0.99-rc1
>
> The release files, including signatures, digests, etc. can be found at:
>
> https://dist.apache.org/repos/dist/dev/incubator/hop/apache-hop-0.99-incubating-rc1/
>
> The SHA512 Checksum for these artifacts is:
> code:
>
> ab62b90b311097fde622884cbcd3c67ccec75cfe0be2c70c7dd773528f34290994a0c3a166a1cecb04a5342d5eccb6953f258b87c0497e90e2ffd2c5f31723a3
>
> client:
>
> 99f28e78d4795c19ae686094bcef6e75e875fcd213c967c868108afcf3fc0bcd83a268e2566aee122ae74c0dc54cffdd1a7e43bfcf7fcf23f3dda50487d5b644
>
> Release artifacts are signed with the following key:
> https://keyserver.ubuntu.com/pks/lookup?op=get=0x9a8a628dd4f4aa1e
>
> For more information about the contents of this release, see:
> https://issues.apache.org/jira/projects/HOP/versions/12350036
>
> Please vote on releasing this package as Apache Hop (incubating) 0.99!
>
> The vote is open for 72 hours and passes if
> a majority of at least 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Hop (incubating) 0.99
> [ ] +0 No opinion
> [ ] -1 Do not release this package because ...
>
> Best Regards,
> Hans
>


Champion and Mentors wanted for new potential Apache SST incubator project

2021-06-09 Thread Lothar Klein

Dear IPMC members,

We are looking for a Champion and Mentors for the new SST incubator project 
proposal; see below.
So far I contacted Justin Mclean and Christofer Dutz and they are considering 
to become mentors.

Best Regards
Lothar


=== Abstract ===

SST (Semantic STEP Technology) is an optimized RDF/OWL API with
GIT like revision control capabilities as an enabler for a new
comprehensive CAD/CAx data model derived from ISO 10303 (STEP)
and ISO 15926 (Oil & Gas) standards.

=== Rationale: The Problem to solve ===

There are many different kinds of Computer-aided technology
(CAx) systems around. Some are listed here:
=> https://en.wikipedia.org/wiki/Computer-aided_technologies

For all organizations that are involved in the design,
production, maintenance and commercial use of industrial
products a smooth exchange of data between these tools would be
needed. Also please have in mind that for most industrial
production a big supply network has be coordinated; each with
it’s own specific tools.

The reality is that data exchange between these system is often
not possible and if available the interface tools are
incomplete as they exchange only some, but not all needed data.
The problem get even worse as often the systems have to be used
in a cyclic iterative way to deal with design changes. The
truth is also that for all CAx systems a big part of the
software development power (if not the biggest part) is spent
on the interfaces to other system, not on the core
functionality the system provides.

STEP is a big attempt to address this issue. In the
introduction of ISO 10303-1:1994 "Overview and fundamental
principles" and extended in the 2021 edition we can read:

"ISO 10303 is an International Standard for the
computer-interpretable representation of product information
and for the exchange of product data. The objective is to
provide a neutral mechanism capable of describing products
throughout their life cycle. This mechanism is suitable not
only for neutral file exchange, but also as a basis for
implementing and sharing product databases, and as a basis for
archiving. The information generated about a product during its
design, manufacture, use, maintenance, and disposal is used for
many purposes. The use can involve many computer systems,
including some that can be located in different organizations.
In order to support such uses, organizations need to be able to
represent their product information in a common
computer-interpretable form that is required to remain complete
and consistent when exchanged among different computer
systems."
=> https://www.iso.org/obp/ui/#iso:std:iso:10303:-1:ed-2:v1:en

In the introduction of ISO 15926-1:2004 "Overview and
fundamental principles" we can see slightly different but
highly overlapping goals:
=> https://www.iso.org/obp/ui/#iso:std:iso:15926:-1:ed-1:v1:en

The goals of the ISO 10303 and 15926 series of standards are
only very partially achieved in practice today.

The aim of the SST project is to make the visions of these
standards a reality by providing an open source environment
that is suitable to directly operate on distributed data on servers
managed by different organizations.

=== Background ===

ISO 10303 and ISO 15926 and other series of standards are
developed by the ISO Technical Committee 184: Automation
Systems and Integration, Subcommittee 4: Industrial data. In
its resolution number 9 from March 1985 the overall goal was
expressed as: "To develop as soon as possible a single
international standard for the exchange of product definition
data to be called the standard for the exchange of product
model data (STEP)." It took almost 10 years (1994/95) till the
publication of the first set of standards. The geometric data
models and assembly structures developed back then are today
widely implemented by CAD and other systems. Since then the
STEP standard grew constantly with lots of new application
areas and layers of abstraction; but with only a few of the new
capabilities really implemented and widely used. For upward
compatibility reasons the originals data models where kept in
place with only minor extensions.

In parallel to the development of STEP, the process industry
was searching for ways to capture the life-cycle data for their
process plants. As ISO 10303 misses to capture the things
around us in a clear and precise way they developed the ISO
15926 series of standards that are based on a 4D data model,
allowing to fully capture things in time and space. The generic
data model in part 2 was released in 2003, and now there is
part 12 with a mapping to OWL:
ISO/TS 15926-12:2018 Industrial automation systems and
integration — Integration of life-cycle data for process plants
including oil and gas production facilities — Part 12:
Life-cycle integration ontology represented in Web Ontology
Language (OWL)

There had been a number of attempts to implement ISO 10303 and
ISO 15926 on the basis of OWL/RDF technologies; but they all
have in common 

Re: [VOTE] Release Apache NLPCraft (incubating) v 0.8.0

2021-06-09 Thread Chao Zhang
Hi,

+1 (non-binding) from me, I have checked the following stuffs.

1. All download links are valid
2. LICENSE and NOTICE files are correct
3. Shasum and Signature are good.
4. No binary files.

Best regards
Chao Zhang

https://github.com/tokers

On Wed, Jun 9, 2021 at 12:39 AM Aaron Radzinski  wrote:
>
> Hello all,
> This is a call for a vote to release Apache NLPCraft (incubating)
> version 0.8.0. Apache NLPCraft is a library for adding a natural
> language interface to any application.
>
> The Apache NLPCraft community has voted on and approved a proposal to
> release Apache NLPCraft (Incubating) version 0.8.0. We would like to
> request the Incubator PMC members review and vote on this incubator
> release.
>
> Release information:
> 1. PPMC vote result thread:
> https://mail-archives.apache.org/mod_mbox/nlpcraft-dev/202106.mbox/
> 2. Release location:
> https://dist.apache.org/repos/dist/dev/incubator/nlpcraft/nlpcraft/0.8.0/
> 3. Git tag: https://github.com/apache/incubator-nlpcraft/tree/v0.8.0
> 4. JIRA issues fixed in release:
> https://issues.apache.org/jira/projects/NLPCRAFT/versions/12350193
> 5. KEYS file: 
> https://dist.apache.org/repos/dist/release/incubator/nlpcraft/KEYS
>
> PPMC vote has already provided a required majority approval and
> therefore this vote is a lazy consensus vote open for 72 hours.
>
> Please vote accordingly:
> +1 approve
> +0 no opinion
> -1 disapprove with the reason
>
> Thank you,
> Aaron.
> ---
> On behalf of NLPCraft community
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[jira] [Commented] (INCUBATOR-267) Update the podling retirement guide

2021-06-09 Thread Willem Jiang (Jira)


[ 
https://issues.apache.org/jira/browse/INCUBATOR-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17359886#comment-17359886
 ] 

Willem Jiang commented on INCUBATOR-267:


merged the PR https://github.com/apache/incubator/pull/95  into master branch.

> Update the podling retirement guide
> ---
>
> Key: INCUBATOR-267
> URL: https://issues.apache.org/jira/browse/INCUBATOR-267
> Project: Incubator
>  Issue Type: Improvement
>Reporter: Willem Jiang
>Priority: Major
>
> We need to ask Infra to remove the LDAP entry of the retired project. 
> As we can update retired website by adding empty index.html file into the 
> director of retired project like this   
> [https://github.com/apache/incubator/tree/master/assets/retired/\{podling} 
> |https://github.com/apache/incubator/tree/master/assets/retired]
> according to [this 
> discussion|https://lists.apache.org/thread.html/re412c99987badb24c9d50976211346b3775aa42a19900b442f920e75%40%3Cgeneral.incubator.apache.org%3E]
> We need to update the [steps to retirement | 
> https://incubator.apache.org/guides/retirement.html#steps_to_retirement] 
> about it. 
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re:[VOTE] Release Apache NLPCraft (incubating) v 0.8.0

2021-06-09 Thread Juan Pan
Hi +1 binding


I checked,

[x] Download links are valid.

[x] Checksums and PGP signatures are valid.

[x] LICENSE, NOTICE and DISCLAIMER-WIP files are correct.

[x] All files have license headers if necessary.






--
Juan Pan(Trista), Apache ShardingSphere PMC
Twitter, @trista86934690


On 06/9/2021 00:39,Aaron Radzinski wrote:
Hello all,
This is a call for a vote to release Apache NLPCraft (incubating)
version 0.8.0. Apache NLPCraft is a library for adding a natural
language interface to any application.

The Apache NLPCraft community has voted on and approved a proposal to
release Apache NLPCraft (Incubating) version 0.8.0. We would like to
request the Incubator PMC members review and vote on this incubator
release.

Release information:
1. PPMC vote result thread:
https://mail-archives.apache.org/mod_mbox/nlpcraft-dev/202106.mbox/
2. Release location:
https://dist.apache.org/repos/dist/dev/incubator/nlpcraft/nlpcraft/0.8.0/
3. Git tag: https://github.com/apache/incubator-nlpcraft/tree/v0.8.0
4. JIRA issues fixed in release:
https://issues.apache.org/jira/projects/NLPCRAFT/versions/12350193
5. KEYS file: https://dist.apache.org/repos/dist/release/incubator/nlpcraft/KEYS

PPMC vote has already provided a required majority approval and
therefore this vote is a lazy consensus vote open for 72 hours.

Please vote accordingly:
+1 approve
+0 no opinion
-1 disapprove with the reason

Thank you,
Aaron.
---
On behalf of NLPCraft community

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org


[VOTE] Release Apache Hop (incubating) 0.99-rc1

2021-06-09 Thread Hans Van Akelyen
Hi All,

This will be our preview 1.0 release, this release contains both the source
code and binary to run the client. This will also be our first release
without DISCLAIMER-WIP but the regular disclaimer.

This release aims to get as much feedback as possible so we can remove some
final bugs before releasing 1.0.

Build instructions can be found in the README included.

Hop community vote and result threads:
Vote:

https://lists.apache.org/thread.html/ra0cb8d9286e3cabf3348f3544a6dc0e60dcdd87a58918a7c1a413d36%40%3Cdev.hop.apache.org%3E
Result:
https://lists.apache.org/thread.html/ra6e1e447f5611bea927e8b41558d5ff790e8475e8e44629b7e872a14%40%3Cdev.hop.apache.org%3E

The tag to be voted on is 0.99-rc1 (commit a29e5a7)
https://github.com/apache/incubator-hop/tree/0.99-rc1

The release files, including signatures, digests, etc. can be found at:
https://dist.apache.org/repos/dist/dev/incubator/hop/apache-hop-0.99-incubating-rc1/

The SHA512 Checksum for these artifacts is:
code:
ab62b90b311097fde622884cbcd3c67ccec75cfe0be2c70c7dd773528f34290994a0c3a166a1cecb04a5342d5eccb6953f258b87c0497e90e2ffd2c5f31723a3

client:
99f28e78d4795c19ae686094bcef6e75e875fcd213c967c868108afcf3fc0bcd83a268e2566aee122ae74c0dc54cffdd1a7e43bfcf7fcf23f3dda50487d5b644

Release artifacts are signed with the following key:
https://keyserver.ubuntu.com/pks/lookup?op=get=0x9a8a628dd4f4aa1e

For more information about the contents of this release, see:
https://issues.apache.org/jira/projects/HOP/versions/12350036

Please vote on releasing this package as Apache Hop (incubating) 0.99!

The vote is open for 72 hours and passes if
a majority of at least 3 +1 PMC votes are cast.

[ ] +1 Release this package as Apache Hop (incubating) 0.99
[ ] +0 No opinion
[ ] -1 Do not release this package because ...

Best Regards,
Hans


[GitHub] [incubator] WillemJiang merged pull request #95: Incubator-267 Update the guide of retirement

2021-06-09 Thread GitBox


WillemJiang merged pull request #95:
URL: https://github.com/apache/incubator/pull/95


   


-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache Teaclave TrustZone SDK (incubating) v0.1.0-rc1

2021-06-09 Thread Furkan KAMACI
Hi,

+1 from me.

I checked:

- DISCLAIMER-WIP exists
- NOTICE is fine
- Checked PGP signatures
- Checked checksums
- Code compiles

PS: Files without ASF headers should be fixed.

Kind Regards,
Furkan KAMACI

On Tue, Jun 8, 2021 at 9:34 AM Xun Liu  wrote:

> Hi,
>
> I have checked the following items:
> - Incubating in name
> - NOTICE is fine
> - DISCLAIMER exists
> - All links are valid
> - No unexpected binary files
>
> But I found below these ASF files didn't have ASF headers,
>
> https://github.com/apache/incubator-teaclave-trustzone-sdk/blob/master/Dockerfile
>
> https://github.com/apache/incubator-teaclave-trustzone-sdk/blob/master/aarch64-unknown-optee-trustzone.json
>
> https://github.com/apache/incubator-teaclave-trustzone-sdk/blob/master/arm-unknown-optee-trustzone.json
> There may be other missing files, Please check it again, Thanks. :-)
>
> Best regards
> Xun Liu
>
>
> On Tue, Jun 8, 2021 at 11:45 AM Gang(Gary) Wang  wrote:
>
> > +1 binding.
> > Thanks.
> >
> > On Mon, Jun 7, 2021 at 8:42 PM Zhaofeng Chen  wrote:
> >
> > >  +1.
> > >
> > > I checked
> > > - Signatures and hashes are good.
> > > - Sources compiled successfully according to the doc.
> > > - All test cases are passed.
> > >
> > > Best,
> > > Zhaofeng
> > >
> > > On Mon, Jun 7, 2021 at 8:16 PM Justin Mclean  >
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > +1 binding, but only due to WIP disclaimer. The license issue, file
> > > header
> > > > and binary files issues will need to be fixed at some point.
> > > >
> > > > I also note that this release contains code under the GPL license,
> > which
> > > > is not compatible with the Apache license and cannot be included in
> an
> > > ASF
> > > > source release. It would be good to note this in your disclaimer so
> > that
> > > > users of this software are aware of this issue. Hopefully the PPMC is
> > > aware
> > > > of this issue and has a plan to remove or replace this software with
> > > > something that has a compatible license.
> > > >
> > > > I checked:
> > > > - Incubating in name
> > > > - signatures and hashes are fine
> > > > - WIP DISCLAIMER exists
> > > > - LICENSE needs more work
> > > > - NOTICE is fine
> > > > - There are unexpected binary files in the source release
> > > > - There a large number of source files without ASF header so it is
> not
> > > > easy to tell if files have the right headers or not
> > > > - didn’t compile from source
> > > >
> > > > Thanks.
> > > > Justin
> > > > -
> > > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > > > For additional commands, e-mail: general-h...@incubator.apache.org
> > > >
> > > >
> > >
> >
>


Re: [VOTE] Release Apache NLPCraft (incubating) v 0.8.0

2021-06-09 Thread Furkan KAMACI
Hi,

+1 from me (binding, carrying over my vote).

I checked:

- LICENSE and NOTICE are fine
- No unexpected binary files
- Checked PGP signatures
- Checked checksums
- Code compiles and tests successfully run
- Apache rat checks are OK

Kind Regards,
Furkan KAMACI

On Wed, Jun 9, 2021 at 4:38 AM Xun Liu  wrote:

> +1 (non-binding) from me, I have checked the following items:
>
> - Incubating in name
> - NOTICE is fine
> - DISCLAIME-WIP exists
> - All links are valid
> - No unexpected binary files
> - All ASF files have ASF headers
>
> Best regards
> Xun Liu
>
> On Wed, Jun 9, 2021 at 12:39 AM Aaron Radzinski 
> wrote:
>
> > Hello all,
> > This is a call for a vote to release Apache NLPCraft (incubating)
> > version 0.8.0. Apache NLPCraft is a library for adding a natural
> > language interface to any application.
> >
> > The Apache NLPCraft community has voted on and approved a proposal to
> > release Apache NLPCraft (Incubating) version 0.8.0. We would like to
> > request the Incubator PMC members review and vote on this incubator
> > release.
> >
> > Release information:
> > 1. PPMC vote result thread:
> > https://mail-archives.apache.org/mod_mbox/nlpcraft-dev/202106.mbox/
> >  40mail.gmail.com>
> > 2. Release location:
> >
> https://dist.apache.org/repos/dist/dev/incubator/nlpcraft/nlpcraft/0.8.0/
> > 3. Git tag: https://github.com/apache/incubator-nlpcraft/tree/v0.8.0
> > 4. JIRA issues fixed in release:
> > https://issues.apache.org/jira/projects/NLPCRAFT/versions/12350193
> > 5. KEYS file:
> > https://dist.apache.org/repos/dist/release/incubator/nlpcraft/KEYS
> >
> > PPMC vote has already provided a required majority approval and
> > therefore this vote is a lazy consensus vote open for 72 hours.
> >
> > Please vote accordingly:
> > +1 approve
> > +0 no opinion
> > -1 disapprove with the reason
> >
> > Thank you,
> > Aaron.
> > ---
> > On behalf of NLPCraft community
> >
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
>