Upgraded source/target version of Java from 1.6 to 1.8
[hibernate4-maven-plugin] / src / main /
2019-04-05 Kai MoritzUpgraded source/target version of Java from 1.6 to 1.8
2019-04-05 Kai MoritzUpgraded Hibernate from 5.2.4.Final to 5.2.18.Final
2017-11-20 Kai MoritzFixed a bug when handling test-dependencies: XML-mappin...
2017-02-07 Kai MoritzIf the pluging is aborted, because of an exception...
2017-02-07 Kai MoritzAdded a warning, if a directory, that should be scanned...
2017-02-07 Kai MoritzFixed bug with directories, that should be scanned...
2016-11-13 Kai MoritzFixed the akquisition of a database-connection, if...
2016-11-13 Kai MoritzFixed error-reporting: errors reported by Hibernate...
2016-11-13 Kai MoritzCorrected the description of the three golas create...
2016-11-13 Kai MoritzAdded the goal "update"
2016-11-13 Kai MoritzConfiguration properties of the plugin are also reported
2016-11-13 Kai MoritzOverwriting of a property with the same value is not...
2016-11-13 Kai MoritzThe content of the generated script is checked for...
2016-11-13 Kai MoritzRenemed hibernate.schema.export to hibernate.schema...
2016-11-13 Kai MoritzThe output file is truncated, before written to
2016-11-13 Kai MoritzJPA-properties must be converted into Hibernate-propert...
2016-11-13 Kai MoritzUpgraded Hibernate
2016-11-13 Kai MoritzFixed NullPointerException in ModificationTracker
2016-03-07 Kai MoritzUpdated documentation
2016-03-07 Kai MoritzFixed ConcurrentModificationException
2016-03-07 Kai MoritzFixed bug regarding the skipping of unmodified builds
2016-03-07 Kai MoritzAll packages up to the root are checked for annotations
2016-03-07 Kai MoritzFixed bug: the execution is no more skipped after a...
2016-03-07 Kai MoritzMappings from JPA-mapping-files are considered
2015-12-20 Kai MoritzConsidering mapping-configuration from persistence...
2015-12-20 Kai MoritzSidestepped bug in Hibernate 5
2015-12-20 Kai MoritzIntroduced the goal "drop"
2015-12-20 Kai MoritzReworked configuration and the tracking thereof
2015-12-20 Kai MoritzReworked plugin-configuration: worshipped the DRY-principle
2015-12-20 Kai MoritzRefined reimplementation of the plugin for Hibernate 5.x
2015-05-16 Kai MoritzJPA-jdbc-properties are used, if appropriate hibernate...
2015-05-16 Kai MoritzHibernate configuration is gathered from class-path...
2015-05-16 Kai MoritzFound no way to check, that mapped classes were found
2015-05-16 Kai MoritzBe sure to relase all resources (closing db-connections!)
2015-05-16 Kai MoritzSettings in a hibernate.cfg.xml are read
2015-05-16 Kai MoritzCatched NPE, if hibernate-dialect is not set
2015-05-16 Kai MoritzGeneration of tables and rows for auditing is now default
2015-05-16 Kai MoritzFixed mojo to scan for properties in persistence.xml
2015-05-16 Kai MoritzSwitched to usage of a ServiceRegistry
2015-03-15 Kai MoritzAdded support for m2e
2014-11-11 Kai MoritzExplained how to suppress dependency-scanning in docume...
2014-10-28 Kai MoritzFixed NullPointerException, when dialect is specified...
2014-10-26 Kai MoritzAdded patch by Joachim Van der Auwera to support packag...
2014-02-12 Frank SchimmelProperly support constraints expressed by bean validati...
2014-01-17 Mark RobinsonGenerated schema now corresponds to hibernate validator...
2014-01-16 Kai MoritzUpgrade to Hibernate 4.3.0.Final
2014-01-16 Joel JohnsonText cleanup, spelling, etc.
2014-01-16 Joel JohnsonMake output file handling more robust
2013-12-26 Joel JohnsonCheck that md5 path is file and has content
2013-12-26 Joel JohnsonUse more descriptive filename for schema md5
2013-12-26 Joel JohnsonOffer explicit disable option
2013-10-17 Kai MoritzAdded @since-Annotation to configuration-parameters
2013-10-17 Kai MoritzThe plugin now scans for annotated classes in dependenc...
2013-09-18 Kai MoritzReverted to old behaviour: export is skipped, when...
2013-09-18 Kai MoritzNo configuration for hibernate.dialect might be a valid...
2013-09-18 Kai MoritzImproved log-messages
2013-09-18 Kai MoritzVariable "envers" should not be put into hibernate...
2013-09-16 Erik-Berndt ScheperRename envers property to hibernate.export.envers envers
2013-09-10 Victor TataiAdding envers support (contribution from Victor Tatai)
2013-09-10 Kai MoritzExecution is only skipped, if explicitly told so
2013-09-07 Kai MoritzFixed failure when target/classes does not exist when...
2013-08-31 Kai MoritzImproved log-messages
2013-08-31 Kai MoritzFixed NPE when using nested classes in entities with...
2013-08-01 Kai MoritzMapping-configurations are opend as given before search...
2013-08-01 Kai MoritzImproved documentaion (new FAQ-entries)
2013-08-01 Kai MoritzAdded support for mapping-configuration through mapping...
2013-05-01 nicusFixed problem with NamingStrategy (contribution from...
2013-05-01 Kai MoritzIntegration of the maven-plugin-plugin for automated...
2013-01-15 Kai MoritzReworked documentation: added documentation for new...
2013-01-15 Kai MoritzTest-Classes can now be included into the scanning...
2013-01-15 Kai MoritzBugfix: database-parameters for connection were not...
2013-01-15 Kai MoritzImproved log-messages
2013-01-15 Kai MoritzBugfix: connection was closed, even when it was never...
2013-01-15 Kai MoritzImplemented new parameter "force"
2013-01-15 Kai MoritzPlugin ignores upper- or lower-case mismatches for...
2013-01-15 Kai MoritzThe Targets EXPORT and NONE force excecution
2013-01-15 Kai MoritzConfiguration via properties reworked
2012-12-13 Kai Moritzschema is now rebuild, when SQL-dialect changes
2012-12-13 Kai MoritzSkipping of unchanged scenarios is now based on MD5...
2012-12-11 Kai Moritzhibernate4:export is skipped, when annotated classes...
2012-12-11 Kai MoritzFound annotated classes get logged now
2012-12-11 Kai MoritzSkipping of the excecution is noted in the log-messages now
2012-12-11 Kai MoritzDriverProxy now implements Driver.getParentLogger()
2012-12-11 Kai MoritzImproved logging of found configuration-parameters
2012-12-11 Kai MoritzCleaned up code
2012-12-11 Kai MoritzAttribute "skip" is no initialized with value of proper...
2012-12-11 Kai MoritzImplementd maven-plugin "Hibernate 4"