Laird Nelson
Laird Nelson
It looks like our policy will be to support the latest and greatest version of Oracle JDBC artifacts, since [it is claimed](https://www.oracle.com/database/technologies/faq-jdbc.html) that they always support Oracle Database versions back...
Every so often, but not predictably, I see this in the IDE log: ``` WARNING [org.openide.util.ImageUtilities]: loadImage(URI) called with unusual URI: ergoloc:/org/netbeans/modules/ide/ergonomics/enterprise/org-netbeans-modules-websvc-core-client-resources-ws_client_16.png WARNING [null]: Last record repeated again. WARNING [org.openide.util.ImageUtilities]:...
Other observations: - Sometimes there's a flicker as the (Git) branch name is updated asynchronously (to what it was before (!)). This seems to correlate with a successful double-click operation...
Aware of that; NetBeans is the only program that exhibits this behavior.
Indeed that would seem to be the culprit. Sometimes it doesn't register, sometimes it says 1, sometimes it says 2, sometimes it says 3, 4….
Thinking the culprit is probably in here: https://github.com/openjdk/jdk/blob/master/src/java.desktop/macosx/classes/sun/lwawt/macosx/CPlatformResponder.java#L71-L79 For example, in the XWindows implementation, there is a built-in "smudge factor" (!): https://github.com/openjdk/jdk/blob/master/src/java.desktop/unix/classes/sun/awt/X11/XWindow.java#L71-L75 This does not seem to exist in the...
In case it is helpful I've reverse engineered a JSON schema that accurately describes the JSON representing an `InstanceInfo` as would be submitted by a user performing registration and/or renewal....
(Not [6](https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter)?)
I want to be careful here; I think it should be possible to merge a detached entity according to the spec. Specifically, the [spec says](https://jakarta.ee/specifications/persistence/3.1/jakarta-persistence-spec-3.1#merging-detached-entity-state): > If X is a...
Next on my plate. Given @Sanne's comments and the change in tested behavior we may want to rethink how this all takes place.