added release notes for version 0.7
[utils] / src / site / xdoc / news.xml
index f9624b548c7e4d9cd2a78bc9fb13e71c0a495783..ac92e9fd95ccf2d5d9fa230c35a1972ec21edcf4 100644 (file)
@@ -8,6 +8,86 @@
     <author email="erik@brakkee.org">Erik Brakkee</author>
   </properties>
   <body>
+    <section name="18-Aug-2011: Bugfixes and improvements">
+      <subsection name="Bugs">
+      <ul>
+        <li>[<a href='http://wamblee.org/jira/browse/UTILS-10'>UTILS-10</a>] -         DomUtils should always perform namespace aware parsing
+        </li>
+      </ul>
+      </subsection>
+      
+      <subsection name="Improvements">
+        <ul>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-11'>UTILS-11</a>] -         Replace DomUtils by more object-oriented method for working with XML, Schema, and Transformations. 
+          </li>
+        </ul>
+      </subsection>
+    
+      <subsection name="Features">
+        <ul>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-12'>UTILS-12</a>] -         Add XPATH support
+          </li>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-13'>UTILS-13</a>] -         Locking annotations for java.util.Concurrent
+          </li>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-14'>UTILS-14</a>] -         Add clock abstraction
+          </li>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-15'>UTILS-15</a>] -         Generic typesafe id
+          </li>
+        </ul>
+      </subsection>
+  
+    </section>
+    <section name="13-Aug-2011: Move from subversion to git">
+      <p>
+        This project is now using git instead of subversion. The git URLs are: 
+      </p>
+      <ul>
+        <li><code>https://wamblee.org/git/public/utils</code>: For access using git.</li>
+        <li><a href="http://wamblee.org/gitweb/utils">Gitweb web interface</a></li>
+      </ul>
+    </section>
+    <section name="13-Feb-2011: Release of version 0.6">
+      <subsection name="Bugs">
+        <ul>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-5'>UTILS-5</a>] -         When using test/enterprise dependency: NoClassDefFoundError: org/apache/commons/collections/set/ListOrderedSet
+          </li>
+        </ul>  
+      </subsection>
+      <subsection name="Improvements">
+        <ul>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-8'>UTILS-8</a>] -         Dependency cleanup for support/general
+          </li>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-9'>UTILS-9</a>] -         JavaSE CDI project
+          </li>
+        </ul>
+      </subsection>
+      <subsection name="Features">
+        <ul>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-2'>UTILS-2</a>] -         Add wicket behavior to preselect text in forms
+          </li>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-3'>UTILS-3</a>] -         Confirmation behavior
+          </li>
+          <li>[<a href='http://wamblee.org/jira/browse/UTILS-4'>UTILS-4</a>] -         Tooltip behavior
+          </li>
+        </ul>
+      </subsection>
+    </section>
+    
+    <section name="19-July-2010: Release of version 0.3">
+      <p> Version 0.3 is released. This includes the new libraries <code>support/inject</code>,
+        <code>support/cdi</code> for depenency injection with one implementation based on CDI. 
+        Also it includes <code>wicket/joe</code>, providing <em>Open Transaction in View</em>
+        and Java EE dependency injection for Wicket. 
+      </p>
+    </section>
+    
+    <section name="18-July-2010: Wicket/Joe">
+      <p> One new library has been added it is about Java EE plumbing for wicket: hence the name
+        "Joe" (the Plumber). Currently it supports Open Transaction in View (also known as Open
+        Session in View) and supports Java EE dependency injection through the cdi support
+        that was added before. 
+      </p>
+    </section>
     
     <section name="15-July-2010: CDI support">
       <p>