<?xml version="1.0" encoding="UTF-8"?>
<news type="array">
  <news>
    <author-id type="integer">6</author-id>
    <comments-count type="integer">0</comments-count>
    <created-on type="datetime">2010-01-17T13:43:42+01:00</created-on>
    <description>Last Friday we released Hades 1.1.1 which is bugfix release to squeeze a bug in pagination for finders. For details see the changelog "here":http://redmine.synyx.org/versions/show/31.</description>
    <id type="integer">13</id>
    <project-id type="integer">9</project-id>
    <summary></summary>
    <title>Version 1.1.1 released</title>
  </news>
  <news>
    <author-id type="integer">6</author-id>
    <comments-count type="integer">0</comments-count>
    <created-on type="datetime">2009-12-23T15:48:24+01:00</created-on>
    <description>Merry Christmas to all of you. Here's the geek christmas present for JPA and Spring developers. Hades 1.1 comes with some major bugfixes, minor extensions and some SPI to allow more sophisticated extension of Hades DAO creation. The most important tickets were:

* #159 - Pagination in query methods triggered lookup of entire resultset rather that only of the page
* #136 - Sorting directions can now be defined per sort property
* #139 - Allow easy adding of a custom DAO method to all DAOs
* #162 - Derived queries now also work if a subclass of the managed entity is returned
* #172, #173, #174 - Various issues regarding binding of Sort property for query methods

For a detailed changelog see Version version#26. Note that as Hades is still able to run with latest Spring 2.5.x versions it is officailly been tested against Spring 3.0 GA.</description>
    <id type="integer">12</id>
    <project-id type="integer">9</project-id>
    <summary></summary>
    <title>Version 1.1 released</title>
  </news>
  <news>
    <author-id type="integer">6</author-id>
    <comments-count type="integer">0</comments-count>
    <created-on type="datetime">2009-10-23T13:01:06+02:00</created-on>
    <description>Say hello to the stable version:1.0 version of Hades! The release includes some minor brushups as well as introduction of using named parameters in query methods (#38). An important informations for Spring users might be, that Hades is compatible with current Spring 3 RC1 and thus should be with the upcoming GA release.

With version:1.0 we also start publishing Sonar dashboards for all of our current open source projects. See Hades project metrics "here":http://techqa.synyx.org/project/index/126.

* New Feature: #38 - allow using named parameters in query methods
* Changelog: version:1.0
* Sonar: http://techqa.synyx.org/project/index/126

We'll continue developing Hades by focusing on features JPA 2.0 introduces. As it is currently unclear in how far implementing features based on this version will break backwards compatibility, we target support for JPA 2.0 to a major 2.0 version of Hades. Feel free to propse features or even submit patches!
</description>
    <id type="integer">11</id>
    <project-id type="integer">9</project-id>
    <summary></summary>
    <title>Version 1.0 released</title>
  </news>
  <news>
    <author-id type="integer">6</author-id>
    <comments-count type="integer">0</comments-count>
    <created-on type="datetime">2009-09-23T18:21:23+02:00</created-on>
    <description>I'm pleased to announce version 0.7.0 of Hades. The current release includes the following improvements:

* Allow the execution of modifying queries - #104
* Exceptions thrown in custom implementations are now propagated correctly - #109 
* Fixed bug in handling @null@ parameters - #110

For details see the changelog of version version#21.</description>
    <id type="integer">10</id>
    <project-id type="integer">9</project-id>
    <summary></summary>
    <title>Version 0.7.0 released</title>
  </news>
  <news>
    <author-id type="integer">6</author-id>
    <comments-count type="integer">0</comments-count>
    <created-on type="datetime">2009-07-23T16:30:00+02:00</created-on>
    <description>We proudly announce version 0.6.0 of Hades. The main new features in this release include:

* Finder methods do not have to comply with any naming convention anymore. When a query is derived from the method name the following prefixes will removed from the method name prior to translation: @find@, @findBy@, @read@, @readBy@, @get@, @getBy@.
* Finder methods can have @Pageable@ and @Sort@ as parameter to apply pagination and sorting to defined queries dynamically
* @getDaoClass@ of @GenericDaoFactory@ is protected now to allow reaonable subclassing
* slight changes in domain support class packaging
* Eclipse plugin updated due to the changes in finder method handling

For more details, check out the "list of changes":http://redmine.synyx.org/versions/show/18 made for this release.</description>
    <id type="integer">8</id>
    <project-id type="integer">9</project-id>
    <summary></summary>
    <title>Version 0.6.0 released</title>
  </news>
  <news>
    <author-id type="integer">6</author-id>
    <comments-count type="integer">0</comments-count>
    <created-on type="datetime">2009-05-22T16:27:05+02:00</created-on>
    <description>We proudly announce version 0.5 of Hades. There's been a few changes that make Hades more powerful and ease working with it.

* removed necessity to configure @entity-package@ as they can be derived from the DAO interfaces
* renamed @dao-package@ namespace attribute to @base-package@ to align with Spring Core's @context@ element.
* allow wildcards in @base-package@
* offer @GenericDaoFactory@ to create DAO instances programatically
* changed Maven artifact name to @org.synyx.hades@ to conform OSGi bundle namings
* corrected OSGi MANIFEST.MF
* added sample application to demonstrate Hades features that is can be deployed in an SpringDM-aware OSGi container (like SpringSource DM Server)
* updated Eclipse plugin to reflect changes in the core library

For more detailed information check out "Oliver Gierke's blog post":http://www.olivergierke.de/wordpress/2009/05/hades-050-released/ rearding the release and try the latest version from our Maven repository at http://repo.synyx.de/public.

We're going to head version 1.0 next to demarcate maturity and keep on working on JPA 1.0 based features in 1.0 branch. Furthermore we will create a Hades 2.0 branch to start working on features based on JPA 2.0 that is about to be released soon.</description>
    <id type="integer">7</id>
    <project-id type="integer">9</project-id>
    <summary></summary>
    <title>Version 0.5.0 released</title>
  </news>
  <news>
    <author-id type="integer">6</author-id>
    <comments-count type="integer">0</comments-count>
    <created-on type="datetime">2009-02-26T14:37:38+01:00</created-on>
    <description>I am pleased to announce version 0.4 of Hades. This version includes some major internal refactorings as well as an Eclipse Plugin to integrate with Spring IDE nicely. To find out details, check out the [[Eclipse|wiki page]] or the chapter on IDE integration in the "reference documentation":http://redmine.synyx.org/attachments/download/26.</description>
    <id type="integer">5</id>
    <project-id type="integer">9</project-id>
    <summary></summary>
    <title>Version 0.4 released</title>
  </news>
  <news>
    <author-id type="integer">6</author-id>
    <comments-count type="integer">0</comments-count>
    <created-on type="datetime">2008-12-09T16:16:12+01:00</created-on>
    <description>We're pleased to announce version 0.3. The release includes some major package refactorings as well as an implementation of @ExtendedGenericDao@ based on EclipseLink. For a detailed list of changes see the "changelog":http://redmine.synyx.org/versions/show/10.</description>
    <id type="integer">1</id>
    <project-id type="integer">9</project-id>
    <summary></summary>
    <title>Version 0.3 released</title>
  </news>
  <news>
    <author-id type="integer">6</author-id>
    <comments-count type="integer">0</comments-count>
    <created-on type="datetime">2008-11-18T16:16:12+01:00</created-on>
    <description>There will be talks about hades given by "Oliver Gierke":http://www.olivergierke.de at various events in the upcoming period. Here are the dates:

* Dec, 9th 2008 - "Devoxx, Antwerp":http://www.devoxx.com/display/JV08/Easing+JPA+DAO+development+with+Hades
* Dec, 17th 2008 - "Java User Group, Karlsruhe":http://groups.google.com/group/jug-karlsruhe
* Jan, 15th 2009 - "DevDusk, Frankfurt/Main":http://www.devdusk.de

If you attend one of the events, feel free to say hello and share some thoughts.</description>
    <id type="integer">2</id>
    <project-id type="integer">9</project-id>
    <summary></summary>
    <title>Hades on tour</title>
  </news>
</news>
