Author: dgeraskov
Date: 2010-02-17 07:35:52 -0500 (Wed, 17 Feb 2010)
New Revision: 20307
Added:
trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.CR2.html
trunk/documentation/whatsnew/hibernate/images/exporters_tab.png
trunk/documentation/whatsnew/hibernate/images/main_tab.png
trunk/documentation/whatsnew/hibernate/images/removed_empty_packages.png
trunk/documentation/whatsnew/hibernate/images/removed_ui.png
trunk/documentation/whatsnew/hibernate/images/setup_button.png
Log:
New and noteworthy for 3.3.0.CR2
Added: trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.CR2.html
===================================================================
--- trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.CR2.html
(rev 0)
+++ trunk/documentation/whatsnew/hibernate/hibernate-news-3.3.0.CR2.html 2010-02-17
12:35:52 UTC (rev 20307)
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html
xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css"/>
+<title>Hibernate tools 3.3.0.CR2 What's New</title>
+</head>
+<body>
+<h1>Hibernate tools 3.3.0.CR2 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main
Index</a> <a href="../maven/maven-news-1.0.0.CR1.html">Maven Tools
></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0"
width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Source Editing</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Persistence XML
editor</b></td>
+ <td valign="top">
+ <p>'Browse' button changed to 'Setup' which allows to select an
existing configuration file or create a new one.</p>
+
+ <img src="images/setup_button.png" />
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-5643">Releated
jira</a></small></p>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3"
+ id="itemname3"></a><b>Validator
problem</b></td>
+ <td valign="top">
+
+ <p>Configuration file location validated by a validator. The validator checks
the configuration file's path specified in persistence.xml is valid. It showed an
error when relative path was used.</p>
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-5641">Releated
jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3"
+ id="itemname3"></a><b>Reverse engineering
editor</b></td>
+ <td valign="top">
+
+ <p>At the 'Table & Columns' tab was a checkbox 'Exclude column
from reverse engineering'
+ which added the attribute 'exclude' to 'key-column' element. But
according to DTD the element
+ doesn't have the attribute. Wrong ui was removed.</p>
+ <img src="images/removed_ui.png" />
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-5824">Releated
jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Hibernate Mapping Wizard</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Filter empty
packages</b></td>
+ <td valign="top">
+
+ <p>At New Hibernate Mapping Wizard in 'Add Package' dialog empty
packages(without java classes) are not shown now.</p>
+ <img src="images/removed_empty_packages.png" />
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-5411">Releated
jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Refactoring</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a
name="itemname3" id="itemname3"></a><b>Code Generation
Configurations</b></td>
+ <td valign="top">
+
+ <p>The code generation configurations now listen to the Refactoring changes.
+ Allowing to output directory, template directory, reverse engineering file paths
+ to be changed automatically.</p>
+ <img src="images/main_tab.png" />
+ <p>Also output directory set for each exporter are updated
automatically.</p>
+ <img src="images/exporters_tab.png" />
+ <p><small><a
href="https://jira.jboss.org/jira/browse/JBIDE-5499">Releated
jira</a></small></p>
+ </td>
+ </tr>
+
+</table>
+</body>
+</html>
+
+
Added: trunk/documentation/whatsnew/hibernate/images/exporters_tab.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/hibernate/images/exporters_tab.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/hibernate/images/main_tab.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/hibernate/images/main_tab.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/hibernate/images/removed_empty_packages.png
===================================================================
(Binary files differ)
Property changes on:
trunk/documentation/whatsnew/hibernate/images/removed_empty_packages.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/hibernate/images/removed_ui.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/hibernate/images/removed_ui.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/hibernate/images/setup_button.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/hibernate/images/setup_button.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream