Ralf Hergert

Results 6 issues of Ralf Hergert

The code of this plugin seems to be prepared to support JMeter 5: At least in the [build.gradle#L18](https://github.com/jmeter-gradle-plugin/jmeter-gradle-plugin/blob/3b830378919dcc66e2b8bd12fe367d4daf3a6098/build.gradle#L18) ext.jmVersion is set to 5 and the version of this plugin is...

https://github.com/marklogic/java-client-api/blob/9803cca4cfdeecde4b9d8e1ab0396e45814a2b02/marklogic-client-api/src/main/java/com/marklogic/client/impl/OkHttpServices.java#L3078 Method getIteratedResourceImpl(...) takes a String-array of accepted mimetypes, but never uses them.

Task
minor
new

We are trying to execute a long running query using withConsistentSnapshot=true. Depending on the configuration of our ML-DB the QueryBatcher may recieve a server error, as soon as the ML-DB...

Bug
major
new

We are using the marklogic-java-client (https://github.com/marklogic/java-client-api) in an SpringBoot-application. And we would like to upgrade our application from SpringBoot 2.7 to 3. SpringBoot 3 is using the Spring Framework in...

CtsQueries allow to be enriched with cts:annotation-elements: https://docs.marklogic.com/guide/search-dev/cts_query#id_28038 Those elements are ignored by MarkLogic when the query is executed. cts:annotations can be used for various purposes (like documentation) and in...

I would like to flip larger divs (1200px width) horizontally. Here the preset perspective of 1000px causes the divs to stretch significantly. I would love to set a perspective height...