You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by GitBox <gi...@apache.org> on 2021/05/12 08:49:46 UTC

[GitHub] [cayenne] dmitars opened a new pull request #454: CAY-2708 Gradle build plugin fails

dmitars opened a new pull request #454:
URL: https://github.com/apache/cayenne/pull/454


   - Replace 4.8.1 Gradle version with 7.0 in path to binary file. 
       
       _(cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties)_
   - Replace 'compile' configuration with 'implementation' in build.gradle and test Gradle files due to 'compile' configuration is not supported yet. Where it is needed, resolvable=true property was set to 'implementation' in test files.
   
       _(cayenne-gradle-plugin/build.gradle, cayenne-gradle-plugin/src/test/resources/org/apache/cayenne/tools/dbimport-with-project-dependency.gradle)_
   - Gradle Api 7.0 requires getters and the lack of Optional annotation for fields marked with Input annotation, so these methods were added.
   
       _(cayenne-gradle-plugin/src/main/java/org/apache/cayenne/tools/CgenTask.java, cayenne-gradle-plugin/src/main/java/org/apache/cayenne/tools/CgenTask.java)_
   - Add maven-compiler-plugin to pom.xml to be able to compile with maven current module.
   
       _(cayenne-gradle-plugin/pom.xml)_
   - GradlePluginClassLoaderManager recognize only 'compile' configuration in test Gradle files. This class was marked as deprecated and replaced with DefaultClassLoaderManager.
   
       _(cayenne-gradle-plugin/src/main/java/org/apache/cayenne/tools/DbImportTask.java)_
   - Add 7.0 version of Gradle to test of Gradle versions compatibility. For the versions in [11,16) Gradle 4.8 still in use. Remove support of version 3.3 and less in tests.
   
       _(cayenne-gradle-plugin/src/test/java/org/apache/cayenne/tools/DbGenerateTaskIT.java)_
   - Document deprecated class and commented annotations.
   
       _(cayenne-gradle-plugin/src/main/java/org/apache/cayenne/tools/GradlePluginClassLoaderManager.java, cayenne-gradle-plugin/src/main/java/org/apache/cayenne/tools/DbGenerateTask.java)_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cayenne] asfgit merged pull request #454: CAY-2708 Gradle build plugin fails

Posted by GitBox <gi...@apache.org>.
asfgit merged pull request #454:
URL: https://github.com/apache/cayenne/pull/454


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cayenne] asfgit merged pull request #454: CAY-2708 Gradle build plugin fails

Posted by GitBox <gi...@apache.org>.
asfgit merged pull request #454:
URL: https://github.com/apache/cayenne/pull/454


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org