-->
<?xml-stylesheettype="text/xml"href="../../nbbuild/javadoctools/apichanges.xsl"?>
<!DOCTYPE apichanges PUBLIC"-//NetBeans//DTD API changes list 1.0//EN""../../nbbuild/javadoctools/apichanges.dtd">
<!-- First, a list of API names you may use: -->
<apidefs>
<apidef name="XMLCatalog">XMLEntity Catalog</apidef>
</apidefs>
<!-- ACTUAL CHANGES BEGIN HERE: -->
<changes>
<change id="ui-separation">
<api name="XMLCatalog"/>
<summary>UI and AWT-related code separated into xml.catalog.ui</summary>
<version major="2" minor="2.0"/>
<date day="27" month="6" year="2014"/>
<author login="sdedic"/>
<compatibility binary="compatible" source="incompatible" semantic="compatible"
addition="yes" deletion="no" modification="yes" deprecation="no"/>
<description>
<p>
The <code>CatalogDescriptor</code> interface implemented by XMLEntity Resolvers forces
the implementation to load and return <code>java.awt.image</code> which is an issue in a headless
environment. The CatalogDescriptor was deprecated and moved to the <code>xml.catalog.ui</code> with
an auto-dependency to support unmaintained modules.
</p>
<p>
The new, recommended, API is <code>CatalogDescriptor2</code>, which only requires the catalog provider
to provide a String identification of the icon resource.
</p>
</description>
<class package="org.netbeans.modules.xml.catalog.spi" name="CatalogDescriptor2"/>
</change>
</changes>
<!-- Now the surrounding HTML text and document structure: -->
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.