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

juanpablo pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git


The following commit(s) were added to refs/heads/jbake by this push:
     new 728edaed4d 2.12.3 release
728edaed4d is described below

commit 728edaed4dd74bda1e0f2af13148463f2aa3d527
Author: Juan Pablo Santos Rodríguez <juanpablo.san...@gmail.com>
AuthorDate: Tue Jul 29 16:53:18 2025 +0200

    2.12.3 release
---
 pom.xml                                     | 11 ++--
 src/main/jbake/assets/apidocs/index.html    |  6 +--
 src/main/jbake/assets/japicmp/index.html    |  6 +--
 src/main/jbake/content/general/downloads.md |  8 +--
 src/main/jbake/content/general/news.md      |  8 +++
 src/main/jbake/content/index.md             | 17 +++----
 src/main/jbake/content/pmc/onboarding.md    | 78 +++++++++++++++++++++++++++++
 7 files changed, 109 insertions(+), 25 deletions(-)

diff --git a/pom.xml b/pom.xml
index 837f2fa2fb..35a8039073 100755
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>32</version>
+    <version>35</version>
   </parent>
 
   <groupId>org.apache.jspwiki</groupId>
@@ -39,9 +39,9 @@
     <jbake.dest>${project.build.directory}/content</jbake.dest>
     <plugin.enforcer>3.5.0</plugin.enforcer>
     <plugin.resources>3.3.1</plugin.resources>
-    <plugin.japicmp.version>0.23.0</plugin.japicmp.version>
-    <plugin.japicmp.jspwiki-new>2.12.3-SNAPSHOT</plugin.japicmp.jspwiki-new>
-    <plugin.japicmp.jspwiki-old>2.12.0</plugin.japicmp.jspwiki-old>
+    <plugin.japicmp.version>0.23.1</plugin.japicmp.version>
+    <plugin.japicmp.jspwiki-new>2.12.4-SNAPSHOT</plugin.japicmp.jspwiki-new>
+    <plugin.japicmp.jspwiki-old>2.12.3</plugin.japicmp.jspwiki-old>
     <plugin.jbake>0.3.4</plugin.jbake>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -109,7 +109,7 @@
                 <version>${version.jdk}</version>
               </requireJavaVersion>
               <requireMavenVersion>
-                <message>JBAKE REQUIRES MAVEN AT LEAST MAVEN 
${version.maven}</message>
+                <message>SITE REQUIRES AT LEAST MAVEN 
${version.maven}</message>
                 <version>[version.maven,)</version>
               </requireMavenVersion>
             </rules>
@@ -160,7 +160,6 @@
               <includes>
                 <include>org.apache.wiki</include>
               </includes>
-              <skipMarkdownReport>true</skipMarkdownReport>
               <skipPomModules>false</skipPomModules>
               <skipXmlReport>true</skipXmlReport>
             </parameter>
diff --git a/src/main/jbake/assets/apidocs/index.html 
b/src/main/jbake/assets/apidocs/index.html
index a989052ab7..fd6130ad0a 100755
--- a/src/main/jbake/assets/apidocs/index.html
+++ b/src/main/jbake/assets/apidocs/index.html
@@ -2,13 +2,13 @@
 <html lang="en-US">
     <head>
         <meta charset="UTF-8">
-        <meta http-equiv="refresh" 
content="1;url=http://jspwiki.apache.org/apidocs/2.12.2/";>
+        <meta http-equiv="refresh" 
content="1;url=http://jspwiki.apache.org/apidocs/2.12.3/";>
         <script type="text/javascript">
-            window.location.href = "http://jspwiki.apache.org/apidocs/2.12.2/";
+            window.location.href = "http://jspwiki.apache.org/apidocs/2.12.3/";
         </script>
         <title>redirecting to latest javadocs</title>
     </head>
     <body>
-        If you are not redirected automatically, follow the link to <a 
href='http://jspwiki.apache.org/apidocs/2.12.2/'>latest javadocs</a>.
+        If you are not redirected automatically, follow the link to <a 
href='http://jspwiki.apache.org/apidocs/2.12.3/'>latest javadocs</a>.
     </body>
 </html>
diff --git a/src/main/jbake/assets/japicmp/index.html 
b/src/main/jbake/assets/japicmp/index.html
index 3e897a1189..a12c061577 100644
--- a/src/main/jbake/assets/japicmp/index.html
+++ b/src/main/jbake/assets/japicmp/index.html
@@ -2,13 +2,13 @@
 <html lang="en-US">
     <head>
         <meta charset="UTF-8">
-        <meta http-equiv="refresh" 
content="1;url=http://jspwiki.apache.org/japicmp/2.12.2/";>
+        <meta http-equiv="refresh" 
content="1;url=http://jspwiki.apache.org/japicmp/2.12.3/";>
         <script type="text/javascript">
-            window.location.href = "http://jspwiki.apache.org/japicmp/2.12.2/";
+            window.location.href = "http://jspwiki.apache.org/japicmp/2.12.3/";
         </script>
         <title>redirecting to latest compatibility reports</title>
     </head>
     <body>
-        If you are not redirected automatically, follow the link to <a 
href='http://jspwiki.apache.org/japicmp/2.12.2/'>latest compatibility 
reports</a>.
+        If you are not redirected automatically, follow the link to <a 
href='http://jspwiki.apache.org/japicmp/2.12.3/'>latest compatibility 
reports</a>.
     </body>
 </html>
diff --git a/src/main/jbake/content/general/downloads.md 
b/src/main/jbake/content/general/downloads.md
index ded4aa39ca..98f565a29f 100755
--- a/src/main/jbake/content/general/downloads.md
+++ b/src/main/jbake/content/general/downloads.md
@@ -19,13 +19,15 @@ If you want to build directly from the sources, please 
check the [Get and Build
 
 **Release Index**
 
-* **11-Aug-2023**: released version <a class="external" 
href="https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12#section-NewIn2.12-NewInJSPWiki2.12.2ReleasedOn11082023";>2.12.2</a>.
 This release fixes the following issues:
+* **29-Jul-2025**: released version <a class="external" 
href="https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12#section-NewIn2.12-NewInJSPWiki2.12.3ReleasedOn29072025";>2.12.3</a>.
 This release fixes the following issues:
+https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12354835
+<strong><a class="external" 
href="https://www.apache.org/dyn/closer.lua/jspwiki/2.12.3/sources/jspwiki-builder-2.12.3-source-release.zip";>source</a></strong>
 | <strong><a class="external" 
href="https://downloads.apache.org/jspwiki/2.12.3/sources/jspwiki-builder-2.12.3-source-release.zip.sha512";>checksum</a></strong>
 | <strong><a class="external" 
href="https://downloads.apache.org/jspwiki/2.12.3/sources/jspwiki-builder-2.12.3-source-release.zip.asc";>signature</a></strong>
+
+* **17-Jun-2024**: released version <a class="external" 
href="https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12#section-NewIn2.12-NewInJSPWiki2.12.2ReleasedOn11082023";>2.12.2</a>.
 This release fixes the following issues:
 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12353517
-<strong><a class="external" 
href="https://www.apache.org/dyn/closer.lua/jspwiki/2.12.2/sources/jspwiki-builder-2.12.2-source-release.zip";>source</a></strong>
 | <strong><a class="external" 
href="https://downloads.apache.org/jspwiki/2.12.2/sources/jspwiki-builder-2.12.2-source-release.zip.sha512";>checksum</a></strong>
 | <strong><a class="external" 
href="https://downloads.apache.org/jspwiki/2.12.2/sources/jspwiki-builder-2.12.2-source-release.zip.asc";>signature</a></strong>
 
 * **11-Aug-2023**: released version <a class="external" 
href="https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12#section-NewIn2.12-NewInJSPWiki2.12.1ReleasedOn11082023";>2.12.1</a>.
 This release fixes the following issues:
 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12353279
 
-<strong><a class="external" 
href="https://www.apache.org/dyn/closer.lua/jspwiki/2.12.1/sources/jspwiki-builder-2.12.1-source-release.zip";>source</a></strong>
 | <strong><a class="external" 
href="https://downloads.apache.org/jspwiki/2.12.1/sources/jspwiki-builder-2.12.1-source-release.zip.sha512";>checksum</a></strong>
 | <strong><a class="external" 
href="https://downloads.apache.org/jspwiki/2.12.1/sources/jspwiki-builder-2.12.1-source-release.zip.asc";>signature</a></strong>
 
 * **23-May-2023**: released version is <a class="external" 
href="https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12#section-NewIn2.12-NewInJSPWiki2.12.0ReleasedOn23058023";>2.12.0</a>.
 This release fixes the following issues:
 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=12352167
 
diff --git a/src/main/jbake/content/general/news.md 
b/src/main/jbake/content/general/news.md
index ee0c35bd0c..668c5a3d3d 100755
--- a/src/main/jbake/content/general/news.md
+++ b/src/main/jbake/content/general/news.md
@@ -6,6 +6,10 @@ type=page
 
 ## Project News
 
+  * **29-Jul-2025:** Official [Apache JSPWiki 2.12.3 release][] is out!
+
+  * **29-Jul-2025:** Apache JSPWiki [CVE-2025-24853][] and [CVE-2025-24854][] 
vulnerability disclosures
+
   * **23-Jun-2024**: Apache JSPWiki [CVE-2024-27136][] vulnerability disclosure
 
   * **17-Jun-2024:** Official [Apache JSPWiki 2.12.2 release][] is out!
@@ -121,6 +125,8 @@ type=page
 [Apache JSPWiki 2.11.3 release]: downloads.html
 [Apache JSPWiki 2.12.0 release]: downloads.html
 [Apache JSPWiki 2.12.1 release]: downloads.html
+[Apache JSPWiki 2.12.2 release]: downloads.html
+[Apache JSPWiki 2.12.3 release]: downloads.html
 [CVE-2018-20242]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2018-20242
 [CVE-2019-0224]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-0224
 [CVE-2019-0225]:  https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-0225
@@ -137,4 +143,6 @@ type=page
 [CVE-2022-24948]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2022-24948
 [CVE-2022-46907]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2022-46907
 [CVE-2024-27136]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2024-27136
+[CVE-2025-24854]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2025-24854
+[CVE-2025-24853]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2025-24853
 [Apache Log4J's CVE-2021-44228][]: 
https://jspwiki-wiki.apache.org/Wiki.jsp?page=Log4J-CVE-2021-44228
\ No newline at end of file
diff --git a/src/main/jbake/content/index.md b/src/main/jbake/content/index.md
index b82fa5ad4a..a3ed3615e2 100755
--- a/src/main/jbake/content/index.md
+++ b/src/main/jbake/content/index.md
@@ -28,6 +28,10 @@ JSPWiki is open-source software that is released under the 
Apache Public License
 
 ## Project status
 
+  * **29-Jul-2025:** Official [Apache JSPWiki 2.12.3 release][] is out!
+
+  * **29-Jul-2025:** Apache JSPWiki [CVE-2025-24853][] and [CVE-2025-24854][] 
vulnerability disclosures
+
   * **23-Jun-2024**: Apache JSPWiki [CVE-2024-27136][] vulnerability disclosure
 
   * **17-Jun-2024:** Official [Apache JSPWiki 2.12.2 release][] is out!
@@ -38,10 +42,6 @@ JSPWiki is open-source software that is released under the 
Apache Public License
 
   * **23-May-2023:** Official [Apache JSPWiki 2.12.0 release][] is out!
 
-  * **02-Aug-2022:** Apache JSPWiki [CVE-2022-27166][], [CVE-2022-28730][], 
[CVE-2022-28731][], [CVE-2022-28732][] and [CVE-2022-34158][] vulnerability 
disclosures 
-
-  * **02-Aug-2022:** Official [Apache JSPWiki 2.11.3 release][] is out!
-
 [Apache JSPWiki]: https://jspwiki.apache.org
 [WikiWiki]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=WikiWiki
 [JEE]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=JEE
@@ -55,14 +55,11 @@ JSPWiki is open-source software that is released under the 
Apache Public License
 [JSPWiki today]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=JSPWikiSites
 [WikiMatrix]: http://www.wikimatrix.org/show/JSPWiki
 [Getting Involved]: 
https://jspwiki-wiki.apache.org/Wiki.jsp?page=Getting%20Involved
+[Apache JSPWiki 2.12.3 release]: 
https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12#section-NewIn2.12-NewInJSPWiki2.12.3ReleasedOn29072025
 [Apache JSPWiki 2.12.2 release]: 
https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12#section-NewIn2.12-NewInJSPWiki2.12.2ReleasedOn17062024
 [Apache JSPWiki 2.12.1 release]: 
https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12#section-NewIn2.12-NewInJSPWiki2.12.1ReleasedOn11082023
 [Apache JSPWiki 2.12.0 release]: 
https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.12#section-NewIn2.12-NewInJSPWiki2.12.0ReleasedOn23052023
-[Apache JSPWiki 2.11.3 release]: 
https://jspwiki-wiki.apache.org/Wiki.jsp?page=NewIn2.11#section-NewIn2.11-NewInJSPWiki2.11.3ReleasedOn02082022
-[CVE-2022-27166]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2022-27166
-[CVE-2022-28730]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2022-28730
-[CVE-2022-28731]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2022-28731
-[CVE-2022-28732]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2022-28732
-[CVE-2022-34158]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2022-34158
 [CVE-2022-46907]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2022-46907
 [CVE-2024-27136]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2024-27136
+[CVE-2025-24853]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2025-24853
+[CVE-2025-24854]: https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2025-24854
diff --git a/src/main/jbake/content/pmc/onboarding.md 
b/src/main/jbake/content/pmc/onboarding.md
new file mode 100755
index 0000000000..5c52372979
--- /dev/null
+++ b/src/main/jbake/content/pmc/onboarding.md
@@ -0,0 +1,78 @@
+breadcrumb={"url": "https://jspwiki.apache.org/pmc/";, "name": "PMC" }
+status=published
+title=Onboarding
+type=page
+~~~~~~
+This document primarily serves as a guide for new PMC members and committers 
to Apache JSPWiki.
+
+Upon receiving an invitation email from JSPWiki PMC, a new PMC member / 
commiter should consider whether accepting. If they decide in favor, they 
should select "Reply All" and express their decision.
+
+# Committers
+
+## Submit CLA
+
+1. Download the ICLA from 
https://www.apache.org/licenses/contributor-agreements.html#clas. If a 
corporation assigns employees to work on an Apache project, please download the 
CCLA.
+2. Complete the ICLA based on your particulars. Please note:
+    * The address field should be filled out accurately and in detail.
+    * You need to choose a unique ApacheID that hasn't been taken. Check 
https://people.apache.org/committer-index.html to see which IDs are still 
available.
+3. Sign the document by hand or by electronic signature
+    * Manually sign a printed copy, then scan it to produce a pdf.
+    * Digitally draw a signature on the document: [Detailed 
Instructions](https://www.apache.org/licenses/cla-faq.html#printer).
+    * Sign the document using PGP: [Detailed 
Instructions](https://www.apache.org/licenses/contributor-agreements.html#submitting).
+    * Send your icla.pdf (and icla.pdf.asc if PGP-signed) to 
[secret...@apache.org](mailto:secret...@apache.org).
+
+After waiting for some time, you will receive an email notifying you that your 
CLA has been successfully recorded.
+
+## Setup ASF Account
+
+When receiving an email with the subject "Welcome to the Apache Software 
Foundation" from [r...@apache.org](mailto:r...@apache.org), we can begin 
setting up an ASF account.
+
+### Setup LDAP Password
+
+1. Go to 
[https://id.apache.org/reset/enter](https://id.apache.org/reset/enter) and 
enter your ApacheID.
+2. Check your email and click the provided link to reset your password.
+
+### Link ASF Account to GitHub
+
+1. Navigate to 
[https://gitbox.apache.org/boxer/](https://gitbox.apache.org/boxer/) and enter 
your ApacheID and password.
+2. Click `Authenticate with GitHub` and follow the given instructions to link 
your ASF account to GitHub.
+3. Check your email titled `[GitHub] @asfgit has invited you to join the 
@apache organization` and accept the invitation.
+4. Wait momentarily, and the website will refresh on its own.
+5. (If you do not enable 2FA on GitHub) Please follow the instruction.
+
+Your ApacheID and GitHub ID will now both appear on 
[https://gitbox.apache.org/boxer/](https://gitbox.apache.org/boxer/). 
Congratulations on successfully linking your ASF account to GitHub!
+
+## Email Settings
+
+Note: Apache does not provide a mailbox directly.
+
+### Receive Email
+
+You can change your forwarding email address at [Apache Account Utility 
Platform](https://id.apache.org/)
+
+### Send Email
+
+To send emails using your apache.org address, configure your email client to 
leverage the `mail-relay` service. For specifics, refer to [this 
guide](https://infra.apache.org/committer-email.html).
+
+Here's an step for step guide for Gmail users:
+
+1. Open Gmail settings and select `See all settings`.
+2. Navigate to `Accounts and Import`, then locate `Send mail as`.
+3. Click `Add another email address` and enter your name and apache.org email 
address.
+4. Input the SMTP server information:
+    * SMTP Server: mail-relay.apache.org
+    * Port: 587
+    * Username: your apacheID
+    * Password: your apacheID password
+    * Secured connection using TLS
+5. Click `Add account` and you will receive an email from Gmail that need to 
confirm.
+
+### Subscribe to Mailing List
+
+    Send email to dev-subscr...@opendal.apache.org
+    You will receive an email with the subject "confirm subscribe to 
d...@opendal.apache.org"
+    Reply to the email with "Confirm" in the body
+
+If you receive an email with the subject "WELCOME to d...@opendal.apache.org", 
you have successfully subscribed to the mailing list.
+
+# PMC Members
\ No newline at end of file

Reply via email to