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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a448849a Cayenne 4.2 release
0a448849a is described below

commit 0a448849aaafdd323f9da08e401cd0ad3e2d4269
Author: Nikita Timofeev <[email protected]>
AuthorDate: Thu May 25 18:15:57 2023 +0300

    Cayenne 4.2 release
---
 .../site/content/news/cayenne-42-final-released.md | 31 ++++++++++++++++++++++
 src/main/site/data/cayenne.yaml                    | 20 +++++++-------
 2 files changed, 41 insertions(+), 10 deletions(-)

diff --git a/src/main/site/content/news/cayenne-42-final-released.md 
b/src/main/site/content/news/cayenne-42-final-released.md
new file mode 100644
index 000000000..0366c8277
--- /dev/null
+++ b/src/main/site/content/news/cayenne-42-final-released.md
@@ -0,0 +1,31 @@
+---
+title: Cayenne 4.2 Final Released
+date: 2023-05-25T18:00:00+03:00
+---
+
+Apache Cayenne team is really glad to announce a final (general availability) 
release of _Cayenne 4.2_.
+
+Cayenne can be downloaded from [here](/download.html).
+
+{{% gap %}}
+<h2 class="text-center">Here changes since the last release candidate:</h2>
+{{% gap 2 %}}
+
+#### Changes/New Features:
+
+* {{% jira 2802 %}} Upgrade Gradle to 7.6.1
+* {{% jira 2805 %}} Stop calling exp parser internally
+
+{{% gap 2 %}}
+
+#### Bug Fixes:
+
+* {{% jira 2552 %}} ColumnQuery with flattened attributes bug
+* {{% jira 2783 %}} DbEntity to ObjEntity synchronization should check 
mandatory flag for primitive java types
+* {{% jira 2789 %}} MalformedJsonException thrown when reading manually edited 
JSON data in Postgres
+* {{% jira 2790 %}} EOModel import: NPE importing EOFetchSpecification
+* {{% jira 2792 %}} Fix Insertion Order For Reflexive DataObjects
+* {{% jira 2794 %}} Fix Incorrect JavaType for Vertical-Inheritance Attributes
+* {{% jira 2796 %}} Cayenne custom json formatter produces invalid json
+* {{% jira 2800 %}} Modeler saves map.xml files with schema ordering error
+* {{% jira 2801 %}} Incorrect equals() implementation in IdGenerationMarker 
could cause data missing in the commit
diff --git a/src/main/site/data/cayenne.yaml b/src/main/site/data/cayenne.yaml
index c840092ef..b8999bda5 100644
--- a/src/main/site/data/cayenne.yaml
+++ b/src/main/site/data/cayenne.yaml
@@ -24,10 +24,10 @@
 #
 releases:
   - version: "4.2"
-    latestRevision: "4.2.RC2"
-    type: "Release Candidate"
-    description: "Latest development release"
-    date: "2022-12-05"
+    latestRevision: "4.2"
+    type: "Stable"
+    description: "Latest stable release"
+    date: "2023-05-25"
     docs: true
     downloadable: true
     jdk: 1.8
@@ -35,8 +35,8 @@ releases:
 
   - version: "4.1"                            # major version
     latestRevision: "4.1.1"                   # exact latest version
-    type: "Stable"                            # arbitrary type (Alpha for 
milestones, Beta, Stable and Legacy)
-    description: "Latest stable release"      # some general comment
+    type: "Stable"                            # arbitrary type (Alpha for 
milestones, Beta, Stable, Aging and Legacy)
+    description: "Previous stable release"    # some general comment
     date: "2021-12-24"                        # release date
     docs: true                                # this version is visible in 
Docs section
     downloadable: true                        # this version is visible in 
Download section, also see "customLink" attribute
@@ -45,8 +45,8 @@ releases:
 
   - version: "4.0"
     latestRevision: "4.0.3"
-    type: "Stable"
-    description: "Previous stable release"
+    type: "Aging"
+    description: "Aging stable release"
     date: "2023-03-02"
     docs: true
     downloadable: true
@@ -55,8 +55,8 @@ releases:
 
   - version: "3.1"
     latestRevision: "3.1.3"
-    description: "Aging stable release"
-    type: "Aging"
+    description: "Legacy release"
+    type: "Legacy"
     date: "2018-07-23"
     docs: true
     downloadable: true

Reply via email to