Skip to content

Release 2.2.1

Mathias Goebel requested to merge develop into main

This MR just adds a dependency to the ExPathPackage description to prevent eXistdb throwing an error on installation during autodeployment:

01 Nov 2024 05:21:04,940 [main] INFO  (Deployment.java [installAndDeploy]:280) - Deploying package http://sub.uni-goettingen.de/tg-connect-standalone 
01 Nov 2024 05:21:06,269 [main] ERROR (DocumentTriggers.java [afterCreateDocument]:240) - Invalid URI: xmldb URI scheme does not start with xmldb:: http://exist-db.org/xquery/html-templating 
java.lang.IllegalArgumentException: Invalid URI: xmldb URI scheme does not start with xmldb:: http://exist-db.org/xquery/html-templating
	at org.exist.xmldb.XmldbURI.create(XmldbURI.java:234) ~[exist.uber.jar:6.3.0]
	at org.exist.xmldb.XmldbURI.append(XmldbURI.java:630) ~[exist.uber.jar:6.3.0]
	at org.exist.extensions.exquery.restxq.impl.ExistXqueryRegistry.getAbsoluteModuleHint(ExistXqueryRegistry.java:456) ~[exist.uber.jar:6.3.0]
	at org.exist.extensions.exquery.restxq.impl.ExistXqueryRegistry.recordMissingDependency(ExistXqueryRegistry.java:413) ~[exist.uber.jar:6.3.0]

since it is a very small change, i merge w/o review @mrodzis

Merge request reports

Loading