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 6b584a4  CAY-2709 Modeler: Cgen fails to generate code for a new 
unsaved project with all settings set to default
     new 8f9844d  feat: change gradle version to 7.0 (change archive file 
version, replace compile configuration with implementation, add necessary 
getters, remove @optional above primitive values, add version 7.0 to tests of 
compatibility)
     new 6637286  doc: mark GradlePluginClassLoaderManager as deprecated and 
replace it with DefaultClassLoaderManager
     new 8f9c98c  feat: add maven plugin with 1.8 version to compile current 
module; remove support of gradle versions 3.3 and less in compatibility tests
     new 4ecee39  Merge remote-tracking branch 'parent/pr/454'
     new 31fdde8  CAY-2708 Gradle build plugin fails on Java 16

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:
 .travis.yml                                              |  1 +
 RELEASE-NOTES.txt                                        |  1 +
 cayenne-gradle-plugin/build.gradle                       |  6 +++---
 .../gradle/wrapper/gradle-wrapper.properties             |  2 +-
 .../java/org/apache/cayenne/tools/BaseCayenneTask.java   |  4 ++++
 .../src/main/java/org/apache/cayenne/tools/CgenTask.java | 16 ++++++++++++++++
 .../java/org/apache/cayenne/tools/DbGenerateTask.java    |  5 -----
 .../main/java/org/apache/cayenne/tools/DbImportTask.java |  7 ++++++-
 .../cayenne/tools/GradlePluginClassLoaderManager.java    |  8 ++++++++
 .../java/org/apache/cayenne/tools/GradlePluginIT.java    |  6 ++++--
 .../tools/dbimport-with-project-dependency.gradle        |  6 +++++-
 11 files changed, 49 insertions(+), 13 deletions(-)

Reply via email to