You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2022/11/16 07:33:18 UTC

[cayenne] branch master updated (2d6d99428 -> 087b01012)

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 2d6d99428 CAY-2774 Overriding service ordering in DI List causes DIRuntimeException
     new bc30daed2 CAY-2776 Upgrade Gradle to 7.6
     new 087b01012 CAY-2774 Overriding service ordering in DI List causes DIRuntimeException  - release notes

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:
 RELEASE-NOTES.txt                                              | 2 ++
 cayenne-gradle-plugin/build.gradle                             | 2 +-
 cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)


[cayenne] 02/02: CAY-2774 Overriding service ordering in DI List causes DIRuntimeException - release notes

Posted by nt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit 087b010127cfd82d72b46b296587de15d5826c7c
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Wed Nov 16 10:33:10 2022 +0300

    CAY-2774 Overriding service ordering in DI List causes DIRuntimeException
     - release notes
---
 RELEASE-NOTES.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index ef913cad1..e834040f7 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -36,3 +36,4 @@ Bug Fixes:
 CAY-2755 Modeler: Entities are not sorted by name in the class generation view
 CAY-2762 Modeler: Difference in toolbars colors on OSX
 CAY-2765 dbimport: check excluded catalogs and schemas for the SQLServer
+CAY-2774 Overriding service ordering in DI List causes DIRuntimeException


[cayenne] 01/02: CAY-2776 Upgrade Gradle to 7.6

Posted by nt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit bc30daed2e062596e0f7688781ed0499f5dc9bee
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Wed Nov 16 10:32:59 2022 +0300

    CAY-2776 Upgrade Gradle to 7.6
---
 RELEASE-NOTES.txt                                              | 1 +
 cayenne-gradle-plugin/build.gradle                             | 2 +-
 cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index a1aa5daf0..ef913cad1 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -29,6 +29,7 @@ CAY-2760 ObjectContext.userProperties need a way to clear properties
 CAY-2761 Modeler: Editor for the cgen templates
 CAY-2767 Modeler: upgrade deprecated code in custom components
 CAY-2773 Switch master to "5.0"
+CAY-2776 Upgrade Gradle to 7.6
 
 Bug Fixes:
 
diff --git a/cayenne-gradle-plugin/build.gradle b/cayenne-gradle-plugin/build.gradle
index 656c39c82..8d8aee360 100644
--- a/cayenne-gradle-plugin/build.gradle
+++ b/cayenne-gradle-plugin/build.gradle
@@ -28,7 +28,7 @@ def cayenneVersion = version
 
 apply plugin: 'java'
 
-sourceCompatibility = 1.8
+sourceCompatibility = 11
 
 repositories {
     mavenLocal()
diff --git a/cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties b/cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties
index e1087ecee..e82efb80e 100644
--- a/cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties
+++ b/cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-rc-3-bin.zip
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStorePath=wrapper/dists