Hi Dan,

Thats weird -- I explicitly added the snippet below to TinkerPop 3.1.1.

try {
  Class.forName("com.thinkaurelius.titan.core.TitanGraph")
  throw new IllegalStateException("hahahahahahaha");
} catch(ClassNotFoundException e) {
  // do nothing
}

Marko.

http://markorodriguez.com

On Feb 11, 2016, at 5:54 AM, Dan LaRocque <dal...@hopcount.org> wrote:

> +1 (non-binding)
> 
> I locally installed the 3.1.1-incubating candidate artifacts and ran
> some Titan tests against them, and the results looked good overall.  No
> sign of failures attributable to changes in TinkerPop method contracts
> or behavior.
> 
> thanks,
> Dan
> 
> On Wed, Feb 10, 2016, at 18:00, David Brown wrote:
>> +1 (non-binding)
>> 
>> gremlinclient and aiogremlin tests run
>> against apache-gremlin-server-3.1.1-incubating w/default conf settings
>> 
>> gremlinrestclient runs w/gremlin-server-rest-modern.yaml conf
>> 
>> Thanks for all the hard work!
>> 
>> Best,
>> 
>> Dave
>> 
>> On Wed, Feb 10, 2016 at 4:51 PM, Jean-Baptiste Musso <jbmu...@gmail.com>
>> wrote:
>> 
>>> On Mon, Feb 8, 2016 at 4:00 PM, Stephen Mallette <spmalle...@gmail.com>
>>> wrote:
>>>> Hello, The release artifacts can be found at this location:
>>>> 
>>> https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/3.1.1-incubating/
>>>> The source distribution is provided by:
>>>> apache-tinkerpop-3.1.1-incubating-src.zip
>>>> Two binary distributions are provided for user convenience:
>>>> apache-gremlin-console-3.1.1-incubating-bin.zip
>>>> apache-gremlin-server-3.1.1-incubating-bin.zip
>>>> The online docs can be found here:
>>>> http://tinkerpop.apache.org/docs/3.1.1-incubating/reference/ (user docs)
>>>> http://tinkerpop.apache.org/docs/3.1.1-incubating/upgrade/ (upgrade
>>> docs)
>>>> http://tinkerpop.apache.org/javadocs/3.1.1-incubating/core/ (core
>>> javadoc)
>>>> http://tinkerpop.apache.org/javadocs/3.1.1-incubating/full/ (full
>>> javadoc)
>>>> The tag in Apache Git can be found here:
>>>> *
>>> https://git-wip-us.apache.org/repos/asf?p=incubator-tinkerpop.git;a=tag;h=d225c4609c02a0e0ea62214e055c6f8eb37b63d0
>>>> <
>>> https://git-wip-us.apache.org/repos/asf?p=incubator-tinkerpop.git;a=tag;h=d225c4609c02a0e0ea62214e055c6f8eb37b63d0
>>>> *
>>>> The release notes are available here:
>>>> 
>>> https://github.com/apache/incubator-tinkerpop/blob/tp31/CHANGELOG.asciidoc#tinkerpop-311-release-date-february-8-2016
>>>> The [VOTE] will be open for the next 72 hours --- closing Thursday
>>>> (February 11, 2016) at 10AM EST. My vote is +1 (binding). Thank you very
>>>> much, Stephen
>>> 
>>> +1 (non-binding)
>>> 
>>> Successfully built and ran TP v3.1.1.
>>> 
>>> All gremlin-javascript tests pass successfully (gremlin@v2.0.0 on
>>> npmjs.org). I will add support for aliases soon.
>>> 
>>> I really appreciated the upgrade docs. Nice addition, thanks.
>>> 
>>> Cheers,
>>> 
>>> Jean-Baptiste
>>> 
>> 
>> 
>> 
>> -- 
>> David M. Brown
>> R.A. CulturePlex Lab, Western University

Reply via email to