afs opened a new pull request, #2564:
URL: https://github.com/apache/jena/pull/2564
GitHub issue resolved #2557
Pull request Description:
There is now a fraremwork for normalization, with 3 implementations, ARQ
choices, XSD 1.0 and XSD 1.1. The XSD differ in a few places: the canonical
form of xsd:decimals for integer values, XSD 1.1 adds `+INF`.
The AR choices are, as near as possible, as prvious versions and align with
the effect of adding terms to TDB2 and reading them back again. This was the
case up to Jena 5.0.0 but wasn't tested. Now it is contract so data can be
normalized in a way thatTDB2 will preserve the exact RDF terms for float and
double precision.
Many files are changed because of a rename of
`NodeFactory.createLiteral(string, datatype) ` to
`NodeFactory.createLiteralDT(String, datatype)` to align with other 5.0.0
ernaming. A deprecated placeholder is left behind.
----
- [x] Tests are included.
- [x] Commits have been squashed to remove intermediate development commit
messages.
- [x] Key commit messages start with the issue number (GH-xxxx)
By submitting this pull request, I acknowledge that I am making a
contribution to the Apache Software Foundation under the terms and conditions
of the [Contributor's
Agreement](https://www.apache.org/licenses/contributor-agreements.html).
----
See the [Apache Jena "Contributing"
guide](https://github.com/apache/jena/blob/main/CONTRIBUTING.md).
--
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]