Dannes Wessels

Results 43 issues of Dannes Wessels

### Description For 'obscure reasons' (that is: we made some maven contributions to the project that are not yet released) we use a SNAPSHOT version of maven. This maven version...

Implementation of fn:path https://www.w3.org/TR/xpath-functions-31/#func-path

enhancement
help-needed
blocked

Make update of project/app version more easy to do requires 'recent but not too recent version of maven' see https://maven.apache.org/maven-ci-friendly.html

enhancement

Saxon10 introduces some significant API changes. This PR consists of - upgrade to saxon v10.x - upgrade exist-salon-regex (separate PR) - code changes to match updated APIs with the regex...

enhancement

in org.redline_rpm.ReadableChannelWrapper#read ```java public int read( final ByteBuffer buffer) throws IOException { final int read = channel.read( buffer); for ( Consumer< ?> consumer : consumers.values()) consumer.consume(( ByteBuffer) buffer.duplicate().flip()); return read;...

When running ``` java -cp redline-1.2.6-jar-with-dependencies.jar org.redline_rpm.Scanner myrpm-0.x86_64.rpm ``` I get the following message: ``` Payload compression: payloadcompressor[tag=1125,type=6,count=1,size=5,offset=1465] gzip Exception in thread "main" java.lang.NumberFormatException: For input string: "f0199a88" at java.lang.NumberFormatException.forInputString(Unknown...

mvn tidy:pom and mvn com.github.ekryd.sortpom:sortpom-maven-plugin:sort -Dsort.predefinedSortOrder=custom_1 -Dsort.nrOfIndentSpace=4 -Dsort.sortDependencies=scope,groupId,artifactId -Dsort.keepBlankLines=true

**Describe the bug** Whilst starting eXist v6.2 (from zip file, github) the app server does not correctly initialize, eg the dashboard is not present (redirect to 404.html) **Expected behavior** After...

triage
windows