+1 (non-binding)
Checked signature, checksums
Built with JDK8 on OS X with no problems
Deployed all artifacts in Karaf 4.1 (OSGi)
License and Notice files are present
I did have some problems building with JDK9 (OS X), first with the version of
the JaCoCo plugin and then later (after changing to
Hi,
I am pleased to be calling this vote for releasing Apache Commons RDF 0.5.0
from RC1.
Apache Commons RDF aims to provide a common Java API for RDF 1.1
graphs and datasets. API bindings in Commons RDF 0.5.0 include Apache
Jena, Eclipse RDF4J, JSON-LD Java as well as a standalone
implementatio
Just for your information, at
https://github.com/apache/commons-rdf/commits/0.5.0-RC I've resumed the
preparation of a new Commons RDF.
On Mon, Oct 30, 2017 at 3:46 AM, sebb wrote:
> On 30 October 2017 at 03:26, Sergio Fernández wrote:
> > Hi,
> >
> > I started to prepare 0.4.0 release [1] at
Github user asfgit closed the pull request at:
https://github.com/apache/commons-rdf/pull/42
---
-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org
I think it may be worth to try to get in touch with Kohsuke. He became the CTO
of CloudBees some time ago, but is still involved in the project (not writing
as much code as before) mainly with decisions, and eventual pull request review.
You can find him sometimes on IRC / FreeNode, in the jenkin
I think it sounds like a good idea. Probably worth creating a JIRA ticket for
that and checking if anyone would volunteer to tackle it.
CheersBruno
From: Gary Gregory
To: Commons Developers List
Sent: Thursday, 2 November 2017 8:39 AM
Subject: [pool] LinkedBlockingDeque
Hi All,
P
Hi,
recently I did some work to get the Jelly site build with Maven running.
As this is experimental, I created my own fork of the project for this
purpose [1].
An important part of the documentation is the Jellydoc, an automatically
generated documentation for the standard tag libs shipped with
Hi All,
Pool implements its own LinkedBlockingDeque which is almost like Java
7's LinkedBlockingDeque.
The JRE LinkedBlockingDeque is not a drop in replacement for
our LinkedBlockingDeque.
Any thoughts on migrating from our custom LinkedBlockingDeque to the JRE's
version?
Gary