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