Description
Sesame-2.7.0 is still in beta stages, but it contains a number of changes that may be relevant to Any23.
A short list of the relevant changes:
- NQuads Rio parser module (
ANY23-99) - Change to the semantics of RepositoryConnection.commit() when a transaction was active. In Sesame-2.7, the connection will revert to auto-commit mode after calling .commit(), which is different to Sesame-2.6 and earlier.
- New Rio ParserConfig functionality, which may be able to be used in favour of the Configuration/DefaultConfiguration/ModifiableConfiguration settings method that is used currently.