Patrick Reinhart

Results 24 issues of Patrick Reinhart

The AppImageUpdate does not work behind a proxy even if if has been specified using the one of the following the environment variables (or their uppercase variants): ``` http_proxy https_proxy...

**What are you trying to do?** Build eXist db using github actions: https://github.com/eXist-db/exist/pull/4020 Build system details: ``` Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d) Maven home: /usr/share/apache-maven-3.8.1 Java version: 11.0.12, vendor: Eclipse Foundation,...

testing

This PR contains all changes done for the next [XMLDB:API](https://github.com/xmldb-org/xmldb-api) version. **NOTE** This PR is still in draft and not finished yet

Try to reproduce #4438 using a JUnit test

@melix what was the reason to create a fat jar containing all runtime dependencies in the first place? I have problems with dependencies, that will define specialized resources as `META-INF/beans.xml`...

Enables in-memory query result values less than 4 MB instead of writing them to a temporary file. By using the in-memory-buffer no potential virus scanner is trigger either on the...

Backport of https://github.com/eXist-db/exist/pull/5188. Enables in-memory query result values less than 4 MB instead of writing them to a temporary file. By using the in-memory-buffer no potential virus scanner is trigger...

When indexing a big file that contains around 16000 generated classes, the indexing process takes around 100 more time. Jandex 3.1.0 ~ 5 seconds Jandex 3.1.1 ~ 490 seconds

serialization-format-change

Adds the `AutoClosable` interface to the `XMLWriter`.

Adds `Automatic-Module-Name` to the manifest logic in order refer within a `module-info` file.