This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch release-2.0.0-RC4-RC1
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/release-2.0.0-RC4-RC1 by this 
push:
     new db3b1dfad6 CAUSEWAY-3627: updates release notes, STATUS and 
doap_causeway.rdf
db3b1dfad6 is described below

commit db3b1dfad617f074d597c70cc1f862d143e2be06
Author: danhaywood <[email protected]>
AuthorDate: Wed Jan 3 06:33:33 2024 +0000

    CAUSEWAY-3627: updates release notes, STATUS and doap_causeway.rdf
---
 STATUS                                             |  2 +
 antora/components/relnotes/modules/ROOT/nav.adoc   |  8 +++
 .../ROOT/pages/2024/2.0.0-RC4/relnotes.adoc        | 69 +++++++++++++++++++++-
 .../relnotes.adoc => 2.0.0-RC5/mignotes.adoc}      |  6 +-
 .../2024/{2.0.0-RC4 => 2.0.0-RC5}/relnotes.adoc    |  7 +--
 .../relnotes/modules/ROOT/pages/about.adoc         | 14 ++++-
 antora/supplemental-ui/doap_causeway.rdf           |  8 +++
 7 files changed, 103 insertions(+), 11 deletions(-)

diff --git a/STATUS b/STATUS
index c657b0a3f4..2066783d88 100644
--- a/STATUS
+++ b/STATUS
@@ -24,6 +24,8 @@ Description
 
 TLP releases:
 
+  * causeway-2.0.0-RC4                             :  2 Jan 2024
+
   * causeway-2.0.0-RC3                             :  9 Oct 2023
 
   * causeway-2.0.0-RC2                             : 13 Jul 2023
diff --git a/antora/components/relnotes/modules/ROOT/nav.adoc 
b/antora/components/relnotes/modules/ROOT/nav.adoc
index 4cba232659..6b96c69976 100644
--- a/antora/components/relnotes/modules/ROOT/nav.adoc
+++ b/antora/components/relnotes/modules/ROOT/nav.adoc
@@ -2,22 +2,30 @@
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements. See the NOTICE file distributed with this work 
for additional information regarding copyright ownership. The ASF licenses this 
file to you under the Apache License, Version 2.0 (the "License"); you may not 
use this file except in compliance with the License. You may obtain a copy of 
the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by 
applicable law or ag [...]
 
 
+* 2024
+** xref:relnotes:ROOT:2024/2.0.0-RC4/relnotes.adoc[2.0.0-RC4]
+
 * 2023
 ** xref:relnotes:ROOT:2023/2.0.0-RC3/relnotes.adoc[2.0.0-RC3]
 ** xref:relnotes:ROOT:2023/2.0.0-RC2/relnotes.adoc[2.0.0-RC2]
 ** xref:relnotes:ROOT:2023/2.0.0-RC1/relnotes.adoc[2.0.0-RC1]
+
 * 2022
 ** xref:relnotes:ROOT:2022/2.0.0-M9/relnotes.adoc[2.0.0-M9]
 ** xref:relnotes:ROOT:2022/2.0.0-M8/relnotes.adoc[2.0.0-M8]
 ** xref:relnotes:ROOT:2022/2.0.0-M7/relnotes.adoc[2.0.0-M7]
+
 * 2021
 ** xref:relnotes:ROOT:2021/2.0.0-M6/relnotes.adoc[2.0.0-M6]
 ** xref:relnotes:ROOT:2021/2.0.0-M5/relnotes.adoc[2.0.0-M5]
+
 * 2020
 ** xref:relnotes:ROOT:2020/2.0.0-M4/relnotes.adoc[2.0.0-M4]
 ** xref:relnotes:ROOT:2020/2.0.0-M3/relnotes.adoc[2.0.0-M3]
+
 * 2019
 ** xref:relnotes:ROOT:2019/2.0.0-M2/relnotes.adoc[2.0.0-M2]
+
 * 2018
 ** xref:relnotes:ROOT:2018/2.0.0-M1/relnotes.adoc[2.0.0-M1]
 
diff --git 
a/antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC4/relnotes.adoc 
b/antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC4/relnotes.adoc
index a6e82ea6e9..d9d86818df 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC4/relnotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC4/relnotes.adoc
@@ -5,5 +5,72 @@
 :page-partial:
 
 
-Not available yet.
+This release is primarily a stabilization and bug fix release, although there 
are a small number of new features.
 
+This release also brings deeper integration with Spring's transaction 
management, introducing a new 
xref:refguide:applib:index/annotation/TransactionScope.adoc[] annotation for 
services (similar to the existing 
xref:refguide:applib:index/annotation/InteractionScope.adoc[]).
+This was done as a fix for 
link:https://issues.apache.org/jira/browse/CAUSEWAY-3654[CAUSEWAY-3654].
+
+It also fixed an annoying bug to ensure layout metadata is now all properly 
loaded during bootstrapping 
(link:https://issues.apache.org/jira/browse/CAUSEWAY-3579[CAUSEWAY-3579]).
+
+
+
+
+== New Feature
+
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3636[CAUSEWAY-3636] - 
Dynamic layout loading from github (developer utility)
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3656[CAUSEWAY-3656] - 
Extend CausewayConfiguration to expose spring boot's BuildProperties, rework 
/restful/version to use this for implVersion tag.
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3633[CAUSEWAY-3633] - 
[ValueTypes] AsciiDocFactory: Support for Table Options frame and grid
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3629[CAUSEWAY-3629] - 
[ValueTypes] AsciiDocFactory: Support for Sections
+
+
+== Improvement
+
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3664[CAUSEWAY-3664] - 
Sidebar prompt CSS improvements for Wicket viewer
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3660[CAUSEWAY-3660] - 
Prevent duplicates in tooltip.
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3657[CAUSEWAY-3657] - If 
an action/prop/coll element type is an interface, relax HiddenTypeFacet 
visibility.
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3651[CAUSEWAY-3651] - 
Some test stability improvements
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3644[CAUSEWAY-3644] - 
[Wicket Viewer] Provide more width for modal dialogs
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3643[CAUSEWAY-3643] - 
[Spring] Support for convention-based annotation attribute overrides is 
deprecated and will be removed in Spring Framework 6.2.
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3640[CAUSEWAY-3640] - On 
JVM 21, don't require add-opens java.base/java.lang
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3638[CAUSEWAY-3638] - 
ByteBudy Integration: replace org.objenesis with org.springframework.objenesis
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3637[CAUSEWAY-3637] - 
[Commons] flatMap (and conditionally map on presence of value) for Try<T>
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3624[CAUSEWAY-3624] - 
Allow MANDATORY Property/Parameter to be set even if backends are more relaxed.
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3622[CAUSEWAY-3622] - 
[Wicket Viewer] cosmetic: Entity Link Tooltips should include full title, when 
abbreviated or hidden.
+
+
+== Bug
+
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3665[CAUSEWAY-3665] - 
expected: <ATTACHED> but was: <DETACHED>
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3663[CAUSEWAY-3663] - 
[Wicket Viewer] Dependent arg is sensitive to what happens in other browser tab.
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3662[CAUSEWAY-3662] - 
Hollow objects in dependent choices dropdown
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3659[CAUSEWAY-3659] - 
[Wicket Viewer] Regression - ToogleBox-Column appears right of Title-Column
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3658[CAUSEWAY-3658] - 
[Wicket Viewer] Rendering of ToggleboxColumn may have side-effect of follow up 
page redirects being ignored.
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3654[CAUSEWAY-3654] - 
Audit Trail can result in NPE, causing xactn to rollback, in some circumstances
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3653[CAUSEWAY-3653] - 
Menu Protoyping > Download JDO metamodel (ZIP) > Exception
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3652[CAUSEWAY-3652] - 
Switch views from calendar view back to table view, exception.
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3649[CAUSEWAY-3649] - 
[Wicket Viewer] AssertionError: model is not attached (in ActionInteractionWkt)
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3648[CAUSEWAY-3648] - 
[Regression] Composite Value Types: NoSuchElementException in 
LinkAndLabelFactory
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3647[CAUSEWAY-3647] - 
[Regression] Spring Context Caching for integration tests is broken
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3645[CAUSEWAY-3645] - 
Action buttons which are hidden should take no space and their tooltip should 
not be displayed.
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3632[CAUSEWAY-3632] - 
Clob: does not flush on writeTo file
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3631[CAUSEWAY-3631] - 
Theme provider not showing any themes.
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3628[CAUSEWAY-3628] - 
Use of Parameter as Tuple throws InvalidClassCast Exception
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3626[CAUSEWAY-3626] - 
Rendering "Object not found" produces MarkupException
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3625[CAUSEWAY-3625] - 
Wicket's sorting should be suppressed if Datatables enabled.
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3579[CAUSEWAY-3579] - 
Metadata in layout.xml seems not to be honoured when rendered in a table; then 
corrects itself.
+
+
+== Dependency upgrade
+
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3635[CAUSEWAY-3635] - 
[Wicket Viewer] Update to Wicket 9.15.0
+
+
+== Task
+
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3627[CAUSEWAY-3627] - 
Release activities for 2.0.0-RC4
+
+
+== Duplicates / Won't Fix / Not a problem / Invalid / Can't Reproduce
+
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3639[CAUSEWAY-3639] - 
[DUPLICATE] Allow logical type name to also be an alias.
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3544[CAUSEWAY-3544] - 
[WON'T FIX] Refactor preInteractionClosed calling of completeAndPublishCommand, 
instead treat similar to audit trail publisher.
diff --git 
a/antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC4/relnotes.adoc 
b/antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC5/mignotes.adoc
similarity index 90%
copy from 
antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC4/relnotes.adoc
copy to 
antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC5/mignotes.adoc
index a6e82ea6e9..2ccbab4208 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC4/relnotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC5/mignotes.adoc
@@ -1,9 +1,7 @@
-[[r2.0.0-RC4]]
-= 2.0.0-RC4
+= Migrating from RC4 to RC5
 
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements. See the NOTICE file distributed with this work 
for additional information regarding copyright ownership. The ASF licenses this 
file to you under the Apache License, Version 2.0 (the "License"); you may not 
use this file except in compliance with the License. You may obtain a copy of 
the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by 
applicable law or ag [...]
 :page-partial:
 
-
-Not available yet.
+This page will be added to as development progresses.
 
diff --git 
a/antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC4/relnotes.adoc 
b/antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC5/relnotes.adoc
similarity index 93%
copy from 
antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC4/relnotes.adoc
copy to 
antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC5/relnotes.adoc
index a6e82ea6e9..4e6c4ebb22 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC4/relnotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2024/2.0.0-RC5/relnotes.adoc
@@ -1,9 +1,8 @@
-[[r2.0.0-RC4]]
-= 2.0.0-RC4
+[[r2.0.0-RC5]]
+= 2.0.0-RC5
 
 :Notice: Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements. See the NOTICE file distributed with this work 
for additional information regarding copyright ownership. The ASF licenses this 
file to you under the Apache License, Version 2.0 (the "License"); you may not 
use this file except in compliance with the License. You may obtain a copy of 
the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by 
applicable law or ag [...]
 :page-partial:
 
 
-Not available yet.
-
+NOTE: Not yet released.
diff --git a/antora/components/relnotes/modules/ROOT/pages/about.adoc 
b/antora/components/relnotes/modules/ROOT/pages/about.adoc
index d436e6c319..df2687d9f6 100644
--- a/antora/components/relnotes/modules/ROOT/pages/about.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/about.adoc
@@ -16,13 +16,23 @@ This table summarises all releases of Apache Causeway v2.0 
to date.
 | Bugs
 | Detail
 
-| 2.0.0-RC4
+| 2.0.0-RC5
 | _tba_
-| Fourth release candidate for Apache Causeway 2.0.0.
+| Fifth release candidate for Apache Causeway 2.0.0.
 | _tba_
 | _tba_
 | _tba_
 |
+* xref:relnotes:ROOT:2024/2.0.0-RC5/relnotes.adoc[Release Notes]
+* xref:relnotes:ROOT:2024/2.0.0-RC5/mignotes.adoc[Migration Notes]
+
+| 2.0.0-RC4
+| 2nd Jan 2024
+| Fourth release candidate for Apache Causeway 2.0.0.
+| 4
+| 11
+| 18
+|
 * xref:relnotes:ROOT:2024/2.0.0-RC4/relnotes.adoc[Release Notes]
 * xref:relnotes:ROOT:2024/2.0.0-RC4/mignotes.adoc[Migration Notes]
 
diff --git a/antora/supplemental-ui/doap_causeway.rdf 
b/antora/supplemental-ui/doap_causeway.rdf
index 9ba9673cde..1f28af1654 100644
--- a/antora/supplemental-ui/doap_causeway.rdf
+++ b/antora/supplemental-ui/doap_causeway.rdf
@@ -36,6 +36,14 @@
     <category rdf:resource="http://projects.apache.org/category/web-framework"; 
/>
 
 
+    <release>
+      <Version>
+        <name>causeway</name>
+        <created>2024-01-02</created>
+        <revision>2.0.0-RC4</revision>
+      </Version>
+    </release>
+
     <release>
       <Version>
         <name>causeway</name>

Reply via email to