REMINDER: Apache EU Roadshow 2018 in Berlin is less than 2 weeks away!

2018-05-31 Thread sharan

Hello Apache Supporters and Enthusiasts

This is a reminder that our Apache EU Roadshow in Berlin is less than 
two weeks away and we need your help to spread the word. Please let your 
work colleagues, friends and anyone interested in any attending know 
about our Apache EU Roadshow event.


We have a great schedule including tracks on Apache Tomcat, Apache Http 
Server, Microservices, Internet of Things (IoT) and Cloud Technologies. 
You can find more details at the link below:


https://s.apache.org/0hnG

Ticket prices will be going up on 8^th June 2018, so please make sure 
that you register soon if you want to beat the price increase. 
https://foss-backstage.de/tickets


Remember that registering for the Apache EU Roadshow also gives you 
access to FOSS Backstage so you can attend any talks and workshops from 
both conferences. And don’t forget that our Apache Lounge will be open 
throughout the whole conference as a place to meet up, hack and relax.


We look forward to seeing you in Berlin!

Thanks
Sharan Foga,  VP Apache Community Development

http://apachecon.com/
@apachecon

PLEASE NOTE: You are receiving this message because you are subscribed 
to a user@ or dev@ list of one or more Apache Software Foundation projects.


[jira] [Closed] (TINKERPOP-1963) Use of reducing step in choose()

2018-05-31 Thread stephen mallette (JIRA)


 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette closed TINKERPOP-1963.
---
Resolution: Fixed

> Use of reducing step in choose()
> 
>
> Key: TINKERPOP-1963
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1963
> Project: TinkerPop
>  Issue Type: Bug
>  Components: process
>Affects Versions: 3.2.9
>Reporter: stephen mallette
>Assignee: stephen mallette
>Priority: Major
> Fix For: 3.4.0, 3.3.4, 3.2.10
>
>
> {code}
> gremlin> g.inject(1).choose(is(1), constant(true), constant(false))
> ==>true
> gremlin> g.inject(1).choose(is(1), fold(), constant(false))
> ==>[1]
> {code}
> But if I put some reducing step in the branch that's not supposed to be 
> emitted:
> {code}
> gremlin> g.inject(1).choose(is(1), constant(true), fold())
> ==>[]
> ==>true
> gremlin> g.inject(1).choose(is(1), constant(true), max())
> ==>NaN
> ==>true
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TINKERPOP-1963) Use of reducing step in choose()

2018-05-31 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/TINKERPOP-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497103#comment-16497103
 ] 

ASF GitHub Bot commented on TINKERPOP-1963:
---

Github user asfgit closed the pull request at:

https://github.com/apache/tinkerpop/pull/865


> Use of reducing step in choose()
> 
>
> Key: TINKERPOP-1963
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1963
> Project: TinkerPop
>  Issue Type: Bug
>  Components: process
>Affects Versions: 3.2.9
>Reporter: stephen mallette
>Assignee: stephen mallette
>Priority: Major
> Fix For: 3.4.0, 3.3.4, 3.2.10
>
>
> {code}
> gremlin> g.inject(1).choose(is(1), constant(true), constant(false))
> ==>true
> gremlin> g.inject(1).choose(is(1), fold(), constant(false))
> ==>[1]
> {code}
> But if I put some reducing step in the branch that's not supposed to be 
> emitted:
> {code}
> gremlin> g.inject(1).choose(is(1), constant(true), fold())
> ==>[]
> ==>true
> gremlin> g.inject(1).choose(is(1), constant(true), max())
> ==>NaN
> ==>true
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] tinkerpop pull request #865: TINKERPOP-1963 Fixed branch() problems with red...

2018-05-31 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/tinkerpop/pull/865


---


[jira] [Commented] (TINKERPOP-1963) Use of reducing step in choose()

2018-05-31 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/TINKERPOP-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497064#comment-16497064
 ] 

ASF GitHub Bot commented on TINKERPOP-1963:
---

Github user davebshow commented on the issue:

https://github.com/apache/tinkerpop/pull/865
  
VOTE +1


> Use of reducing step in choose()
> 
>
> Key: TINKERPOP-1963
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1963
> Project: TinkerPop
>  Issue Type: Bug
>  Components: process
>Affects Versions: 3.2.9
>Reporter: stephen mallette
>Assignee: stephen mallette
>Priority: Major
> Fix For: 3.4.0, 3.3.4, 3.2.10
>
>
> {code}
> gremlin> g.inject(1).choose(is(1), constant(true), constant(false))
> ==>true
> gremlin> g.inject(1).choose(is(1), fold(), constant(false))
> ==>[1]
> {code}
> But if I put some reducing step in the branch that's not supposed to be 
> emitted:
> {code}
> gremlin> g.inject(1).choose(is(1), constant(true), fold())
> ==>[]
> ==>true
> gremlin> g.inject(1).choose(is(1), constant(true), max())
> ==>NaN
> ==>true
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] tinkerpop issue #865: TINKERPOP-1963 Fixed branch() problems with reducing s...

2018-05-31 Thread davebshow
Github user davebshow commented on the issue:

https://github.com/apache/tinkerpop/pull/865
  
VOTE +1


---


[jira] [Commented] (TINKERPOP-1968) Refactor elements of Gremlin Server testing

2018-05-31 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/TINKERPOP-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16497063#comment-16497063
 ] 

ASF GitHub Bot commented on TINKERPOP-1968:
---

Github user davebshow commented on the issue:

https://github.com/apache/tinkerpop/pull/870
  
VOTE +1


> Refactor elements of Gremlin Server testing
> ---
>
> Key: TINKERPOP-1968
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1968
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: server
>Affects Versions: 3.2.9
>Reporter: stephen mallette
>Assignee: stephen mallette
>Priority: Minor
>
> I'm not sure I fully know what this change is going to mean this second, but 
> I started down the path of trying to enable more GLV tests and saw a number 
> of areas that needed to change in order for that to happen. Whatever the 
> changes, the goal is to get more GLV test enabled by the end of this and 
> perhaps make certain aspects of testing more refined.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] tinkerpop issue #870: TINKERPOP-1968 Refactor Gremlin Server integration tes...

2018-05-31 Thread davebshow
Github user davebshow commented on the issue:

https://github.com/apache/tinkerpop/pull/870
  
VOTE +1


---


[jira] [Updated] (TINKERPOP-1975) Introduce with() step modulator

2018-05-31 Thread stephen mallette (JIRA)


 [ 
https://issues.apache.org/jira/browse/TINKERPOP-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette updated TINKERPOP-1975:

Labels: breaking  (was: )

I went down a long winding path introducing new bytecode infrastructure and 
serialization and reflection hacks and other awful things to get this working 
but then realized that I had much of what I needed for {{with()}} already 
present with {{Parameters}} which works perfectly as a holder for step 
configuration data. 

As a result of looking deeply at how {{Parameters}} worked I ended up making 
some adjustments and those changes ends up breaking APIs for a couple of 
reasons:

1. I moved {{Parameterizing}} interface to the package that held all the other 
marker interfaces. Not sure why it was where it was.
2. I created the new {{Configuring}} interface which introduced a 
{{configure()}} method which replaced (and thus removed) the 
{{Parameterizing.addPropertyMutations()}} method. I didn't bother to try to 
deprecate because it just didn't seem to make sense to keep that method around 
and it's an easy fix (just rename the method).

Anyway, this new approach is looking pretty nice as it fits our existing models 
for doing things really nicely.

> Introduce with() step modulator
> ---
>
> Key: TINKERPOP-1975
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1975
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: process
>Affects Versions: 3.3.3
>Reporter: stephen mallette
>Assignee: stephen mallette
>Priority: Major
>  Labels: breaking
> Fix For: 3.4.0
>
>
> The {{with()}} step modulator provides a general way to provide 
> configurations to steps in much the same way {{withStrategies()}} or 
> {{withSideEffects()}} are used to configure traversals.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (TINKERPOP-1897) Provide Docker images of Gremlin Server and Console

2018-05-31 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/TINKERPOP-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16496362#comment-16496362
 ] 

ASF GitHub Bot commented on TINKERPOP-1897:
---

Github user jorgebay commented on the issue:

https://github.com/apache/tinkerpop/pull/802
  
Nice!

VOTE +1


> Provide Docker images of Gremlin Server and Console
> ---
>
> Key: TINKERPOP-1897
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1897
> Project: TinkerPop
>  Issue Type: Improvement
>  Components: console, server
>Affects Versions: 3.2.7
>Reporter: Florian Hockmann
>Assignee: Florian Hockmann
>Priority: Major
>
> TinkerPop should provide Docker images of Gremlin Server and Gremlin Console 
> that are deployed together with each release.
> This originated from the mailing list:
> [https://lists.apache.org/thread.html/744ae19afa9b2fd1984c1e4dddc588e98786d9c21b633aab8bfa@%3Cdev.tinkerpop.apache.org%3E]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)