On 24/04/15 14:16, Andy Seaborne wrote:
Hi all,
Development has started on Jena3.
The main changes currently planned are:
* Package renaming
com.hp.hpl.jena => org.apache.jena
* RDF 1.1 Semantics for plain literals
Persistent data will need to be reloaded to be safe
* Java8 required
as well as cleaning up.
There is no fixed timescale for a release.
Soon, the development "master" will become this codebase.
"master" is now switched over to Jena3 development.
There are snapshot builds.
http://repository.apache.org/content/groups/snapshots/org/apache/jena/
Conversion of applications is mostly
s/com.hp.hpl.jena/org.apache.jena/g
in code.
For assembler files, note class naming in ja:loadClass (e.g.
"com.hp.hpl.jena.tdb.TDB"). We are discussing putting some migration
support in for the latter.
URLs starting http://jena.hpl.hp.com/ are not changing.
Andy
There is a "jena2" branch in git.
There are draft migration notes:
http://jena.staging.apache.org/documentation/migrate_jena2_jena3.html
If you are interested in this work, please do drop into
[email protected].
Andy