Patrick Reinhart

Results 117 comments of Patrick Reinhart

> do the warnings trigger the build failure? @dizzzz yes, seems that the new version detects more unused stuff: ``` Warning: Unused declared dependencies found: Warning: org.apache.logging.log4j:log4j-jul:jar:2.17.2:runtime Warning: Non-test scoped...

@adamretter I did some research in that problem and there are test related code (package `org.exist.test`) in the `exist-core` module that depends on testing libraries, that may needed to be...

> @reinhapa do you plan to change the format of your commit messages to `[enhancement/bugfix/...] message` ? More info on "Commit tagging" can be found in the [eXist-db Developer Manifesto](http://www.exist-db.org/exist/apps/doc/devguide_manifesto.xml)...

@adamretter I might got a test that reproduces the deadlock. Could you look into it and check if this reproduces the problem before I go further trying to solve it?...

@adamretter I could do this after my #4220 PR as I changed a lot there in order to increase the test coverage....

@rliesenfeld looking forward for this fix to land in the next release

@skarsaune do you have an JMC issue already or do you need help creating one?

@skarsaune created [JMC-7455](https://bugs.openjdk.java.net/browse/JMC-7455) change the title to: _7455: Add support for jolokia JMX service connection_

@wlinna do you want to ignore all `P` elements and it's decedent content? In this case it would be easier to add an `XMLFilter` instead like so: ```` class FilterReader...