2019-04-05 |
Kai Moritz | Upgraded source/target version of Java from 1.6 to 1.8 |
tree | commitdiff |
2019-04-05 |
Kai Moritz | Upgraded Hibernate from 5.2.4.Final to 5.2.18.Final |
tree | commitdiff |
2017-11-20 |
Kai Moritz | Fixed a bug when handling test-dependencies: XML-mappin... |
tree | commitdiff |
2017-02-07 |
Kai Moritz | If the pluging is aborted, because of an exception... |
tree | commitdiff |
2017-02-07 |
Kai Moritz | Added a warning, if a directory, that should be scanned... |
tree | commitdiff |
2017-02-07 |
Kai Moritz | Fixed bug with directories, that should be scanned... |
tree | commitdiff |
2016-11-13 |
Kai Moritz | Fixed the akquisition of a database-connection, if... |
tree | commitdiff |
2016-11-13 |
Kai Moritz | Fixed error-reporting: errors reported by Hibernate... |
tree | commitdiff |
2016-11-13 |
Kai Moritz | Corrected the description of the three golas create... |
tree | commitdiff |
2016-11-13 |
Kai Moritz | Added the goal "update" |
tree | commitdiff |
2016-11-13 |
Kai Moritz | Configuration properties of the plugin are also reported |
tree | commitdiff |
2016-11-13 |
Kai Moritz | Overwriting of a property with the same value is not... |
tree | commitdiff |
2016-11-13 |
Kai Moritz | The content of the generated script is checked for... |
tree | commitdiff |
2016-11-13 |
Kai Moritz | Renemed hibernate.schema.export to hibernate.schema... |
tree | commitdiff |
2016-11-13 |
Kai Moritz | The output file is truncated, before written to |
tree | commitdiff |
2016-11-13 |
Kai Moritz | JPA-properties must be converted into Hibernate-propert... |
tree | commitdiff |
2016-11-13 |
Kai Moritz | Upgraded Hibernate |
tree | commitdiff |
2016-11-13 |
Kai Moritz | Fixed NullPointerException in ModificationTracker |
tree | commitdiff |
2016-03-07 |
Kai Moritz | Updated documentation |
tree | commitdiff |
2016-03-07 |
Kai Moritz | Fixed ConcurrentModificationException |
tree | commitdiff |
2016-03-07 |
Kai Moritz | Fixed bug regarding the skipping of unmodified builds |
tree | commitdiff |
2016-03-07 |
Kai Moritz | All packages up to the root are checked for annotations |
tree | commitdiff |
2016-03-07 |
Kai Moritz | Fixed bug: the execution is no more skipped after a... |
tree | commitdiff |
2016-03-07 |
Kai Moritz | Mappings from JPA-mapping-files are considered |
tree | commitdiff |
2015-12-20 |
Kai Moritz | Considering mapping-configuration from persistence... |
tree | commitdiff |
2015-12-20 |
Kai Moritz | Sidestepped bug in Hibernate 5 |
tree | commitdiff |
2015-12-20 |
Kai Moritz | Introduced the goal "drop" |
tree | commitdiff |
2015-12-20 |
Kai Moritz | Reworked configuration and the tracking thereof |
tree | commitdiff |
2015-12-20 |
Kai Moritz | Reworked plugin-configuration: worshipped the DRY-principle |
tree | commitdiff |
2015-12-20 |
Kai Moritz | Refined reimplementation of the plugin for Hibernate 5.x |
tree | commitdiff |
2015-05-16 |
Kai Moritz | JPA-jdbc-properties are used, if appropriate hibernate... |
tree | commitdiff |
2015-05-16 |
Kai Moritz | Hibernate configuration is gathered from class-path... |
tree | commitdiff |
2015-05-16 |
Kai Moritz | Found no way to check, that mapped classes were found |
tree | commitdiff |
2015-05-16 |
Kai Moritz | Be sure to relase all resources (closing db-connections!) |
tree | commitdiff |
2015-05-16 |
Kai Moritz | Settings in a hibernate.cfg.xml are read |
tree | commitdiff |
2015-05-16 |
Kai Moritz | Catched NPE, if hibernate-dialect is not set |
tree | commitdiff |
2015-05-16 |
Kai Moritz | Generation of tables and rows for auditing is now default |
tree | commitdiff |
2015-05-16 |
Kai Moritz | Fixed mojo to scan for properties in persistence.xml |
tree | commitdiff |
2015-05-16 |
Kai Moritz | Switched to usage of a ServiceRegistry |
tree | commitdiff |
2015-03-15 |
Kai Moritz | Added support for m2e |
tree | commitdiff |
2014-11-11 |
Kai Moritz | Explained how to suppress dependency-scanning in docume... |
tree | commitdiff |
2014-10-28 |
Kai Moritz | Fixed NullPointerException, when dialect is specified... |
tree | commitdiff |
2014-10-26 |
Kai Moritz | Added patch by Joachim Van der Auwera to support packag... |
tree | commitdiff |
2014-02-12 |
Frank Schimmel | Properly support constraints expressed by bean validati... |
tree | commitdiff |
2014-01-17 |
Mark Robinson | Generated schema now corresponds to hibernate validator... |
tree | commitdiff |
2014-01-16 |
Kai Moritz | Upgrade to Hibernate 4.3.0.Final |
tree | commitdiff |
2014-01-16 |
Joel Johnson | Text cleanup, spelling, etc. |
tree | commitdiff |
2014-01-16 |
Joel Johnson | Make output file handling more robust |
tree | commitdiff |
2013-12-26 |
Joel Johnson | Check that md5 path is file and has content |
tree | commitdiff |
2013-12-26 |
Joel Johnson | Use more descriptive filename for schema md5 |
tree | commitdiff |
2013-12-26 |
Joel Johnson | Offer explicit disable option |
tree | commitdiff |
2013-10-17 |
Kai Moritz | Added @since-Annotation to configuration-parameters |
tree | commitdiff |
2013-10-17 |
Kai Moritz | The plugin now scans for annotated classes in dependenc... |
tree | commitdiff |
2013-09-18 |
Kai Moritz | Reverted to old behaviour: export is skipped, when... |
tree | commitdiff |
2013-09-18 |
Kai Moritz | No configuration for hibernate.dialect might be a valid... |
tree | commitdiff |
2013-09-18 |
Kai Moritz | Improved log-messages |
tree | commitdiff |
2013-09-18 |
Kai Moritz | Variable "envers" should not be put into hibernate... |
tree | commitdiff |
2013-09-16 |
Erik-Berndt Scheper | Rename envers property to hibernate.export.envers envers |
tree | commitdiff |
2013-09-10 |
Victor Tatai | Adding envers support (contribution from Victor Tatai) |
tree | commitdiff |
2013-09-10 |
Kai Moritz | Execution is only skipped, if explicitly told so |
tree | commitdiff |
2013-09-07 |
Kai Moritz | Fixed failure when target/classes does not exist when... |
tree | commitdiff |
2013-08-31 |
Kai Moritz | Improved log-messages |
tree | commitdiff |
2013-08-31 |
Kai Moritz | Fixed NPE when using nested classes in entities with... |
tree | commitdiff |
2013-08-01 |
Kai Moritz | Mapping-configurations are opend as given before search... |
tree | commitdiff |
2013-08-01 |
Kai Moritz | Improved documentaion (new FAQ-entries) |
tree | commitdiff |
2013-08-01 |
Kai Moritz | Added support for mapping-configuration through mapping... |
tree | commitdiff |
2013-05-01 |
nicus | Fixed problem with NamingStrategy (contribution from... |
tree | commitdiff |
2013-05-01 |
Kai Moritz | Integration of the maven-plugin-plugin for automated... |
tree | commitdiff |
2013-01-15 |
Kai Moritz | Reworked documentation: added documentation for new... |
tree | commitdiff |
2013-01-15 |
Kai Moritz | Test-Classes can now be included into the scanning... |
tree | commitdiff |
2013-01-15 |
Kai Moritz | Bugfix: database-parameters for connection were not... |
tree | commitdiff |
2013-01-15 |
Kai Moritz | Improved log-messages |
tree | commitdiff |
2013-01-15 |
Kai Moritz | Bugfix: connection was closed, even when it was never... |
tree | commitdiff |
2013-01-15 |
Kai Moritz | Implemented new parameter "force" |
tree | commitdiff |
2013-01-15 |
Kai Moritz | Plugin ignores upper- or lower-case mismatches for... |
tree | commitdiff |
2013-01-15 |
Kai Moritz | The Targets EXPORT and NONE force excecution |
tree | commitdiff |
2013-01-15 |
Kai Moritz | Configuration via properties reworked |
tree | commitdiff |
2012-12-13 |
Kai Moritz | schema is now rebuild, when SQL-dialect changes |
tree | commitdiff |
2012-12-13 |
Kai Moritz | Skipping of unchanged scenarios is now based on MD5... |
tree | commitdiff |
2012-12-11 |
Kai Moritz | hibernate4:export is skipped, when annotated classes... |
tree | commitdiff |
2012-12-11 |
Kai Moritz | Found annotated classes get logged now |
tree | commitdiff |
2012-12-11 |
Kai Moritz | Skipping of the excecution is noted in the log-messages now |
tree | commitdiff |
2012-12-11 |
Kai Moritz | DriverProxy now implements Driver.getParentLogger() |
tree | commitdiff |
2012-12-11 |
Kai Moritz | Improved logging of found configuration-parameters |
tree | commitdiff |
2012-12-11 |
Kai Moritz | Cleaned up code |
tree | commitdiff |
2012-12-11 |
Kai Moritz | Attribute "skip" is no initialized with value of proper... |
tree | commitdiff |
2012-12-11 |
Kai Moritz | Implementd maven-plugin "Hibernate 4" |
tree | commitdiff |
|