ADDITIONAL SYSTEM INFORMATION :
MacOS Catalina 10.15.4, AdoptJDk Java 14.0.1
A DESCRIPTION OF THE PROBLEM :
Taskbar.getTaskbar().isSupported(Taskbar.Feature.ICON_BADGE_NUMBER) returns false with Java 14.0.1 on MacOS Catalina 10.15.4, however on the same machine Taskbar.getTaskbar().isSupported(Taskbar.Feature.ICON_BADGE_NUMBER) returns true when using Java 11.0.7
REGRESSION : Last worked in version 11.0.7
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Taskbar.getTaskbar().isSupported(Taskbar.Feature.ICON_BADGE_NUMBER)
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
true
ACTUAL -
false
CUSTOMER SUBMITTED WORKAROUND :
I have no workaround on MacOS I use this feature to add text to the icon on the taskbar, but I cannot use that with java 14 currently.
FREQUENCY : always