afs commented on issue #3461: URL: https://github.com/apache/jena/issues/3461#issuecomment-3343867090
Looks good! As part of wider maintenance on the tests, there is a current copy of `rdf-tests` including the C14N tests for N-Quads. `Scripts_c14n` is ready ... just `@disabled` at the moment. """ Add writeCanonical() and canonicalizeDataset() methods to RDFDataMgr """ Is it needed for `RDFDataMgr` changes? (`RDFDataMgr` predates `RDFWriterBuilder` and so is nowadays a bit of a slightly higher, legacy view of the world..= `writeCanonical` can be done with `RDFWriter.format(...)` or one of the existing `RDFDataMgr.write(..., RDF Format)` operations. Have a new class `CanonicalizeDataset` with a `.write` (which might be the only public operation). Somewhere to put the javadoc! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
