On 28/02/12 12:02, Ozga, Rafal wrote:
Hi,
It seems that timeouts in QueryEngineHTTP were only implemented in 2.9.1
version of ARQ
( https://issues.apache.org/jira/browse/JENA/fixforversion/12319291,
https://issues.apache.org/jira/browse/JENA-56,
https://issues.apache.org/jira/browse/JENA-210), and actually quite recently
13 February.
From what I can see that version hasn¹t been released officially yet the
last available one in the maven repository is 2.9.0-incubating:
https://repository.apache.org/content/repositories/releases/org/apache/jena/
jena-arq/
So the obvious question: what is the release date for the version
2.9.1-incubating ?
Now, provided that this is a critical issue for us is it better for us to
wait for that release or we should rather clone the current repository
snapshot and build the desired version ourselves ?
Kind regards,
Rafal
There isn't a confirmed date.
You don't have to built it yourself - there are snapshots builds done
every night:
https://repository.apache.org/content/groups/snapshots/org/apache/jena/jena-arq/2.9.1-incubating-SNAPSHOT/
You can check build status at:
https://builds.apache.org/view/G-L/view/Jena/
Generally, we only have working code in the trunk. Some build failures
are due to the Apache Jenkins setup, which is large and complex to cope
with all the projects using it. The build slaves do sometimes get out
of sync with the master and sometimes there are interal comms (which, I
guess, are due to system load).
Andy