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

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

commit fde00aef56e05a5ce3b1d3e2ae8868fd3e1c9818
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 ++-
 antora/components/relnotes/modules/ROOT/nav.adoc   |  1 +
 .../modules/ROOT/pages/2025/3.4.0/relnotes.adoc    | 38 ++++++++++++++++++++++
 .../{3.4.0/relnotes.adoc => 3.5.0/mignotes.adoc}   |  6 ++--
 .../ROOT/pages/2025/{3.4.0 => 3.5.0}/relnotes.adoc |  4 +--
 .../relnotes/modules/ROOT/pages/about.adoc         | 10 ++++++
 antora/supplemental-ui/doap_causeway.rdf           |  8 +++++
 7 files changed, 64 insertions(+), 7 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/nav.adoc 
b/antora/components/relnotes/modules/ROOT/nav.adoc
index e49ec33eb2c..4422ee29705 100644
--- a/antora/components/relnotes/modules/ROOT/nav.adoc
+++ b/antora/components/relnotes/modules/ROOT/nav.adoc
@@ -3,6 +3,7 @@
 
 
 * 2025
+** xref:relnotes:ROOT:2025/3.4.0/relnotes.adoc[3.4.0]
 ** xref:relnotes:ROOT:2025/3.3.0/relnotes.adoc[3.3.0]
 ** xref:relnotes:ROOT:2025/3.2.0/relnotes.adoc[3.2.0]
 
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 a6acf61c067..fc22d87b7ee 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
@@ -5,4 +5,42 @@
 :page-partial:
 
 
+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-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-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
+
+* link:https://issues.apache.org/jira/browse/CAUSEWAY-3855[CAUSEWAY-3855] - 
Upgrade to Spring Boot 3.5
+
+
+== Documentation
+
+* 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.4.0/relnotes.adoc 
b/antora/components/relnotes/modules/ROOT/pages/2025/3.5.0/mignotes.adoc
similarity index 89%
copy from antora/components/relnotes/modules/ROOT/pages/2025/3.4.0/relnotes.adoc
copy to antora/components/relnotes/modules/ROOT/pages/2025/3.5.0/mignotes.adoc
index a6acf61c067..0abd94ed8db 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2025/3.4.0/relnotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2025/3.5.0/mignotes.adoc
@@ -1,8 +1,6 @@
-[[r3.4.0]]
-= 3.4.0
+= 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.4.0/relnotes.adoc 
b/antora/components/relnotes/modules/ROOT/pages/2025/3.5.0/relnotes.adoc
similarity index 97%
copy from antora/components/relnotes/modules/ROOT/pages/2025/3.4.0/relnotes.adoc
copy to antora/components/relnotes/modules/ROOT/pages/2025/3.5.0/relnotes.adoc
index a6acf61c067..f06332336ec 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2025/3.4.0/relnotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2025/3.5.0/relnotes.adoc
@@ -1,5 +1,5 @@
-[[r3.4.0]]
-= 3.4.0
+[[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 8d3ec14170f..6051c145997 100644
--- a/antora/components/relnotes/modules/ROOT/pages/about.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/about.adoc
@@ -16,6 +16,16 @@ This table summarises all releases of Apache Causeway to 
date.
 | Bugs
 | Detail
 
+| 8th Jul 2025
+| 3.4.0
+a| Apache Causeway 3.4.0
+| 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]
+
 | 8th Apr 2025
 | 3.3.0
 a| Apache Causeway 3.3.0
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