[ANNOUNCE] Apache ShardingSphere 4.0.1 available

2020-03-10 Thread zhaojun
Hi all,

Apache ShardingSphere (incubating) Team is glad to announce the first release 
of Apache ShardingSphere Incubating 4.0.1.

ShardingSphere is an open-source ecosystem consisted of a set of distributed 
database middleware solutions, including 2 independent products, Sharding-JDBC 
& Sharding-Proxy. 
They both provide functions of data sharding, distributed transaction and 
database orchestration, applicable in a variety of situations such as Java 
isomorphism, heterogeneous language. 
Aiming at reasonably making full use of the computation and storage capacity of 
the database in a distributed system, ShardingSphere defines itself as a 
middleware, rather than a totally new type of database. 
As the cornerstone of many enterprises, relational database still takes a huge 
market share. 
Therefore, at the current stage, we prefer to focus on its increment instead of 
a total overturn.

Download Links: https://shardingsphere.apache.org/document/current/en/downloads/

Release Notes: 
https://github.com/apache/incubator-shardingsphere/blob/master/RELEASE-NOTES.md

Website: https://shardingsphere.apache.org/

ShardingSphere Resources:
- Issue: https://github.com/apache/incubator-shardingsphere/issues/
- Mailing list: d...@shardingsphere.apache.org
- Documents: https://shardingsphere.apache.org/document/current/



- Apache ShardingSphere (incubating) Team


=
*Disclaimer*

Apache ShardingSphere (incubating) is an effort undergoing incubation at The 
Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.
Incubation is required of all newly accepted projects until a further review 
indicates that the infrastructure, 
communications, and decision making process have stabilized in a manner 
consistent with other successful ASF projects. 
While incubation status is not necessarily a reflection of the completeness or 
stability of the code, 
it does indicate that the project has yet to be fully endorsed by the ASF.

--
Zhao Jun (cherrylzhao)
Apache ShardingSphere & ServiceComb


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



[DISCUSS][VOTE] Accept Rainbow into Apache Incubator

2020-03-10 Thread Dave Fisher
Hi -

There was a request in the Discussion to allow a look at the now private 
repository. Was that link ever provided? I really cannot vote +1 until I can 
get a chance to minimally review the repository.

Regards,
Dave

> On Mar 9, 2020, at 11:29 PM, Jean-Baptiste Onofre  wrote:
> 
> Hi,
> 
> Following the discussion about Rainbow proposal [1], I would like to call a 
> vote to accept Rainbow [2] into the Apache Incubator.
> 
> Please vote to accept Rainbow:
> 
>  [ ] +1, accept Rainbow into Incubator
>  [ ] -1, don’t accept Rainbow into Incubator (please provide a reason)
> 
> The vote is open for 72 hours.
> 
> Thanks,
> Regards
> JB
> 
> [1] 
> https://mail-archives.apache.org/mod_mbox/incubator-general/202002.mbox/%3CCADa_fpAzW9j283xv0ObUVgddNv-AqMC%2BDDmsW-8dmK-pzffMoA%40mail.gmail.com%3E
>  
> 
> [2] https://cwiki.apache.org/confluence/display/INCUBATOR/Apache+Rainbow 
> 


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



Re: [MENTORS] https://www.apache.org/dist/ has been deprecated

2020-03-10 Thread Dave Fisher



> On Mar 9, 2020, at 3:18 AM, Bertrand Delacretaz  
> wrote:
> 
> Hi,
> 
> On Wed, Mar 4, 2020 at 10:15 AM Justin Mclean  
> wrote:
>> The new URL to use is https://downloads.apache.org. ...

The clutch analysis for each podling now refers to downloads.apache.org.

Index: clutch2.py
===
--- clutch2.py  (revision 1875041)
+++ clutch2.py  (working copy)
@@ -779,7 +779,7 @@
 file = fields[-1]
 if file:
 if re.search('KEYS(\.txt)?$', file):
-keysList[podling] = 
"{0}/{1}".format("https://www.apache.org/dist/incubator;, line)
+keysList[podling] = 
"{0}/{1}".format("https://downloads.apache.org/incubator;, line)
 if re.search('\.(asc|sig)$', file, flags=re.IGNORECASE):
 path = "/".join(fields[1:])
 if optionVerbose:
@@ -1131,7 +1131,7 @@
 
 # See if they have a distribution area yet.
 for nameDist in projects[k]['resourceNames']:
-urlDist = "https://www.apache.org/dist/incubator/{0}/".format(nameDist)
+urlDist = 
"https://downloads.apache.org/incubator/{0}/".format(nameDist)
 urlMirror = 
"https://www.apache.org/dyn/closer.lua/incubator/{0}/".format(nameDist)
 urlDistSVN = 
"https://dist.apache.org/repos/dist/release/incubator/{0}".format(nameDist)
 if nameDist in distareas:
Index: clutch2status.py
===
--- clutch2status.py(revision 1875041)
+++ clutch2status.py(working copy)
@@ -205,8 +205,8 @@
 print("",file=f)
 print("| *{0}{1}[Download]* | *{2}{3}.asc[Signature]* | 
*{4}{5}.{6}[Hash]* | {7}".format(
   "https://www.apache.org/dyn/closer.lua/incubator/;, path,
-  "https://www.apache.org/dist/incubator/;, path,
-  "https://www.apache.org/dist/incubator/;, path, 
projects[k]['releases'][r]['hash'],
+  "https://downloads.apache.org/incubator/;, path,
+  "https://downloads.apache.org/incubator/;, path, 
projects[k]['releases'][r]['hash'],
   r),file=f)
 print("-- Filesize: 
{0}".format(humanbytes(float(projects[k]['releases'][r]['size']))),file=f)
 print("-- Released: {0} by {1} in {2}".format(

> 
> FWIW, https://blogs.apache.org/infra/entry/more-secure-and-robust-downloads
> has more info.
> 
> -Bertrand
> 
> -
> 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 1.0.0-incubating release

2020-03-10 Thread larry mccay
Carrying over my vote from the prodling VOTE.
+1

On Mon, Mar 9, 2020 at 4:14 AM Antoine Toulme  wrote:

> Hi all,
>
> We're voting on the distributions available here:
> https://dist.apache.org/repos/dist/dev/incubator/tuweni/1.0.0-incubating/
>  >
> The release tag is present here:
> https://github.com/apache/incubator-tuweni/releases/tag/v1.0.0-incubating
>  >
>
> This release includes the following changes:
> * Moved to JDK11 support by default. 1.0.0 drops support for JDK8.
> * Added ethnetstats library.
> * Added key-value store functionalities: proxy store, stores are now
> generic, not just bytes, and have the ability to iterate over keys or clear
> their contents.
> * Added support for JPA-backed key value stores
> * Added eth2 reference tests repository. This repository is checked out as
> a submodule, and will be used to test SSZ going forward.
> * Fix TUWENI-30: expose key for GenericHash
> * Allow CN as option when generating the self-signed certs (used to be
> example.com )
> * Move Jenkins build to Jenkinsfile inside the repo.
>
> Here is the release thread on the dev list of Apache Tuweni:
>
> https://lists.apache.org/thread.html/rfa465f37916648e1decb7a60e89fb5cd7c6d128fa53523fdff8c6427%40%3Cdev.tuweni.apache.org%3E
> <
> https://lists.apache.org/thread.html/rfa465f37916648e1decb7a60e89fb5cd7c6d128fa53523fdff8c6427@%3Cdev.tuweni.apache.org%3E
> >
>
> Here is the result of the vote:
>
> https://lists.apache.org/thread.html/r752b4c407e5e89c0ba5a28cbe85e4784b728992731e845364e8c915a%40%3Cdev.tuweni.apache.org%3E
> <
> https://lists.apache.org/thread.html/r752b4c407e5e89c0ba5a28cbe85e4784b728992731e845364e8c915a@%3Cdev.tuweni.apache.org%3E
> >
>
> The vote for Apache Tuweni 1.0.0 has concluded:
> +1s: 5
> Antoine Toulme
> Steven Schroeder
> Furkan Kamacı (mentor)
> Larry McCay (mentor)
> Jonny Rhea
> +0: 0
> -1: 0
>
> The vote has passed. We have 2 mentor votes, and will require a new vote
> on the general incubator list.
>
> Cheers,
>
> Antoine


Re: [MENTORS] https://www.apache.org/dist/ has been deprecated

2020-03-10 Thread Antoine Toulme
I have changed Tuweni this morning to point at downloads.apache.org 
. Thank you for the notification Justin.

> On Mar 4, 2020, at 1:14 AM, Justin Mclean  wrote:
> 
> Hi,
> 
> The new URL to use is https://downloads.apache.org. Currently there is a 
> redirect in place that should work but it would be be good to double check 
> that all is working 
> 
> The following podling may need to update their download pages:
> Crail
> Daffodil
> DolphinScheduler
> Flagon
> Gobblin
> Hudi
> IoTDB
> Livy
> Milagro
> Pinot
> PonyMail
> ShardingSphere
> Toree
> Training
> Tuweni
> Weex
> 
> And there may be others I’ve not identified. If you are a mentor of one of 
> these projects please reach out and organise for this to be done.
> 
> Thanks,
> Justin
> 
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 



Re: [VOTE] Apache Tuweni 1.0.0-incubating release

2020-03-10 Thread Furkan KAMACI
Hi,

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

I checked:

- Incubating in name
- DISCLAIMER exists
- LICENSE and NOTICE are fine
- No unexpected binary files
- Checked PGP signatures
- Checked Checksums
- Code compiles

Kind Regards,
Furkan KAMACI

On Tue, Mar 10, 2020 at 11:44 PM larry mccay  wrote:

> Carrying over my vote from the prodling VOTE.
> +1
>
> On Mon, Mar 9, 2020 at 4:14 AM Antoine Toulme  wrote:
>
> > Hi all,
> >
> > We're voting on the distributions available here:
> >
> https://dist.apache.org/repos/dist/dev/incubator/tuweni/1.0.0-incubating/
> > <
> https://dist.apache.org/repos/dist/dev/incubator/tuweni/1.0.0-incubating/
> > >
> > The release tag is present here:
> >
> https://github.com/apache/incubator-tuweni/releases/tag/v1.0.0-incubating
> > <
> https://github.com/apache/incubator-tuweni/releases/tag/v1.0.0-incubating
> > >
> >
> > This release includes the following changes:
> > * Moved to JDK11 support by default. 1.0.0 drops support for JDK8.
> > * Added ethnetstats library.
> > * Added key-value store functionalities: proxy store, stores are now
> > generic, not just bytes, and have the ability to iterate over keys or
> clear
> > their contents.
> > * Added support for JPA-backed key value stores
> > * Added eth2 reference tests repository. This repository is checked out
> as
> > a submodule, and will be used to test SSZ going forward.
> > * Fix TUWENI-30: expose key for GenericHash
> > * Allow CN as option when generating the self-signed certs (used to be
> > example.com )
> > * Move Jenkins build to Jenkinsfile inside the repo.
> >
> > Here is the release thread on the dev list of Apache Tuweni:
> >
> >
> https://lists.apache.org/thread.html/rfa465f37916648e1decb7a60e89fb5cd7c6d128fa53523fdff8c6427%40%3Cdev.tuweni.apache.org%3E
> > <
> >
> https://lists.apache.org/thread.html/rfa465f37916648e1decb7a60e89fb5cd7c6d128fa53523fdff8c6427@%3Cdev.tuweni.apache.org%3E
> > >
> >
> > Here is the result of the vote:
> >
> >
> https://lists.apache.org/thread.html/r752b4c407e5e89c0ba5a28cbe85e4784b728992731e845364e8c915a%40%3Cdev.tuweni.apache.org%3E
> > <
> >
> https://lists.apache.org/thread.html/r752b4c407e5e89c0ba5a28cbe85e4784b728992731e845364e8c915a@%3Cdev.tuweni.apache.org%3E
> > >
> >
> > The vote for Apache Tuweni 1.0.0 has concluded:
> > +1s: 5
> > Antoine Toulme
> > Steven Schroeder
> > Furkan Kamacı (mentor)
> > Larry McCay (mentor)
> > Jonny Rhea
> > +0: 0
> > -1: 0
> >
> > The vote has passed. We have 2 mentor votes, and will require a new vote
> > on the general incubator list.
> >
> > Cheers,
> >
> > Antoine
>