Update crypto dependency to exist-crypto#16
Closed
joewiz wants to merge 1 commit into
Closed
Conversation
Change package dependency from http://expath.org/ns/crypto (old expath-crypto-module) to http://exist-db.org/ns/crypto (new exist-crypto module). Both provide the same function namespace (http://expath.org/ns/crypto) so the XQuery import is unchanged. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author
|
[This response was co-authored with Claude Code. -Joe] Closing this PR — we've changed the exist-crypto package to use the same package URI as the old module ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
expath-pkg.xmldependency fromhttp://expath.org/ns/crypto(old expath-crypto-module) tohttp://exist-db.org/ns/crypto(new exist-crypto)Why
The JWT module depends on the EXPath Crypto Module for
crypto:hmac(). The old package (http://expath.org/ns/crypto) hasn't been tested with eXist-db 7.0. The new exist-crypto module provides the same XQuery function namespace (http://expath.org/ns/crypto) and the samecrypto:hmac()function, but with a different EXPath package URI.The XQuery import in
jwt.xqmis unchanged — only the package dependency declaration inexpath-pkg.xmlchanges.New package
The exist-crypto XAR can be downloaded from:
https://github.com/joewiz/exist-crypto/releases
[This response was co-authored with Claude Code. -Joe]
🤖 Generated with Claude Code