Lots of unit tests started to fail after I installed the new Groovy plugin.
The problem is in ASTBuilder:
protected void analyzeCode(Document doc)
{
ASTParser parser = ASTParser.newParser(javaLevel);
parser.setSource(doc.get().toCharArray());
compilationUnit = (CompilationUnit) parser.createAST(null);
compilationUnit.recordModifications();
ast = compilationUnit.getAST();
}
parser.createAST gives a NullPointerException. Perhaps because it calls JavaCore.getPlugin() to get a log object.
Query "select a from com.x.Configuration a where a.id = ( select max ( b.id ) from com.x.Configuration b )"
was converted to
"select a from com.x.Configuration a where a.id = ( select max ( b.id ) from com.x.configuration b )"
Fully support the Java final modifier for attributes
Set, add and remove methods are not generated for final attributes.
When editing an association role, the “final” keyword will now appear.
One to many relationships model using subclass of Set
This is now possible by creating a tag like @hibernate.set(class=MySet) or @hibernate.list(class=MyList).
Release Notes for Iteration 2.0.8 is a public wiki page
This wiki page is a public wiki page. It can be read by anyone including users that have not logged in and web crawlers such as Google.
Entry has no comments
You do not have sufficient permissions to comment
Wiki Page: Release Notes for Iteration 2.0.8
Wiki Page and Comments: Release Notes for Iteration 2.0.8