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

danhaywood pushed a commit to branch 3.4.0
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/3.4.0 by this push:
     new 9719ae46543 CAUSEWAY-3882: updates release notes, STATUS and 
doap_causeway.rdf
9719ae46543 is described below

commit 9719ae46543522505d079f577b646bd9466c0761
Author: Dan Haywood <[email protected]>
AuthorDate: Tue Jul 8 13:53:02 2025 +0100

    CAUSEWAY-3882: updates release notes, STATUS and doap_causeway.rdf
---
 STATUS                                               |  4 +++-
 .../modules/ROOT/pages/2025/3.4.0/relnotes.adoc      | 20 ++++++++++++--------
 .../modules/ROOT/pages/2025/3.5.0/mignotes.adoc      |  6 ++++++
 .../modules/ROOT/pages/2025/3.5.0/relnotes.adoc      |  8 ++++++++
 .../relnotes/modules/ROOT/pages/about.adoc           |  6 +++---
 antora/supplemental-ui/doap_causeway.rdf             |  8 ++++++++
 6 files changed, 40 insertions(+), 12 deletions(-)

diff --git a/STATUS b/STATUS
index 0e9b3083733..87c8243e475 100644
--- a/STATUS
+++ b/STATUS
@@ -25,6 +25,8 @@ Description
 
 TLP releases:
 
+  * causeway-3.4.0                                 :  8 Jul 2025
+
   * causeway-3.3.0                                 :  8 Apr 2025
 
   * causeway-3.2.0                                 :  4 Jan 2025
@@ -206,7 +208,7 @@ Resources:
   -------------   -----  -----------------------------------------------------
   Source code     git    https://github.com/apache/causeway.git
   Source code     gitrw  https://github.com/apache/causeway.git
-  Status file     www    
https://raw.githubusercontent.com/apache/causeway/master/STATUS
+  Status file     www    
https://raw.githubusercontent.com/apache/causeway/main/STATUS
   Website         www    https://causeway.apache.org
   Mailing list    dev    [email protected]
   Mailing list    users  [email protected]
diff --git 
a/antora/components/relnotes/modules/ROOT/pages/2025/3.4.0/relnotes.adoc 
b/antora/components/relnotes/modules/ROOT/pages/2025/3.4.0/relnotes.adoc
index d635142de06..bebd4232d07 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2025/3.4.0/relnotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2025/3.4.0/relnotes.adoc
@@ -9,26 +9,27 @@ It includes an upgrade to Spring Boot 3.5, as well as various 
bug fixes.
 
 The API for the `Wrapper` programming model has been overhauled, see the 
xref:./mignotes.adoc[migration notes].
 
+This is primarily a bug-fix release, also including the upgrade to Spring Boot 
3.5.
 
 
 == New Feature
 
 * link:https://issues.apache.org/jira/browse/CAUSEWAY-3886[CAUSEWAY-3886] - 
Utility to measure metaclass memory usage using jmx
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3896[CAUSEWAY-3896] - 
[Wrapper] Async Wrapping Programming Model Overhaul
 
 
 == Improvement
 
-* link:https://issues.apache.org/jira/browse/CAUSEWAY-3896[CAUSEWAY-3896] - 
[Wrapper] Async Wrapping Programming Model Overhaul
-* link:https://issues.apache.org/jira/browse/CAUSEWAY-3893[CAUSEWAY-3893] - 
CausewayConfiguration#valueOf(..) potentially throws preventing App Context 
Initialization
-* link:https://issues.apache.org/jira/browse/CAUSEWAY-3891[CAUSEWAY-3891] - 
pdf.js download response allows caching, leads to confusing behaviour for 
end-users.
-* link:https://issues.apache.org/jira/browse/CAUSEWAY-3888[CAUSEWAY-3888] - 
[Tabular] Out of Memory issues when exporting large Tabular Data to XLSX
-* link:https://issues.apache.org/jira/browse/CAUSEWAY-3884[CAUSEWAY-3884] - 
[Persistence] Fleshout EntityOrmMetadata support for EclipseLink
-* link:https://issues.apache.org/jira/browse/CAUSEWAY-3883[CAUSEWAY-3883] - 
WrapperFactory leaks memory (metaspace) every time it is called.
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3891[CAUSEWAY-3891] - 
`pdf.js` download response allows caching, leads to confusing behaviour for 
end-users.
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3884[CAUSEWAY-3884] - 
[Persistence] Flesh out `EntityOrmMetadata` support for EclipseLink
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3883[CAUSEWAY-3883] - 
`WrapperFactory` leaks memory (metaspace) every time it is called.
 
 
 == Bug
 
-* link:https://issues.apache.org/jira/browse/CAUSEWAY-3881[CAUSEWAY-3881] - 
[Wicket Viewer] BookmarkedPagesPanel throws when click on 'Clear all'
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3893[CAUSEWAY-3893] - 
`CausewayConfiguration#valueOf(..)` potentially throws preventing App Context 
Initialization
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3888[CAUSEWAY-3888] - 
[Tabular] Out of Memory issues when exporting large Tabular Data to XLSX
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3881[CAUSEWAY-3881] - 
[Wicket Viewer] `BookmarkedPagesPanel` throws when click on 'Clear all'
 
 
 == Dependency upgrade
@@ -38,9 +39,12 @@ The API for the `Wrapper` programming model has been 
overhauled, see the xref:./
 
 == Documentation
 
-* link:https://issues.apache.org/jira/browse/CAUSEWAY-3887[CAUSEWAY-3887] - 
Markdown ComponentFactory not found from SimpleApp
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3887[CAUSEWAY-3887] - 
Markdown `ComponentFactory` not found from SimpleApp
 
 
 == Task
 
 * link:https://issues.apache.org/jira/browse/CAUSEWAY-3882[CAUSEWAY-3882] - 
3.4.0 release activities
+
+
+
diff --git 
a/antora/components/relnotes/modules/ROOT/pages/2025/3.5.0/mignotes.adoc 
b/antora/components/relnotes/modules/ROOT/pages/2025/3.5.0/mignotes.adoc
new file mode 100644
index 00000000000..0abd94ed8db
--- /dev/null
+++ b/antora/components/relnotes/modules/ROOT/pages/2025/3.5.0/mignotes.adoc
@@ -0,0 +1,6 @@
+= Migrating from 3.4.0 to 3.5.0
+
+: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:
+
+No specific migration notes have been recorded to date.
diff --git 
a/antora/components/relnotes/modules/ROOT/pages/2025/3.5.0/relnotes.adoc 
b/antora/components/relnotes/modules/ROOT/pages/2025/3.5.0/relnotes.adoc
new file mode 100644
index 00000000000..f06332336ec
--- /dev/null
+++ b/antora/components/relnotes/modules/ROOT/pages/2025/3.5.0/relnotes.adoc
@@ -0,0 +1,8 @@
+[[r3.5.0]]
+= 3.5.0
+
+: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:
+
+
+
diff --git a/antora/components/relnotes/modules/ROOT/pages/about.adoc 
b/antora/components/relnotes/modules/ROOT/pages/about.adoc
index e20a9207181..6051c145997 100644
--- a/antora/components/relnotes/modules/ROOT/pages/about.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/about.adoc
@@ -19,9 +19,9 @@ This table summarises all releases of Apache Causeway to date.
 | 8th Jul 2025
 | 3.4.0
 a| Apache Causeway 3.4.0
-| 1
-| 6
-| 1
+| 2
+| 3
+| 4
 |
 * xref:relnotes:ROOT:2025/3.4.0/relnotes.adoc[Release Notes]
 * xref:relnotes:ROOT:2025/3.4.0/mignotes.adoc[Migration Notes]
diff --git a/antora/supplemental-ui/doap_causeway.rdf 
b/antora/supplemental-ui/doap_causeway.rdf
index 20f3aaa04dd..60cce8ff732 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>2025-07-08</created>
+        <revision>3.4.0</revision>
+      </Version>
+    </release>
+
     <release>
       <Version>
         <name>causeway</name>

Reply via email to