Greg Brown

Results 5 issues of Greg Brown

Where applicable, `instanceof` pattern matching should be used: https://openjdk.java.net/jeps/394 This is a non-functional change but is dependent on a baseline of Java 17 (LTS) or later.

Where applicable, switch expressions should be used: https://openjdk.java.net/jeps/361 This is a non-functional change but is dependent on a baseline of Java 17 (LTS) or later.

Java 15 introduced records as a preview feature: https://docs.oracle.com/en/java/javase/15/docs/api/java.base/java/lang/Record.html `BeanAdapter` should be updated to support reading from record types (e.g. via a static inner `RecordAdapter` class that implements `Map`) as...

My project currently has 1.0.x, 1.1.x, and 1.2.x releases: https://javadoc.io/doc/org.httprpc/kilo-client/latest/index.html I really only need the Javadoc for the latest maintenance release within each minor release. Is there a way to...

Since upgrading to FlatLaf 3.3 I am unable to notarize my macOS application. When I retrieve the log from the notary service, I see this in the output: "path": "NovaVue-5.4.3.dmg/NovaVue.app/Contents/app/management.jar/com/formdev/flatlaf/natives/libflatlaf-macos-x86_64.dylib",...