exist icon indicating copy to clipboard operation
exist copied to clipboard

eXist Native XML Database and Application Platform

Results 362 exist issues
Sort by recently updated
recently updated
newest added

Bumps [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) from 2.16.2 to 2.17.0. Release notes Sourced from org.codehaus.mojo:versions-maven-plugin's releases. 2.17.0 Changes 🚀 New features and improvements feat: Add Dynamic Versioning SCM plugin (#1082) @​jimisola Add range type...

dependencies
java

Bumps [org.expath.http.client:http-client-java](https://github.com/expath/expath-http-client-java) from 1.4.1 to 1.5.2. Commits 2ad6067 [maven-release-plugin] prepare release http-client-1.5.2 96bcc4d Update to newer tools-saxon 5df1209 [bugfix] Fix an issue with setting headers in Post and Put responses...

dependencies
java

The data (`example-1.xml`) looks like: ```xml Thalla , a leabhair bhig neo - euchdaich : amhairc a-steach ’na sùilean leugach : ge bacach thu , chan eil ``` The initial...

bug

Adds open resource tracking by holding a reference to all unclosed resources in order for the JVM not prematurely run the `finalize()` method on the `Resource` objects.

bug

Removed all finalize() methods for the following classes: - exist-core/src/main/java/org/exist/util/GZIPInputSource.java - exist-core/src/main/java/org/exist/xmldb/AbstractRemoteResource.java - exist-core/src/main/java/org/exist/xmldb/RemoteResourceSet.java - exist-core/src/main/java/org/exist/xmlrpc/AbstractCachedResult.java Remplaced finalize() method with shutdown hook: - exist-core/src/main/java/org/exist/util/io/TemporaryFileManager.java ### Description: Fixes a SAXParseException that...

**Describe the bug** The use of `binary` attribute for fields in full text index does not work any more. **Expected behavior** The use of the `binary`attribute should work. **To Reproduce**...

investigate

**Describe the bug** PR #4541 added support for indexing fields as binary values, controlled by a new `@binary` attribute on the `` element. The PR neglected to register this new...

bug
Lucene

**Describe the bug** When I import attached file through oXygens xmlrpc connection (eXide doesn't let me: different issue), eXist-db looses the prolog that lists that the file is Windows-1252, but...

bug

Bumps [org.xmlresolver:xmlresolver](https://github.com/xmlresolver/xmlresolver) from 5.2.3 to 6.0.9. Release notes Sourced from org.xmlresolver:xmlresolver's releases. 6.0.9 No release notes provided. 6.0.8 Restores the NamespaceResolver API. This API, like the other shims for 5.x...

dependencies
java

when working in the capacity of a system administrator i'm interested whether a (developer) requested deployment will receive security fixes (which i regard as the minimum for what i name...

enhancement