0.1.11 - added a filter to exclude scanned directory (i.e. package) to avoid getting unrelated error message in log 0.1.10 2009-05-19 - upgraded to Grails 1.1.1 0.1.9 2009-04-16 - To avoid confusion and potential problems, the demo JPA classes are disabled from the system. The JpaService and any relevant class will no longer try to look for and register demo entity beans. The entity classes are not removed and their @Entity annotation are commented out. - fixed potential xml generation bug and added trace logging. 0.1.8 2009-04-15 - fixed the problem that '**' doesn't work. (EntityBeanScanner appended .class after ** and Spring doesn't support) - fixed a Method.invoke concurrency problem in Groovy and implemented a Java JPAMethods class - add new JPA(EntityManagerFactory) constructor, added Class.getEntity and getEntities - added c3p0 jar and test case as example - JPA.run() is changed to create a new EM and clean the stored EM every time to avoid storing a EM in threadlocal. This avoid the cases that lots of entities are referenced by the EM and cannot be GC'd 0.1.7 2009-03-12 - fixed configuration bugs related to demo disabling introduced in previous version - upgraded to Grails 1.1 0.1.6 2009-03-03 - fixed a bug that the 'plugins.jpa.demo.disable' flag doesn't work. Thank Sherry Shen for reporting this and testing other areas of the plugin. - upgraded to Grails 1.1 RC 2 0.1.5 2009-02-22 - move all entity bean scanning and persistence.xml generation logics to doWithWebDescriptor event in order to support deploy-as-war scenario 0.1.4 2009-02-14 - Refactored entity bean scanning and persistence.xml generation logic to implement a new JPATestHelper that create temporary persistence.xml for unit testing - Optimized the scanning process to look for entity beans in defined persistence units only, instead of scanning the whole classpath 0.1.3 2009-02-13 - Fixed a startup exception by making this plugin load after the 'services' plugin, so the jpaService shall be available and processed the entity beans before the Entity Manager Factory beans are registered. 0.1.2 2009-02-12 - Add Groovy JPA Library 0.1.1 2009-02-10 - added JSR 303 Bean Validation API libraries (agimatec implementatoin) 0.1 2009-02-08 - initial revision with JPA functions