Jens Nehlmeier

Results 42 issues of Jens Nehlmeier

**Plugin version** 0.75.0 **Gradle version** 7.1.1 **Describe the bug** Package private abstract classes with public final methods are not in the abi-dump.txt file and thus likely not considered during analysis....

bug

Using HikariCP 5.0.0 we discovered a bad internal state which causes no connections ever be created. Situation: - Disabling HikariCP fail fast behavior by setting `setInitializationFailTimeout(-1)`. - Not configure any...

An application can have a service that needs to access an external service, e.g. a database, to do its job. In case that external service is not reachable for any...

type=addition
package=concurrent
P4

**Jetty version(s)** 10.0.11, bug introduced in 10.0.9 **Java version/vendor** Any that supports `--add-opens`. Tried with AdoptJdk 15, 18 **OS type/version** macOs 10.15.7 **Description** I have a custom module that uses...

Bug
Stale

Would be nice to have an option to define a wildcard subdomain that resolves hostnames with embedded IP to that IP, just like sslip.io does. Or is it already possible...

Hi, is it possible to change the default `admin` user name to something else? I usually prefer changing default user names to something else for that extra bit of security.

Hi, we have reports with a page footer containing the usual "page x of y" text which has traditionally been implemented using two textfields. Each of them contains `$V{PAGE_NUMBER}` with...

**Type of bug** Modernizr error **Describe the bug** I have selected a bunch of feature tests, some sync some async. However only the CSS classes of async tests end up...

**Type of bug** Modernizr error **Describe the bug** Using `JSON.stringify` on the `Modernizr` object results in JSON that does not contain `inputtypes` sub properties. Instead it shows `"inputtypes: false"`. Reason...

Application server running in Docker with active docker health check sometimes causes application server to restart (memory leaks in JVM). The restart is a regular application server shutdown and not...