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

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


    from 4f075a46d CAY-2986 Cgen to run unconditionally
     new 2c531a123 ClassGenerationAction cleanup
     new 35b7daedb ClassGenerationAction cleanup - maximally immutable state
     new 709469b7b ClassGenerationAction cleanup
     new baee8db68 ClassGenerationAction cleanup

The 4 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 |  17 +-
 .../apache/cayenne/gen/ClassGenerationAction.java  | 236 +++++++++------------
 .../cayenne/gen/ClassGenerationActionFactory.java  |   9 +-
 .../gen/DefaultClassGenerationActionFactory.java   |   8 +-
 .../cayenne/gen/BaseTemplatesGenerationTest.java   |  10 +-
 .../cayenne/gen/ClassGenerationActionTest.java     |  23 +-
 .../apache/cayenne/gen/TemplateLocationTest.java   |  41 ++--
 .../gen/mock/TestClassGenerationAction.java        |  12 +-
 .../java/org/apache/cayenne/tools/CgenTask.java    |   4 +-
 .../org/apache/cayenne/tools/CgenTaskTest.java     |  26 +--
 .../apache/cayenne/tools/CayenneGeneratorMojo.java |  21 +-
 .../apache/cayenne/mcp/tools/cgen/CgenRunTool.java |   9 +-
 .../cgen/InstrumentedClassGenerationAction.java    |  16 +-
 .../editor/datadomain/cgen/DataDomainCgenTab.java  |   4 +-
 .../ui/project/editor/datamap/cgen/CgenPanel.java  |  95 +++++----
 .../DataMapArtefactsConfigurator.java              |   2 +-
 .../EmbeddableArtefactsConfigurator.java           |   2 +-
 .../EntityArtefactsConfigurator.java               |   2 +-
 .../templateeditor/PreviewActionConfigurator.java  |   3 +-
 .../PreviewClassGenerationFactory.java             |   9 +-
 .../templateeditor/PreviewGenerationAction.java    |  20 +-
 .../cgen/templateeditor/TemplateEditor.java        |   2 +-
 .../templateeditor/ArtifactsConfiguratorTest.java  |  13 +-
 23 files changed, 305 insertions(+), 279 deletions(-)

Reply via email to