Juri Leino
Juri Leino
_MANY was introduced in 5310f056d09923f2b262f66c9ac5d27e1679303b
Removing the public constant `Cardinality._MANY` introduces the exact same breaking change with java library authors having to maintain separate versions for 6 and 7. We do however introduce a number...
So, I understand: - Removing `Cardinality._MANY` is good and should be done, this internal value should never be used outside of exist-core anyway. This fact is communicated by the leading...
Root cause is likely that the [exist-xqts-runner](https://github.com/eXist-db/exist-xqts-runner) was not compiled against a current snapshot build of exist-db. The snapshot build that is used in CI is not working. I was...
we have three options 1. test for the existence of the `html` folder which will be generated at the end 2. check the command line output for signals that are...
related https://github.com/eXist-db/exist-xqts-runner/pull/38
The plugin https://github.com/code54/buildversion-plugin seems to be no longer maintained. The last release was cut back in 2013!
related: https://github.com/code54/buildversion-plugin/issues/8
Candidate for replacement (requires Java > 8) https://github.com/git-commit-id/git-commit-id-maven-plugin/blob/master/docs/access-version-info-at-runtime.md
From my (limited) experience with maven repository downloads: The first entry in the list of repositories, that has the requested resource, will be picked for downloads. For us this is...