Fuller descriptions of all changes can be found below (follow links).
Not all deprecations are listed here, assuming that the deprecated APIs continue to essentially work. For a full deprecation list, please consult the Javadoc.
These API specification versions may be used to indicate that a module requires a certain API feature in order to function. For example, if you see here a feature you need which is labelled 1.20, your manifest should contain in its main attributes the line:
OpenIDE-Module-Module-Dependencies: $codebase > 1.20
org.netbeans.api.htmlui.HTMLComponent
org.netbeans.api.htmlui.HTMLDialog
org.netbeans.spi.htmlui.HTMLViewerSpi
org.netbeans.api.htmlui.OpenHTMLRegistration
HTMLDialog
HTMLViewerSpi
; made by: jtulach
Validate your dialogs with OnSubmit interface. Write own HTMLViewerSpi to provide own "chrome" for displaying HTML UI components.
FreeGeoIp service no longer works. Removing the default GeoIp location provider.
HTMLComponent
HTMLDialog
OpenHTMLRegistration
; made by: jtulach
Each WebView
created by one of the
annotations (
@HTMLComponent,
@HTMLDialog,
@OpenHTMLRegistration
) is by default skinned with a CSS that makes it
look like the the other Swing components.
Read more...
HTMLComponent
HTMLDialog
OpenHTMLRegistration
; made by: jtulach; issues:
#246133
The HTML UI API for Java revision 1.1 supports technolgy identifiers. Now they can be used via NetBeans annotations as well.
The HTML UI API for Java and NetBeans has been included in the NetBeans platform.