exist
exist copied to clipboard
eXist Native XML Database and Application Platform
**Describe the bug** Based on this report: https://www.oxygenxml.com/forum/viewtopic.php?f=1&t=25733 I'm using from Oxygen XML Editor the API "org.exist.xmldb.RemoteXPathQueryService.execute(CompiledExpression)" to run this xpath expression: map { 'prop1' : 'value 1', 'prop2' :...
When installing exist-db 6.2.0 on Ubuntu Server 22.04 LTS, the configuration screen offers the option to change the ports from the default settings of 8080 and 8443. If I change...
Building on the `master` branch is broken. To reproduce: 1. checkout `master` branch 2. run `mvn -q -DskipTests -Ddocker=false -Ddependency-check.skip=true -Dmac.signing=false -Dizpack-signing=false -Denv.CI=true -P '!mac-dmg-on-unix,!installer,!concurrency-stress-tests,!micro-benchmarks' clean package` 3. Result: ```...
### Description: As discussed on yesterday's community call, this is a new branch focusing first on a single function. ### Reference: https://github.com/eXist-db/exist/issues/4632 ### Type of tests: No new tests yet
**Describe the bug** When working in eXists Apps (Dashboard/eXide) a deadlock occurred frequently as mentioned at the e-editiones meeting. **Expected behavior** document lock gets released or error is thrown **To...
**Describe the bug** FORX0001, FORX0002 and FORX0003 are never raised. An empty `fn:analyze-string-result` element is returned instead. **Expected behavior** The function implementation to be spec compliant. https://www.w3.org/TR/xpath-functions-31/#func-analyze-string **To Reproduce** ```Xquery...
**Describe the bug** We are installing ExistDB 5.3.0 on an AWS EC2 instance running Amazon Linux 2 as the operating system and Java 1.8. We would like to fully automate...
While working on issue #3620, I noticed that `matches` is not being handled by the Range Index module. For example, these queries are being handled by the Range Index module:...
At present we have a number of different caches used across several GitHub Actions workflows. In terms of cache size, the most significant one is that for caching Maven dependencies...
The `Deploy` (`ci-deploy.yml`) workflow does a large amount of work (e.g. Maven build, verifying, and packaging) that is already performed in the `Test` (`ci-test.yml`) workflow. Instead I suggest we chain...