This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git.


    from fec3d6d  Merge pull request #422 from stariy95/CAY-2338-cgen-comments
     add ebc80df  Support for setting system properties in pom.xml for maven 
plugin cgen goal
     new 5e03fb6  Enable cgen task/mojo to specify path to an external velocity 
tool configuration file via CgenConfiguration parameter (externalToolConfig). 
Removed older method relying on system property manipulation.
     new 75407e6  Changed gradle plugin to utilize new ClassGenerationAction 
constructor
     new aa42c76  Removed extraneous logger message
     new 6a4f0fa  Updated comment to match new feature
     new 39256b9  Merge branch 'pull/421' into asf-master

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/cayenne/tools/CayenneGeneratorTask.java  | 16 +++++++++++++++-
 .../org/apache/cayenne/gen/CgenConfiguration.java   | 14 ++++++++++++++
 .../apache/cayenne/gen/ClassGenerationAction.java   | 21 +++++++++++++++------
 .../cayenne/gen/ClientClassGenerationAction.java    |  4 ++--
 .../gen/DefaultClassGenerationActionFactory.java    |  5 ++---
 .../cayenne/gen/mock/TestClassGenerationAction.java |  3 +--
 .../java/org/apache/cayenne/tools/CgenTask.java     | 18 +++++++++++++++++-
 .../java/org/apache/cayenne/tools/CgenTaskTest.java |  3 +--
 .../apache/cayenne/tools/CayenneGeneratorMojo.java  | 10 +++++++++-
 9 files changed, 76 insertions(+), 18 deletions(-)

Reply via email to