This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch v3 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 0ac33462dafb4b1be23e7a8d503a51752dae64a9 Author: Dan Haywood <[email protected]> AuthorDate: Sun Jul 7 22:52:40 2024 +0100 minor improvements to relnote layout --- antora/components/relnotes/modules/ROOT/nav.adoc | 2 +- .../relnotes/modules/ROOT/pages/2024/3.0.0/relnotes.adoc | 15 +++++++++------ .../relnotes/modules/ROOT/pages/2024/3.1.0/relnotes.adoc | 6 ++++-- .../modules/ROOT/partials/2024/2.0.0/_relnotes.adoc | 7 ++++--- 4 files changed, 18 insertions(+), 12 deletions(-) diff --git a/antora/components/relnotes/modules/ROOT/nav.adoc b/antora/components/relnotes/modules/ROOT/nav.adoc index 97d0f9289f..3442271cc6 100644 --- a/antora/components/relnotes/modules/ROOT/nav.adoc +++ b/antora/components/relnotes/modules/ROOT/nav.adoc @@ -3,7 +3,7 @@ * 2024 -** xref:relnotes:ROOT:2024/2.1.0/relnotes.adoc[2.1.0] and xref:relnotes:ROOT:2024/2.1.0/relnotes.adoc[3.1.0] +** xref:relnotes:ROOT:2024/2.1.0/relnotes.adoc[2.1.0] and xref:relnotes:ROOT:2024/3.1.0/relnotes.adoc[3.1.0] ** xref:relnotes:ROOT:2024/2.0.0/relnotes.adoc[2.0.0] and xref:relnotes:ROOT:2024/3.0.0/relnotes.adoc[3.0.0] ** xref:relnotes:ROOT:2024/2.0.0-RC4/relnotes.adoc[2.0.0-RC4] diff --git a/antora/components/relnotes/modules/ROOT/pages/2024/3.0.0/relnotes.adoc b/antora/components/relnotes/modules/ROOT/pages/2024/3.0.0/relnotes.adoc index c2278b3c1c..80bd027f70 100644 --- a/antora/components/relnotes/modules/ROOT/pages/2024/3.0.0/relnotes.adoc +++ b/antora/components/relnotes/modules/ROOT/pages/2024/3.0.0/relnotes.adoc @@ -30,33 +30,36 @@ include::partial$2024/2.0.0/_relnotes.adoc[] ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' -Version `3.x` also has a number of its own changes not present in the `2.x` release: +== Version 3.0 -== New Feature +Version `3.0` also has a number of its own changes not present in the `2.x` release: + +=== New Feature (2) * link:https://issues.apache.org/jira/browse/CAUSEWAY-3698[CAUSEWAY-3698] - Security Integration Replacement for Shiro INI based Realm * link:https://issues.apache.org/jira/browse/CAUSEWAY-3348[CAUSEWAY-3348] - [Programming Model] Support for Action Parameters as a Tuple using Java Records (Mixins only) -== Improvement +== Improvement (3) * link:https://issues.apache.org/jira/browse/CAUSEWAY-3691[CAUSEWAY-3691] - [JUnit] Remove 'stable' from regression test artifact names * link:https://issues.apache.org/jira/browse/CAUSEWAY-3682[CAUSEWAY-3682] - [Commons] YamlUtils to support Java Records * link:https://issues.apache.org/jira/browse/CAUSEWAY-3275[CAUSEWAY-3275] - Migrate from Spring Framework 5.x to 6.x -== Bug +=== Bug * link:https://issues.apache.org/jira/browse/CAUSEWAY-3699[CAUSEWAY-3699] - Lower v3 Baseline from Java 21 to 17 * link:https://issues.apache.org/jira/browse/CAUSEWAY-3681[CAUSEWAY-3681] - [Regression] Cannot send Mail (3.x branch) -== Dependency upgrade +=== Dependency upgrade * link:https://issues.apache.org/jira/browse/CAUSEWAY-3634[CAUSEWAY-3634] - [Wicket Viewer] Update to Wicket 10.0.0-M2 + Note that the final release uses Wicket 10.0 -== Not implemented (moved to Attic) + +=== Not implemented (moved to Attic) * link:https://issues.apache.org/jira/browse/CAUSEWAY-2925[CAUSEWAY-2925] - [Vaa] Support for all fundemental Value Types * link:https://issues.apache.org/jira/browse/CAUSEWAY-2923[CAUSEWAY-2923] - [Vaa] Split the Vaadin Demo into JPA/JDO parts diff --git a/antora/components/relnotes/modules/ROOT/pages/2024/3.1.0/relnotes.adoc b/antora/components/relnotes/modules/ROOT/pages/2024/3.1.0/relnotes.adoc index 24e4d3a909..36068ba4a4 100644 --- a/antora/components/relnotes/modules/ROOT/pages/2024/3.1.0/relnotes.adoc +++ b/antora/components/relnotes/modules/ROOT/pages/2024/3.1.0/relnotes.adoc @@ -13,14 +13,16 @@ include::partial$2024/2.1.0/_relnotes.adoc[] ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' +== Version 3.1.0 + Version `3.1.0` also has these additional changes not present in the `2.1.0`: -== New Feature (1) +=== New Feature (1) * link:https://issues.apache.org/jira/browse/CAUSEWAY-3690[CAUSEWAY-3690] - [Programming Model] Support for Java Record as ViewModel -== Won't Fix +=== Won't Fix * link:https://issues.apache.org/jira/browse/CAUSEWAY-2991[CAUSEWAY-2991] - [WON'T DO] Replace Spring's Nullable with Jakarta's diff --git a/antora/components/relnotes/modules/ROOT/partials/2024/2.0.0/_relnotes.adoc b/antora/components/relnotes/modules/ROOT/partials/2024/2.0.0/_relnotes.adoc index 70b11adfe0..1fb9d1718d 100644 --- a/antora/components/relnotes/modules/ROOT/partials/2024/2.0.0/_relnotes.adoc +++ b/antora/components/relnotes/modules/ROOT/partials/2024/2.0.0/_relnotes.adoc @@ -121,7 +121,7 @@ For `2.0.0` and `3.0.0`, below lists the features, improvements and bugs made si -== New Feature +== New Feature (5) * link:https://issues.apache.org/jira/browse/CAUSEWAY-3698[CAUSEWAY-3698] - Security Integration Replacement for Shiro INI based Realm (xref:security:simple:about.adoc[]) * link:https://issues.apache.org/jira/browse/CAUSEWAY-3676[CAUSEWAY-3676] - GraphQL viewer (xref:gqlv:ROOT:about.adoc[]) @@ -130,7 +130,7 @@ For `2.0.0` and `3.0.0`, below lists the features, improvements and bugs made si * link:https://issues.apache.org/jira/browse/CAUSEWAY-3669[CAUSEWAY-3669] - Extend `CausewayConfiguration` to return all config keys and their value -== Improvement +== Improvement (26) * link:https://issues.apache.org/jira/browse/CAUSEWAY-3700[CAUSEWAY-3700] - Include the secman authenticator auto-configuration... * link:https://issues.apache.org/jira/browse/CAUSEWAY-3697[CAUSEWAY-3697] - Deprecate `@DomainService(nature=NatureOfService..)` for Removal (to be replaced by some SPI) @@ -159,7 +159,7 @@ For `2.0.0` and `3.0.0`, below lists the features, improvements and bugs made si * link:https://issues.apache.org/jira/browse/CAUSEWAY-2085[CAUSEWAY-2085] - [archunit rule] Every entity should be annotated with `@XmlJavaTypeAdapter(PersistentEntityAdapter.class)` -== Bug +== Bug (12) * link:https://issues.apache.org/jira/browse/CAUSEWAY-3701[CAUSEWAY-3701] - Enable h2 ui console for v3 * link:https://issues.apache.org/jira/browse/CAUSEWAY-3679[CAUSEWAY-3679] - Downloaded Excel spreadsheet shows header rows as black on black. @@ -176,6 +176,7 @@ For `2.0.0` and `3.0.0`, below lists the features, improvements and bugs made si == Duplicate + * link:https://issues.apache.org/jira/browse/CAUSEWAY-3695[CAUSEWAY-3695] - [DUPLICATE] Joda DateTime not being handled correctly - treated as a ZonedDateTime == Documentation
