Alexander Veit

Results 16 comments of Alexander Veit

Waiting for a fix for some years now. Hope we will see useful Jacoco coverage reports some day. https://issues.jenkins-ci.org/browse/JENKINS-23588

The system properties are useful for risk mitigation in legacy applications and third party depencencies where it is often impossible to configure internally used parsers programmatically.

On Fedora Server 39 `/root/.config/` and thus `/root/.config/htop/` is missing after htop is being installed. As a consequence htop`s settings are not persisted. Manually creating `mkdir -p .config/htop` is a...

@mdbuck77 > From the reading I have done that option just starts the tini process which is used to manage signals and zombie processes. After tini is started then your...

I agree. In >80% of all cases I find myself disabling the extension. Opting in would be much more convenient.

Outdated Jackson 2.10.3 pulled in by docker-java breaks our builds with ``` java.lang.NoSuchFieldError: Class com.fasterxml.jackson.annotation.JsonFormat$Feature does not have member field 'com.fasterxml.jackson.annotation.JsonFormat$Feature READ_DATE_TIMESTAMPS_AS_NANOSECONDS' ```

Seems to work on SuperServer E300-9A with A2SDi-TP8F single processor motherboard.

I have read the CLA Document and I hereby sign the CLA

This issue causes https://github.com/jeremylong/DependencyCheck/issues/6542.

Sure that the reason for the failure is Jackson version 2.17.0? `Unsupported class file major version 61` points to Java 17. And the class files in https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.17.0/jackson-databind-2.17.0.jar all have version...