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 882677e35 CAY-2980 Improve model name generation
     new 67a22bd15 CAY-2980 Improve model name generation
     new 56959de5d cleanup
     new e33e741ec CAY-2980 Improve model name generation
     new 516de7900 cleanup
     new 6f0cafcaf Fixing missed validations

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:
 RELEASE-NOTES.txt                                  |  1 +
 ai-plugin/references/model-naming-conventions.md   | 11 +++-
 ai-plugin/skills/cayenne-model-naming/SKILL.md     |  9 ++-
 cayenne-cgen/pom.xml                               |  2 +-
 .../java/org/apache/cayenne/gen/StringUtils.java   |  4 +-
 .../dbsync/naming/BaseObjectNameGenerator.java     | 23 ++++++-
 .../naming/DefaultObjectNameGeneratorTest.java     | 28 +++++++++
 .../project/validation/DataMapValidator.java       |  7 ++-
 .../project/validation/DbAttributeValidator.java   |  3 +-
 .../validation/DbRelationshipValidator.java        |  3 +-
 ...ameValidationHelper.java => NameValidator.java} | 67 ++++++++++----------
 .../project/validation/ObjAttributeValidator.java  |  5 +-
 .../project/validation/ObjEntityValidator.java     | 16 ++---
 .../validation/ObjRelationshipValidator.java       |  5 +-
 .../project/validation/NameValidatorTest.java      | 72 ++++++++++++++++++++++
 15 files changed, 191 insertions(+), 65 deletions(-)
 rename 
cayenne-project/src/main/java/org/apache/cayenne/project/validation/{NameValidationHelper.java
 => NameValidator.java} (70%)
 create mode 100644 
cayenne-project/src/test/java/org/apache/cayenne/project/validation/NameValidatorTest.java

Reply via email to