Archie L. Cobbs
Archie L. Cobbs
Your plugin is pulling in something called "payara". This payara JAR contains a bunch of classfiles from other projects jammed into it. This is totally wrong and causes class file...
When building the Javadoc for a pre-Java 11 project that want's to link to Guava's Javadoc, that linking fails. E.g., in Maven: ``` 1 warning [WARNING] Javadoc Warnings [WARNING] javadoc:...
(Description revised) JDK-8043176 updated the JLS 16.1.10 to describe how within a lambda body, any variables that were DU before the lambda expression must not be considered DU at the...
### Description of the bug Vaadin appears to still be making the unwarranted assumption that everybody in the world maps their Vaadin servlets at the root of their servlet context....
I got an error report that looked like this (slightly cleaned up): ``` [INFO] --- modernizer:2.7.0:modernizer (modernizer) @ permazen-kv-simple --- [ERROR] .../io/permazen/kv/simple/SimpleKVDatabase$1.java:269: Prefer Stream.filter(type::isInstance).map(type::cast) [ERROR] .../io/permazen/kv/simple/SimpleKVDatabase$1.java:273: Prefer Stream.filter(type::isInstance).map(type::cast) [ERROR] .../io/permazen/kv/simple/SimpleKVDatabase$1.java:273:...
### Describe your motivation I'm trying to use Vaadin flow, Vaadin's `LoginForm`, and spring-security. The login process works fine. But I have Spring beans that want to be notified when...
### Description of the bug `BeanPropertySet` is supposed to identify Java bean properties, which are defined by the existence of getter and setter methods. However, `BeanPropertySet` fails to find getter...
I like to use the `maven-enforcer-plugin` to ensure reliable builds. In particular, `` it good practice because it "requires that the version for each dependency resolved during a build, is...
This is a fix for issue #1764. The support in `check_http` for "CHECK SSL WEBSERVER CONTENT VIA PROXY USING HTTP 1.1 CONNECT" is incomplete, in that it doesn't handle redirects....
This adds a new `--verify-host` flag to `check_http` when used with the `-C` flat. The new flag enables two additional checks: * Verify the SSL host matches the `-H` hostname...