added release notes for version 0.7
[utils] / src / site / xdoc / news.xml
1 <?xml version="1.0"?>
2 <document xmlns="http://maven.apache.org/XDOC/2.0"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
5
6   <properties>
7     <title>news</title>
8     <author email="erik@brakkee.org">Erik Brakkee</author>
9   </properties>
10   <body>
11     <section name="18-Aug-2011: Bugfixes and improvements">
12       <subsection name="Bugs">
13       <ul>
14         <li>[<a href='http://wamblee.org/jira/browse/UTILS-10'>UTILS-10</a>] -         DomUtils should always perform namespace aware parsing
15         </li>
16       </ul>
17       </subsection>
18       
19       <subsection name="Improvements">
20         <ul>
21           <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. 
22           </li>
23         </ul>
24       </subsection>
25     
26       <subsection name="Features">
27         <ul>
28           <li>[<a href='http://wamblee.org/jira/browse/UTILS-12'>UTILS-12</a>] -         Add XPATH support
29           </li>
30           <li>[<a href='http://wamblee.org/jira/browse/UTILS-13'>UTILS-13</a>] -         Locking annotations for java.util.Concurrent
31           </li>
32           <li>[<a href='http://wamblee.org/jira/browse/UTILS-14'>UTILS-14</a>] -         Add clock abstraction
33           </li>
34           <li>[<a href='http://wamblee.org/jira/browse/UTILS-15'>UTILS-15</a>] -         Generic typesafe id
35           </li>
36         </ul>
37       </subsection>
38   
39     </section>
40     <section name="13-Aug-2011: Move from subversion to git">
41       <p>
42         This project is now using git instead of subversion. The git URLs are: 
43       </p>
44       <ul>
45         <li><code>https://wamblee.org/git/public/utils</code>: For access using git.</li>
46         <li><a href="http://wamblee.org/gitweb/utils">Gitweb web interface</a></li>
47       </ul>
48     </section>
49     <section name="13-Feb-2011: Release of version 0.6">
50       <subsection name="Bugs">
51         <ul>
52           <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
53           </li>
54         </ul>  
55       </subsection>
56       <subsection name="Improvements">
57         <ul>
58           <li>[<a href='http://wamblee.org/jira/browse/UTILS-8'>UTILS-8</a>] -         Dependency cleanup for support/general
59           </li>
60           <li>[<a href='http://wamblee.org/jira/browse/UTILS-9'>UTILS-9</a>] -         JavaSE CDI project
61           </li>
62         </ul>
63       </subsection>
64       <subsection name="Features">
65         <ul>
66           <li>[<a href='http://wamblee.org/jira/browse/UTILS-2'>UTILS-2</a>] -         Add wicket behavior to preselect text in forms
67           </li>
68           <li>[<a href='http://wamblee.org/jira/browse/UTILS-3'>UTILS-3</a>] -         Confirmation behavior
69           </li>
70           <li>[<a href='http://wamblee.org/jira/browse/UTILS-4'>UTILS-4</a>] -         Tooltip behavior
71           </li>
72         </ul>
73       </subsection>
74     </section>
75     
76     <section name="19-July-2010: Release of version 0.3">
77       <p> Version 0.3 is released. This includes the new libraries <code>support/inject</code>,
78         <code>support/cdi</code> for depenency injection with one implementation based on CDI. 
79         Also it includes <code>wicket/joe</code>, providing <em>Open Transaction in View</em>
80         and Java EE dependency injection for Wicket. 
81       </p>
82     </section>
83     
84     <section name="18-July-2010: Wicket/Joe">
85       <p> One new library has been added it is about Java EE plumbing for wicket: hence the name
86         "Joe" (the Plumber). Currently it supports Open Transaction in View (also known as Open
87         Session in View) and supports Java EE dependency injection through the cdi support
88         that was added before. 
89       </p>
90     </section>
91     
92     <section name="15-July-2010: CDI support">
93       <p>
94         Two new libraries have been added. One library <code>support/inject</code> which abstract
95         from a general dependency injection framework and another <code>support/cdi</code>, built on
96         top of that, which 
97         makes it really easy and efficient to do dependency injection using Contexts and Dependency
98         Injection (JSR-299). 
99       </p>
100     </section>
101     
102     <section name="12-July-2010: New logo and restyling">
103       <p>The last weeks a lot of restyling has been done on the site and it got a new logo. It is
104         Duke flying on a (Java) component. This image was created using the opensource 
105       <a href="http://blender.org">blender</a> 3-D rendering software. For more information see 
106         <a href="http://brakkee.org/site/2010/07/13/improved-logo-for-wamblee-org/">this post</a> and earlier
107           posts for more
108           details.</p>
109     </section>
110
111     <section name="21-June-2010: Work on the site">
112       <p>There has been a lot of work on the site now to get a consistent and non-standard look and
113         feel and to provide a much better presentation of the utilities library. Also, a mailing
114         list has been created for the utilities library. Work is still in progress and there is
115         still a lot to be done. </p>
116     </section>
117
118     <section name="12-May-2010: Version 0.2.4 released">
119       <p>Because of restrictions of the central maven repo the JPA test support extensions for
120         Hibernate 3.5.0 and Eclipse link (both JPA 2.0) could not be released. Separation of the
121         test code from the production code for these extensions did the trick and allowed removal of
122         repository settings from the poms so publication on the maven central repo is now possible.
123       </p>
124     </section>
125
126     <section name="14-April-2010: Version 0.2.1 released">
127       <p>The first version of the utilities library to be published on the central maven repo. </p>
128     </section>
129
130   </body>
131 </document>