Update of SSLParameterExtension interface

2020-05-04 Thread Mario Ivanac
Hi all,

after comments that SSLParameterExtension interface has an init() method that 
takes a DistributionConfig as an argument (which is internal class),
new solution is proposed to replace DistributionConfig with Properties.


New PR is created with new proposal https://github.com/apache/geode/pull/5040,
and also RFC is updated with new proposal 
https://cwiki.apache.org/confluence/display/GEODE/Introduction+of+SSL+Parameter+Extension
Introduction of SSL Parameter Extension - Geode - Apache Software 
Foundation
Hit enter to search. Help. Online Help Keyboard Shortcuts Feed Builder What’s 
new
cwiki.apache.org

Should we cherry-picked this PR into the support/1.12 branch?

Regards,
Mario


Geode support/1.13 created

2020-05-04 Thread Dave Barnes
We have created a new support branch for Apache Geode 1.13.0 - support/1.13.
We hope to make a final release in about a month. Please focus your
acceptance testing
on this branch and raise any concerns in the next few weeks.
After some quiet period, we will package a release candidate and present it
for a vote.
Cheers,
Dave


[PROPOSAL] include GEODE-8055 in support/1.13

2020-05-04 Thread Jinmei Liao
I would like to include the fix for GEODE-8055 in the 1.13 branch. This
would allow users to use gfsh to create an index on sub regions.

-- 
Cheers

Jinmei


Errored: apache/geode-examples#446 (develop - 47f98c5)

2020-05-04 Thread Travis CI
Build Update for apache/geode-examples
-

Build: #446
Status: Errored

Duration: 1 min and 12 secs
Commit: 47f98c5 (develop)
Author: David Barnes
Message: point develop examples to 1.14-SNAPSHOT now that support/1.13 has been 
created

View the changeset: 
https://github.com/apache/geode-examples/compare/d91fc370064f...47f98c57808f

View the full build log and details: 
https://travis-ci.org/github/apache/geode-examples/builds/683049157?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the apache/geode-examples repository 
going to 
https://travis-ci.org/account/preferences/unsubscribe?repository=11483039&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Re: [DISCUSS] Adding Google Analytics to our website

2020-05-04 Thread Alexander Murmann
Seems like nobody has objections to adding this.

Google Analytics requires a Google account. Does is work if I create this
with my own Google account and add anyone interested or is there a better
solution?

@Charlie: Yes, that would be great as well!

On Wed, Apr 8, 2020 at 6:52 PM Charlie Black  wrote:

> If we could add page analytics on docs and other pages that would awesome.
>   That would allow us to create focused content blogs, videos, investment
> on those pages where we find the hottest views.
>
> Charlie
>
> On Wed, Apr 8, 2020 at 2:08 PM Bob Glithero 
> wrote:
>
> > Hi All,
> >
> > Hopefully it's ok for me to add my $.02 here.  While understanding where
> > the traffic is coming from is always helpful, it's possible to take a
> more
> > active approach to driving traffic.  I also help with community marketing
> > at RabbitMQ (rabbitmq.com), which uses their platform to host tutorials,
> > best practices, and other content.  I could find $$$ in my budget to help
> > modernize the Geode site and make it more generally useful as a content
> > platform for developers and others interested in the project.
> >
> > Bob
> >
> > On 4/8/20, 1:59 PM, "Alexander Murmann"  wrote:
> >
> > Hi Michael,
> >
> > A few things I'd like to know and potential associated actions:
> > * Where do our visitors come from (referrer)? -> We might be able to
> > lean
> > in to those sources.
> > * Are we getting any traffic from our Twitter presence? -> If certain
> > tweets bring more traffic, let's do more of tweets like it!
> > * Some people in our community started blogging more. Are we seeing
> any
> > traffic from that? Are some topics driving more traffic than others
> ->
> > Might inform what topics or types of articles we should write more or
> > less
> > off.
> >
> >
> > On Wed, Apr 8, 2020 at 9:18 AM Michael Oleske 
> > wrote:
> >
> > > What things are we looking to learn?  Without knowing what we are
> > > interested in learning I would be hesitant to add anything.  If we
> > know
> > > what we want to learn then a conversation about analytics would be
> > more
> > > fruitful (to me at least)
> > >
> > > -michael
> > >
> > >
> > > On Tue, Apr 7, 2020 at 3:31 PM Alexander Murmann <
> > amurm...@apache.org>
> > > wrote:
> > >
> > > > Hi all,
> > > >
> > > > In promoting our project it might be valuable to get a better
> idea
> > of
> > > where
> > > > visitors on our website come from, what they look for and where
> we
> > lose
> > > > them. This should help us improve the website and learn what kind
> > of
> > > blogs
> > > > articles, videos etc. drive user interest to the website.
> > > >
> > > > To gain those insights I'd like to add Google Analytics (GA).
> > While GA
> > > > isn't open source, it is commonly used by other Apache projects.
> > Apache
> > > > Cassandra, Kafka, Samza and Spark all have GA trackers on their
> > website.
> > > >
> > > > I've heard rumors that we at some point had it on our website as
> > well. Is
> > > > this true? If so, why did we remove it?
> > > >
> > > > Thank you for your thoughts and concerns!
> > > >
> > >
> >
> >
> > --
> Charlie Black | cbl...@pivotal.io
>


Re: Update of SSLParameterExtension interface

2020-05-04 Thread Bruce Schuchardt
I guess that would have to go into the 1.13 branch as well.  This changes the 
public API but I think we should do it.  The current API isn't usable since it 
refers to a non-public interface.

On 5/4/20, 9:31 AM, "Mario Ivanac"  wrote:

Hi all,

after comments that SSLParameterExtension interface has an init() method 
that takes a DistributionConfig as an argument (which is internal class),
new solution is proposed to replace DistributionConfig with Properties.


New PR is created with new proposal 
https://github.com/apache/geode/pull/5040,
and also RFC is updated with new proposal 
https://cwiki.apache.org/confluence/display/GEODE/Introduction+of+SSL+Parameter+Extension
Introduction of SSL Parameter Extension - Geode - Apache Software 
Foundation
Hit enter to search. Help. Online Help Keyboard Shortcuts Feed Builder 
What’s new
cwiki.apache.org

Should we cherry-picked this PR into the support/1.12 branch?

Regards,
Mario





Re: [DISCUSS] Adding Google Analytics to our website

2020-05-04 Thread Anthony Baker
 We may be able to use the account from the ApacheGeode YouTube channel.  If 
not, I would suggest creating a google account whose creds are managed by the 
PMC. 

Anthony


> On May 4, 2020, at 11:57 AM, Alexander Murmann  wrote:
> 
> Seems like nobody has objections to adding this.
> 
> Google Analytics requires a Google account. Does is work if I create this
> with my own Google account and add anyone interested or is there a better
> solution?
> 
> @Charlie: Yes, that would be great as well!
> 
> On Wed, Apr 8, 2020 at 6:52 PM Charlie Black  wrote:
> 
>> If we could add page analytics on docs and other pages that would awesome.
>>  That would allow us to create focused content blogs, videos, investment
>> on those pages where we find the hottest views.
>> 
>> Charlie
>> 
>> On Wed, Apr 8, 2020 at 2:08 PM Bob Glithero 
>> wrote:
>> 
>>> Hi All,
>>> 
>>> Hopefully it's ok for me to add my $.02 here.  While understanding where
>>> the traffic is coming from is always helpful, it's possible to take a
>> more
>>> active approach to driving traffic.  I also help with community marketing
>>> at RabbitMQ (rabbitmq.com), which uses their platform to host tutorials,
>>> best practices, and other content.  I could find $$$ in my budget to help
>>> modernize the Geode site and make it more generally useful as a content
>>> platform for developers and others interested in the project.
>>> 
>>> Bob
>>> 
>>> On 4/8/20, 1:59 PM, "Alexander Murmann"  wrote:
>>> 
>>>Hi Michael,
>>> 
>>>A few things I'd like to know and potential associated actions:
>>>* Where do our visitors come from (referrer)? -> We might be able to
>>> lean
>>>in to those sources.
>>>* Are we getting any traffic from our Twitter presence? -> If certain
>>>tweets bring more traffic, let's do more of tweets like it!
>>>* Some people in our community started blogging more. Are we seeing
>> any
>>>traffic from that? Are some topics driving more traffic than others
>> ->
>>>Might inform what topics or types of articles we should write more or
>>> less
>>>off.
>>> 
>>> 
>>>On Wed, Apr 8, 2020 at 9:18 AM Michael Oleske 
>>> wrote:
>>> 
 What things are we looking to learn?  Without knowing what we are
 interested in learning I would be hesitant to add anything.  If we
>>> know
 what we want to learn then a conversation about analytics would be
>>> more
 fruitful (to me at least)
 
 -michael
 
 
 On Tue, Apr 7, 2020 at 3:31 PM Alexander Murmann <
>>> amurm...@apache.org>
 wrote:
 
> Hi all,
> 
> In promoting our project it might be valuable to get a better
>> idea
>>> of
 where
> visitors on our website come from, what they look for and where
>> we
>>> lose
> them. This should help us improve the website and learn what kind
>>> of
 blogs
> articles, videos etc. drive user interest to the website.
> 
> To gain those insights I'd like to add Google Analytics (GA).
>>> While GA
> isn't open source, it is commonly used by other Apache projects.
>>> Apache
> Cassandra, Kafka, Samza and Spark all have GA trackers on their
>>> website.
> 
> I've heard rumors that we at some point had it on our website as
>>> well. Is
> this true? If so, why did we remove it?
> 
> Thank you for your thoughts and concerns!
> 
 
>>> 
>>> 
>>> --
>> Charlie Black | cbl...@pivotal.io
>> 



Passed: apache/geode-examples#445 (support/1.13 - c12bf27)

2020-05-04 Thread Travis CI
Build Update for apache/geode-examples
-

Build: #445
Status: Passed

Duration: 24 mins and 11 secs
Commit: c12bf27 (support/1.13)
Author: David Barnes
Message: Bumping copyright year to 2020

View the changeset: https://github.com/apache/geode-examples/commit/c12bf276fdf6

View the full build log and details: 
https://travis-ci.org/github/apache/geode-examples/builds/683045984?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the apache/geode-examples repository 
going to 
https://travis-ci.org/account/preferences/unsubscribe?repository=11483039&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Passed: apache/geode-native#2406 (support/1.13 - e620cea)

2020-05-04 Thread Travis CI
Build Update for apache/geode-native
-

Build: #2406
Status: Passed

Duration: 1 hr, 22 mins, and 54 secs
Commit: e620cea (support/1.13)
Author: David Barnes
Message: Bumping copyright year to 2020

View the changeset: https://github.com/apache/geode-native/compare/support/1.13

View the full build log and details: 
https://travis-ci.org/github/apache/geode-native/builds/683045997?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the apache/geode-native repository 
going to 
https://travis-ci.org/account/preferences/unsubscribe?repository=11948127&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at 
https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Re: [PROPOSAL] include GEODE-8055 in support/1.13

2020-05-04 Thread Anilkumar Gingade
Since this issue is introduced from 1.7; meaning its present from 1.7 time,
can it be added in the next release, is there any strong user/customer
requirement to get this in 1.13.

-Anil.


On Mon, May 4, 2020 at 11:55 AM Jinmei Liao  wrote:

> I would like to include the fix for GEODE-8055 in the 1.13 branch. This
> would allow users to use gfsh to create an index on sub regions.
>
> --
> Cheers
>
> Jinmei
>


Re: [PROPOSAL] include GEODE-8055 in support/1.13

2020-05-04 Thread Jinmei Liao
Yes, there is a user request to reinstate this feature.

On Mon, May 4, 2020 at 4:41 PM Anilkumar Gingade 
wrote:

> Since this issue is introduced from 1.7; meaning its present from 1.7 time,
> can it be added in the next release, is there any strong user/customer
> requirement to get this in 1.13.
>
> -Anil.
>
>
> On Mon, May 4, 2020 at 11:55 AM Jinmei Liao  wrote:
>
> > I would like to include the fix for GEODE-8055 in the 1.13 branch. This
> > would allow users to use gfsh to create an index on sub regions.
> >
> > --
> > Cheers
> >
> > Jinmei
> >
>


-- 
Cheers

Jinmei


Re: [PROPOSAL] include GEODE-8055 in support/1.13

2020-05-04 Thread Owen Nichols
Hi Jinmei, it looks like your commit came in just minutes after the 
support/1.13 branch was cut, but before the email announcing the branch cut was 
sent.  +1 from me to go ahead and bring to support/1.13 on that basis.

> On May 4, 2020, at 7:43 PM, Jinmei Liao  wrote:
> 
> Yes, there is a user request to reinstate this feature.
> 
> On Mon, May 4, 2020 at 4:41 PM Anilkumar Gingade 
> wrote:
> 
>> Since this issue is introduced from 1.7; meaning its present from 1.7 time,
>> can it be added in the next release, is there any strong user/customer
>> requirement to get this in 1.13.
>> 
>> -Anil.
>> 
>> 
>> On Mon, May 4, 2020 at 11:55 AM Jinmei Liao  wrote:
>> 
>>> I would like to include the fix for GEODE-8055 in the 1.13 branch. This
>>> would allow users to use gfsh to create an index on sub regions.
>>> 
>>> --
>>> Cheers
>>> 
>>> Jinmei
>>> 
>> 
> 
> 
> -- 
> Cheers
> 
> Jinmei



Re: [PROPOSAL] include GEODE-8055 in support/1.13

2020-05-04 Thread Dick Cavender
+1

On Mon, May 4, 2020 at 8:28 PM Owen Nichols  wrote:

> Hi Jinmei, it looks like your commit came in just minutes after the
> support/1.13 branch was cut, but before the email announcing the branch cut
> was sent.  +1 from me to go ahead and bring to support/1.13 on that basis.
>
> > On May 4, 2020, at 7:43 PM, Jinmei Liao  wrote:
> >
> > Yes, there is a user request to reinstate this feature.
> >
> > On Mon, May 4, 2020 at 4:41 PM Anilkumar Gingade 
> > wrote:
> >
> >> Since this issue is introduced from 1.7; meaning its present from 1.7
> time,
> >> can it be added in the next release, is there any strong user/customer
> >> requirement to get this in 1.13.
> >>
> >> -Anil.
> >>
> >>
> >> On Mon, May 4, 2020 at 11:55 AM Jinmei Liao  wrote:
> >>
> >>> I would like to include the fix for GEODE-8055 in the 1.13 branch. This
> >>> would allow users to use gfsh to create an index on sub regions.
> >>>
> >>> --
> >>> Cheers
> >>>
> >>> Jinmei
> >>>
> >>
> >
> >
> > --
> > Cheers
> >
> > Jinmei
>
>