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.
Lookups.forPath
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: org.netbeans.modules.settings/1 > 1.20
Lookups.forPath
org.netbeans.api.settings.ConvertAsJavaBean
org.netbeans.api.settings.ConvertAsProperties
org.netbeans.spi.settings.Convertor
org.netbeans.spi.settings.DOMConvertor
org.netbeans.api.settings.FactoryMethod
FactoryMethod
; made by: jtulach; issues:
#227050
private static
as well.
ConvertAsJavaBean
; made by: jtulach; issues:
#169620
readProperties
method has been extended
to allow the method to return an object. Read
more.
ConvertAsProperties
; made by: jtulach; issues:
#155962
@ConvertAsProperties
annotation.
recognizeXML=true
then
Convertors will attempt to process also files with .xml extension.
META-INF/netbeans/translate.names
. If class name
maps to empty string, it is ignored. E.g.:
org.mypackage.OldClass=
Lookups.forPath
Convertor
DOMConvertor
; made by: jpokorsky; issues:
#26076
DOMConvertor
; made by: jpokorsky; issues:
#26284