<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Wiki: Release Notes for Iteration 2.0.8</title>
    <link>http://xp-dev.com/wiki/57076/Release%20Notes%20for%20Iteration%202.0.8</link>
    <description />
    <pubDate>Sun, 07 Feb 2010 15:05:54 GMT</pubDate>
    <dc:creator>lars.hoidahl</dc:creator>
    <dc:date>2010-02-07T15:05:54Z</dc:date>
    <item>
      <title>Wiki: Release Notes for Iteration 2.0.8</title>
      <link>http://xp-dev.com/wiki/57076/Release%20Notes%20for%20Iteration%202.0.8</link>
      <description>&lt;h1 id="ReleaseNotesforIteration2.0.8httpwww.xpdev.comiteration5016"&gt;Release Notes for &lt;a href="http://www.xp-dev.com/iteration/5016"&gt;Iteration 2.0.8&lt;/a&gt;&lt;/h1&gt;&lt;h2 id="Bug26UnittestsfailedwithnewGroovyplugin"&gt;Bug #26: Unit tests failed with new Groovy plugin&lt;/h2&gt;&lt;p&gt;Lots of unit tests started to fail after I installed the new Groovy plugin.&lt;br/&gt;The problem is in ASTBuilder:&lt;br/&gt;  protected void analyzeCode(Document doc)&lt;br/&gt;  {&lt;br/&gt;     ASTParser parser = ASTParser.newParser(javaLevel);&lt;br/&gt;     parser.setSource(doc.get().toCharArray());&lt;br/&gt;     compilationUnit = (CompilationUnit) parser.createAST(null);&lt;br/&gt;     compilationUnit.recordModifications();&lt;br/&gt;     ast = compilationUnit.getAST();&lt;br/&gt;  }&lt;br/&gt;parser.createAST gives a NullPointerException. Perhaps because it calls JavaCore.getPlugin() to get a log object.&lt;/p&gt;&lt;h2 id="Bug29Queryispartiallyconvertedtolowercase"&gt;Bug #29: Query is partially converted to lowercase&lt;/h2&gt;&lt;p&gt;Query "select a from com.x.Configuration a where a.id = ( select max ( b.id ) from com.x.Configuration b )"&lt;br/&gt;was converted to&lt;br/&gt;"select a from com.x.Configuration a where a.id = ( select max ( b.id ) from com.x.configuration b )"&lt;/p&gt;&lt;h2 id="Story30"&gt;Story #30&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Fully support the Java final modifier for attributes&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Set, add and remove methods are not generated for final attributes.&lt;/p&gt;&lt;p&gt;When editing an association role, the &amp;#8220;final&amp;#8221; keyword will now appear.&lt;/p&gt;&lt;h2 id="Story33"&gt;Story #33&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;One to many relationships model using subclass of Set&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;This is now possible by creating a tag like @hibernate.set(class=MySet) or @hibernate.list(class=MyList).&lt;/p&gt;</description>
      <pubDate>Sun, 07 Feb 2010 15:05:54 GMT</pubDate>
      <guid>http://xp-dev.com/wiki/57076/Release%20Notes%20for%20Iteration%202.0.8</guid>
      <dc:creator>lars.hoidahl</dc:creator>
      <dc:date>2010-02-07T15:05:54Z</dc:date>
    </item>
  </channel>
</rss>


