From: Dannes W. <no...@gi...> - 2025-01-09 09:34:16
|
Branch: refs/heads/develop-6.x.x Home: https://github.com/eXist-db/exist Commit: 98b2dbc7dce9eb10161fed0960ff6b0eaac59df5 https://github.com/eXist-db/exist/commit/98b2dbc7dce9eb10161fed0960ff6b0eaac59df5 Author: Juri Leino <gi...@li...> Date: 2024-12-20 (Fri, 20 Dec 2024) Changed paths: M exist-core/src/main/java/org/exist/source/SourceFactory.java M exist-core/src/main/java/org/exist/xquery/XQueryContext.java A exist-core/src/test/java/org/exist/xquery/ModuleImportTest.java A exist-core/src/test/resources-filtered/org/exist/xquery/conf.xml Log Message: ----------- [bugfix] allow module imports in one-off xqueries fixes #5525 fixes #5530 - add functx to autodeploy for xquery tests - add tests for one-off queries with module imports - of a registered module without location hint - of a module with location hint - change XQueryContext to allow imports again - change SourceFactory to work with contextPath set to "." Commit: 3011d1f8c7e54427e4b40408d170a9bfc787c86d https://github.com/eXist-db/exist/commit/3011d1f8c7e54427e4b40408d170a9bfc787c86d Author: Dannes Wessels <di...@us...> Date: 2025-01-09 (Thu, 09 Jan 2025) Changed paths: M exist-core/src/main/java/org/exist/source/SourceFactory.java M exist-core/src/main/java/org/exist/xquery/XQueryContext.java A exist-core/src/test/java/org/exist/xquery/ModuleImportTest.java A exist-core/src/test/resources-filtered/org/exist/xquery/conf.xml Log Message: ----------- Merge pull request #5586 from line-o/backport/5529 [6.x.x] allow module imports in one-off xqueries Compare: https://github.com/eXist-db/exist/compare/71a82cafe5eb...3011d1f8c7e5 To unsubscribe from these emails, change your notification settings at https://github.com/eXist-db/exist/settings/notifications |