ThomasThelen opened a new pull request, #4015:
URL: https://github.com/apache/jena/pull/4015

   GitHub issue resolved #3505
   
   Pull request Description:
   
   This PR bumps the SIS version from 1.4 to 1.5. There are several small 
changes that came along with it.
   
   1. New derby dependency: SIS 1.5 introduced derby as a dependency, which is 
why we now add it to the geosparql pom file.
   2. Precision changes: Like most other SIS releases, the floating point 
values in several computations have changed; these should be visible in the diff
   3. SIS has switched over their CRS conventions from `Datum` to an 
`Ensemble`, `CRS:84` being one of them. Rather than constructing the WKT 
string, we can now call `CRS.forCode("CRS:84");`
   
   As for new documentation... I don't think any of it needs to change unless 
the new `derby` dependency changes anything.
   
   ----
   
    - [ ] Tests are included.
    - [ ] Documentation change and updates are provided for the [Apache Jena 
website](https://github.com/apache/jena-site/)
    - [ ] Commits have been squashed to remove intermediate development commit 
messages.
    - [ ] 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]

Reply via email to