This is an automated email from the ASF dual-hosted git repository.
mgentry 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 93dbebdf2 Markdown fixes and minor typography tweaks.
93dbebdf2 is described below
commit 93dbebdf264f14256087aac6c0d3b7497823e4d1
Author: Michael Gentry <[email protected]>
AuthorDate: Thu Jun 1 08:05:38 2023 -0400
Markdown fixes and minor typography tweaks.
---
.../site/content/news/cayenne-42-final-released.md | 31 +++++++++++-----------
1 file changed, 15 insertions(+), 16 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
index 1785e6393..12ce30371 100644
--- a/src/main/site/content/news/cayenne-42-final-released.md
+++ b/src/main/site/content/news/cayenne-42-final-released.md
@@ -1,7 +1,6 @@
---
title: Cayenne 4.2 Final Released
date: 2023-05-25T18:00:00+03:00
-extensions: ["definitionLists"]
---
Apache Cayenne team is really glad to announce a final (general availability)
release of _Cayenne 4.2_. A brief overview of changes since 4.1 includes:
@@ -31,25 +30,25 @@ Cayenne Framework and Modeler can be downloaded
[here](/download.html).
{{% gap %}}
-## Updates since the last release candidate (4.2.RC2)
+### **Updates since the last release candidate (4.2.RC2)**
{{% gap 2 %}}
-#### Changes/New Features:
+#### Changes/New Features
-* {{% jira 2802 %}} Upgrade Gradle to 7.6.1
-* {{% jira 2805 %}} Stop calling exp parser internally
+- {{% 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
+#### 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