<?xml version="1.0" encoding="UTF-8"?>
<!--

  Copyright (C) Christian Schulte, 2005-206
  All rights reserved.

  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:

    o Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.

    o Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in
      the documentation and/or other materials provided with the
      distribution.

  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

  $JOMC: changes.xml 4259 2012-02-16 19:16:18Z schulte2005 $

-->
<document xmlns="http://maven.apache.org/changes/1.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
  <properties>
    <title>Changelog</title>
    <author email="schulte2005@users.sourceforge.net">Christian Schulte</author>
  </properties>
  <body>
    <!-- *********************************************************************************************************** -->
    <release version="1.1" date="2010-07-28">
      <action dev="schulte2005" type="add"><![CDATA[Added a <code>location</code> attribute to the
      <code>@XmlSchema</code> annotation of the <code>org.jomc.modlet</code> package. Added a <code>@XmlNs</code>
      annotation to the <code>@XmlSchema</code> annotation of the <code>org.jomc.modlet</code> package.]]>
      </action>
      <action dev="schulte2005" type="add"><![CDATA[Added methods <code>getAnyElement</code> and
      <code>getAnyElements</code> taking a type.
      See the <a href="http://jomc.sourceforge.net/jomc/1.1/jomc-modlet-1.1/clirr-report.html">CLIRR report</a>.]]>
      </action>
      <action dev="schulte2005" type="fix"><![CDATA[Corrected method <code>getModlets</code> of class
      <code>org.jomc.modlet.ModelContext</code> to correctly initialize the list of modlets for implementations in
      packages other than <code>org.jomc.modlet</code>.]]>
      </action>
      <action dev="schulte2005" type="fix"><![CDATA[Added <code>schemas-system-id-key</code>,
      <code>schemas-public-id-key</code> and <code>services-identifier-class-key</code> keys to the
      <code>modlets</code> element of the <code>jomc-modlet-1.0.xsd</code> schema.]]>
      </action>
      <action dev="schulte2005" type="fix"><![CDATA[Corrected method <code>getMergedModlet</code> of class
      <code>org.jomc.modlet.Modlets</code> to correctly merge duplicate schemas and services.]]>
      </action>
    </release>
    <!-- *********************************************************************************************************** -->
    <release version="1.2" date="2012-02-16">
      <action dev="schulte2005" type="add"><![CDATA[Added a <code>META-INF/sun-jaxb.episode</code> file.]]>
      </action>
      <action dev="schulte2005" type="add"><![CDATA[Added method <code>findModel</code> taking a <code>Model</code>
      instance to class <code>org.jomc.modlet.ModelContext</code>.
      See the <a href="http://jomc.sourceforge.net/jomc/1.2/jomc-modlet-1.2/clirr-report.html">CLIRR report</a>.]]>
      </action>
      <action dev="schulte2005" type="add"><![CDATA[Added property <code>validating</code> to class
      <code>org.jomc.modlet.DefaultModletProvider</code> and updated method <code>findModlets</code> to support model
      context attribute <code>org.jomc.modlet.DefaultModletProvider.validatingAttribute</code>.
      See the <a href="http://jomc.sourceforge.net/jomc/1.2/jomc-modlet-1.2/clirr-report.html">CLIRR report</a>.]]>
      </action>
      <action dev="schulte2005" type="add"><![CDATA[Added the <code>jomc-modlet-1.2.xsd</code> schema deprecating
      the <code>jomc-modlet-1.0.xsd</code> schema.]]>
      </action>
      <action dev="schulte2005" type="add"><![CDATA[Added the <code>Property</code> complex type to the
      <code>jomc-modlet-1.2.xsd</code> schema and updated the <code>Service</code> complex type to support nested
      <code>property</code> elements.]]>
      </action>
      <action dev="schulte2005" type="add"><![CDATA[Added method <code>createServiceObject</code> to class
      <code>org.jomc.modlet.ModelContext</code>.
      See the <a href="http://jomc.sourceforge.net/jomc/1.2/jomc-modlet-1.2/clirr-report.html">CLIRR report</a>.]]>
      </action>
      <action dev="schulte2005" type="add"><![CDATA[Added classes <code>org.jomc.modlet.ModelContextFactory</code>
      and <code>org.jomc.modlet.ModelContextFactoryError</code> deprecating methods
      <code>getModelContextClassName</code>, <code>setModelContextClassName</code> and
      <code>createModelContext</code> of class <code>org.jomc.modlet.ModelContext</code>.
      See the <a href="http://jomc.sourceforge.net/jomc/1.2/jomc-modlet-1.2/clirr-report.html">CLIRR report</a>.]]>
      </action>
      <action dev="schulte2005" type="add"><![CDATA[Added methods <code>createContext</code>,
      <code>createEntityResolver</code>, <code>createMarshaller</code>, <code>createResourceResolver</code>,
      <code>createSchema</code> and <code>createUnmarshaller</code> taking a <code>java.net.URI</code> to class
      <code>org.jomc.modlet.ModelContext</code>.
      See the <a href="http://jomc.sourceforge.net/jomc/1.2/jomc-modlet-1.2/clirr-report.html">CLIRR report</a>.]]>
      </action>
      <action dev="schulte2005" type="fix"><![CDATA[Updated class <code>org.jomc.modlet.DefaultModelContext</code>
      to close open streams when reading provider resources or manifest files fails.]]>
      </action>
      <action dev="schulte2005" type="fix"><![CDATA[Updated method <code>setModletSchemaSystemId</code> of class
      <code>org.jomc.modlet.ModelContext</code> to update the system id of all schemas matching the
      <code>http://jomc.org/modlet</code> public id when used after modlets have been initialized.]]>
      </action>
      <action dev="schulte2005" type="fix"><![CDATA[Corrected method <code>getModlets</code> of class
      <code>org.jomc.modlet.ModelContext</code> to reset the modlets of the instance before throwing a
      <code>ModelException</code>.]]>
      </action>
      <action dev="schulte2005" type="update"><![CDATA[Updated methods <code>createMarshaller</code> and
      <code>createUnmarshaller</code> of class <code>org.jomc.modlet.DefaultModelContext</code> to support
      <code>Marshaller.Listener</code> and <code>Unmarshaller.Listener</code> services.]]>
      </action>
      <action dev="schulte2005" type="update"><![CDATA[Updated methods <code>getProviderLocation</code> and
      <code>getPlatformProviderLocation</code> of class <code>org.jomc.modlet.DefaultModelContext</code> to support
      model context attributes <code>org.jomc.modlet.DefaultModelContext.providerLocationAttribute</code> and
      <code>org.jomc.modlet.DefaultModelContext.platformProviderLocationAttribute</code>.
      See the <a href="http://jomc.sourceforge.net/jomc/1.2/jomc-modlet-1.2/clirr-report.html">CLIRR report</a>.]]>
      </action>
      <action dev="schulte2005" type="update"><![CDATA[Updated method <code>findModlets</code> of class
      <code>org.jomc.modlet.DefaultModletProvider</code> to support model context attributes
      <code>org.jomc.modlet.DefaultModletProvider.enabledAttribute</code> and
      <code>org.jomc.modlet.DefaultModletProvider.modletLocationAttribute</code>.
      See the <a href="http://jomc.sourceforge.net/jomc/1.2/jomc-modlet-1.2/clirr-report.html">CLIRR report</a>.]]>
      </action>
      <action dev="schulte2005" type="update"><![CDATA[Updated class <code>org.jomc.modlet.DefaultModelContext</code>
      to support setting properties on service objects based on the <code>Property</code> complex type of the
      <code>jomc-modlet-1.2.xsd</code> schema.]]>
      </action>
      <action dev="schulte2005" type="update"><![CDATA[Updated the <code>modlets</code> and <code>schemas</code>
      elements of the <code>jomc-modlet-1.2.xsd</code> schema removing <code>schemas-public-id-key</code> and
      <code>schema-public-id-key</code> keys allowing multiple schemas to share the same public identifier.]]>
      </action>
      <action dev="schulte2005" type="remove"><![CDATA[Removed <code>abstract</code> modifier of method
      <code>onLog</code> of class <code>org.jomc.modlet.ModelContext.Listener</code>.]]>
      </action>
      <action dev="schulte2005" type="remove"><![CDATA[Removed the <code>jomc-modlet-1.0.xsd</code> schema deprecated
      by the <code>jomc-modlet-1.2.xsd</code> schema.]]>
      </action>
    </release>
  </body>
</document>
