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 9fdd87b8d Bumping up plugin version to 5.0.1
new 5ff66ff33 CAY-2980 Improve model name generation
new b2319d531 CAY-2978 AI skill: "cayenne-model-naming"
The 2 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:
ai-plugin/references/model-naming-conventions.md | 35 ++--
ai-plugin/references/model-naming-rename-safety.md | 6 +-
ai-plugin/skills/cayenne-model-naming/SKILL.md | 17 +-
.../main/resources/META-INF/cayenne/LICENSE.txt.vm | 206 ---------------------
.../main/resources/META-INF/cayenne/NOTICE.txt.vm | 3 -
.../tools/utils/CustomObjectNameGenerator.java | 15 +-
cayenne-dbsync/pom.xml | 4 -
.../dbsync/naming/DefaultObjectNameGenerator.java | 14 +-
.../cayenne/dbsync/naming/EnglishInflector.java | 119 ++++++++++++
.../dbsync/naming/EnglishInflectorTest.java | 122 ++++++++++++
pom.xml | 5 -
11 files changed, 285 insertions(+), 261 deletions(-)
create mode 100644
cayenne-dbsync/src/main/java/org/apache/cayenne/dbsync/naming/EnglishInflector.java
create mode 100644
cayenne-dbsync/src/test/java/org/apache/cayenne/dbsync/naming/EnglishInflectorTest.java