dmitars opened a new pull request #453:
URL: https://github.com/apache/cayenne/pull/453
- 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.
_(cayenne-gradle-plugin/src/test/java/org/apache/cayenne/tools/GradlePluginIT.java)_
- Change somewhere logging level to debug to track more information.
_(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:
[email protected]