[jira] [Created] (TINKERPOP-2124) InlineFilterStrategy produces wrong result

2019-01-02 Thread Daniel Kuppitz (JIRA)
Daniel Kuppitz created TINKERPOP-2124: - Summary: InlineFilterStrategy produces wrong result Key: TINKERPOP-2124 URL: https://issues.apache.org/jira/browse/TINKERPOP-2124 Project: TinkerPop

[VOTE] TinkerPop 3.2.11 Release

2019-01-02 Thread Stephen Mallette
Hello, We are happy to announce that TinkerPop 3.2.11 is ready for release. The release artifacts can be found at this location: https://dist.apache.org/repos/dist/dev/tinkerpop/3.2.11/ The source distribution is provided by: apache-tinkerpop-3.2.11-src.zip Two binary

[VOTE] TinkerPop 3.3.5 Release

2019-01-02 Thread Stephen Mallette
Hello, We are happy to announce that TinkerPop 3.3.5 is ready for release. The release artifacts can be found at this location: https://dist.apache.org/repos/dist/dev/tinkerpop/3.3.5/ The source distribution is provided by: apache-tinkerpop-3.3.5-src.zip Two binary

Re: [DISCUSS] code freeze 3.2.11/3.3.5/3.4.0

2019-01-02 Thread Stephen Mallette
so, 3.2.11 and 3.3.5 releases are prepared - vote threads were just sent. i would have had 3.4.0 done too but i flubbed the 2018/2019 date on 3.3.5 and had to redo the whole thing basically - so that was rotten. I'll have 3.4.0 out tomorrow. On Wed, Jan 2, 2019 at 7:34 AM Stephen Mallette wrote:

Re: [DISCUSS] code freeze 3.2.11/3.3.5/3.4.0

2019-01-02 Thread Robert Dale
Can't you just use HEAD? git shortlog -sn 3.2.10..HEAD Robert Dale On Wed, Jan 2, 2019 at 7:11 AM Stephen Mallette wrote: > All PRs appear mergedI've starting the release process beginning with > 3.2.11. Should see VOTE threads coming soon. > > Separately, I already found a problem with

Re: [DISCUSS] code freeze 3.2.11/3.3.5/3.4.0

2019-01-02 Thread Stephen Mallette
All PRs appear mergedI've starting the release process beginning with 3.2.11. Should see VOTE threads coming soon. Separately, I already found a problem with using git shortlog to generate the "contributor list" as there is no 3.2.11 tag to use in the arguments given to it. It's a bit of a

Re: [DISCUSS] code freeze 3.2.11/3.3.5/3.4.0

2019-01-02 Thread Stephen Mallette
yes. i can also use a specific commit, but it invariably leaves out commits for a release. i guess those commits left out will just be release manager commits typically, but i dunno, it just bugged me that it wasn't the actual 3.2.10..3.2.11 On Wed, Jan 2, 2019 at 7:15 AM Robert Dale wrote: >

[GitHub] [tinkerpop] otaviojava opened pull request #1029: Updates the API within the core project.

2019-01-02 Thread GitHub
## These updates include: * Update to foreach * Unnecessary unboxing * Simplifies code with the newest method at Map * Simplifies code with lambda expressions This PR does not have performance progress, but it uses new API to make the code more readable and easy to maintain. [ Full content