- Fully Java 7-compatible backport of RDF4J
This is intended to be a backport of the main codebase (which uses Java 8 features). As such, the majority of the codebase will be identical to RDF4J 2.0, but with slightly modified APIs, in particular:
- removal of the use of java.util.Optional;
- removal of the use of lambda expressions and the Stream API
Name | Date | Description |
---|---|---|
1.0M1 | 2016/06/01 | First milestone with fully backported codebase for Java 7. |
1.0M2 | 2016/07/01 | Stabilization: fixes of observed problems in first milestone. |