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

joshtynjala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flex-site.git

commit b725a35245ced7b9ef4eb5a75f840959370e41cb
Author: Josh Tynjala <joshtynj...@bowlerhat.dev>
AuthorDate: Mon Apr 17 10:47:52 2023 -0700

    Apache Flex BlazeDS 4.8.0
---
 content/about-history.md         |  4 +++-
 content/download-blazeds.md      | 31 ++++++++++++++++++-------------
 theme/apache/templates/base.html |  2 +-
 3 files changed, 22 insertions(+), 15 deletions(-)

diff --git a/content/about-history.md b/content/about-history.md
index 1690819e3..879f24508 100644
--- a/content/about-history.md
+++ b/content/about-history.md
@@ -171,4 +171,6 @@ This version allows to track the number of downloads.
 
 <div class="headline"><h4> November, 2017: Apache Flex SDK 4.16.1 released 
</h4></div>
 
-<div class="headline"><h4> February, 2023: Apache Flex flex-sdk-converter 
1.1.0 released </h4></div>
\ No newline at end of file
+<div class="headline"><h4> February, 2023: Apache Flex flex-sdk-converter 
1.1.0 released </h4></div>
+
+<div class="headline"><h4> April, 2023: Apache Flex BlazeDS 4.8.0 released 
</h4></div>
diff --git a/content/download-blazeds.md b/content/download-blazeds.md
index 19e169347..711b0cab8 100644
--- a/content/download-blazeds.md
+++ b/content/download-blazeds.md
@@ -6,24 +6,26 @@ Only current recommended releases are available on the main 
distribution site an
 
 **Please review the release notes before installing or compiling this testing 
suite.**
 
-<div class="headline"><h4>Current Release (4.7.3)</h4></div>
-The Apache Flex team is pleased to offer this release, available as of the 
31th of March 2017. We welcome feedback and contributions to it from the wider 
Apache Flex community.
+<div class="headline"><h4>Current Release (4.8.0)</h4></div>
+The Apache Flex team is pleased to offer this release, available as of the 
17th of April 2023. We welcome feedback and contributions to it from the wider 
Apache Flex community.
 
 **Please be aware of the dependencies listed in the section below.**  They are 
required in order to compile BlazeDS.  The [README][15] explains these 
requirements further.
 
 - Release Notes : [RELEASE_NOTES][2]
 - README : [README][15]
-- Source (zip) : [blazeds-4.7.3-source-release.zip][4] 
[[PGP](https://www.apache.org/dist/flex/BlazeDS/4.7.3/blazeds-4.7.3-source-release.zip.asc)]
 
[[MD5](https://www.apache.org/dist/flex/BlazeDS/4.7.3/blazeds-4.7.3-source-release.zip.md5)]
+- Source (zip) : [blazeds-4.8.0-source-release.zip][4] 
[[PGP](https://www.apache.org/dist/flex/BlazeDS/4.8.0/blazeds-4.8.0-source-release.zip.asc)]
 
[[SHA512](https://www.apache.org/dist/flex/BlazeDS/4.8.0/blazeds-4.8.0-source-release.zip.sha512)]
+- Source (tar.gz) : [blazeds-4.8.0-source-release.tar.gz][5] 
[[PGP](https://www.apache.org/dist/flex/BlazeDS/4.8.0/blazeds-4.8.0-source-release.tar.gz.asc)]
 
[[SHA512](https://www.apache.org/dist/flex/BlazeDS/4.8.0/blazeds-4.8.0-source-release.tar.gz.sha512)]
+- Binary (zip) : [blazeds-4.8.0-binary-release.zip][6] 
[[PGP](https://www.apache.org/dist/flex/BlazeDS/4.8.0/binaries/blazeds-4.8.0-binary-release.zip.asc)]
 
[[SHA512](https://www.apache.org/dist/flex/BlazeDS/4.8.0/binaries/blazeds-4.8.0-binary-release.zip.sha512)]
+- Binary (tar.gz) : [blazeds-4.8.0-binary-release.tar.gz][7] 
[[PGP](https://www.apache.org/dist/flex/BlazeDS/4.8.0/binaries/blazeds-4.8.0-binary-release.tar.gz.asc)]
 
[[SHA512](https://www.apache.org/dist/flex/BlazeDS/4.8.0/binaries/blazeds-4.8.0-binary-release.tar.gz.sha512)]
 
 
-Convenience binary releases are not currently available for download from 
Apache.
-
 <div class="headline"><h4>Dependencies</h4></div>
 
 Apache Flex Blaze DS requires some build tools which must be installed prior 
to building BlazeDS.
 
 #### General Requirements
-- Java SDK 1.7 or greater
+
+- Java SDK 1.8 or greater
 - Maven 2.2.0 or greater 
 
 #### Verify the integrity of the files
@@ -34,29 +36,32 @@ The PGP signatures can be verified using PGP or GPG. First 
download the [KEYS][1
 
     % pgpk -a KEYS
 
-    % pgpv blazeds-4.7.3-source-release.tar.gz.asc
+    % pgpv blazeds-4.8.0-source-release.tar.gz.asc
 
 *or*
 
     % pgp -ka KEYS
 
-    % pgp blazeds-4.7.3-source-release.tar.gz.asc
+    % pgp blazeds-4.8.0-source-release.tar.gz.asc
 
 *or*
 
     % gpg --import KEYS
 
-    % gpg --verify blazeds-4.7.3-source-release.tar.gz.asc
+    % gpg --verify blazeds-4.8.0-source-release.tar.gz.asc
 
 
-Alternatively, you can verify the MD5 signature on the files. A unix/Mac 
program called `md5` or `md5sum` is included in many unix distributions. It is 
also available as part of [GNU Textutils][11]. Windows users can get binary md5 
programs from [here][12] , [here][13] , or [here][14]. An MD5 signature 
consists of 32 hex characters, and a SHA1 signature consists of 40 hex 
characters. Ensure your generated signature string matches the signature string 
published in the files above.
+Alternatively, you can verify the SHA512 signature on the files. A unix/Mac 
program called `shasum` or `sha512sum` is included in many unix distributions. 
It is also available as part of [GNU Textutils][11]. Windows users can get 
binary md5 programs from [here][12] , [here][13] , or [here][14]. An MD5 
signature consists of 32 hex characters, and a SHA1 signature consists of 40 
hex characters. Ensure your generated signature string matches the signature 
string published in the files above.
 
 
-[2]: https://www.apache.org/dist/flex/BlazeDS/4.7.3/RELEASE_NOTES
-[4]: 
https://www.apache.org/dyn/closer.lua/flex/BlazeDS/4.7.3/blazeds-4.7.3-source-release.zip
+[2]: https://www.apache.org/dist/flex/BlazeDS/4.8.0/RELEASE_NOTES
+[4]: 
https://www.apache.org/dyn/closer.lua/flex/BlazeDS/4.8.0/blazeds-4.8.0-source-release.zip
+[5]: 
https://www.apache.org/dyn/closer.lua/flex/BlazeDS/4.8.0/blazeds-4.8.0-source-release.tar.gz
+[6]: 
https://www.apache.org/dyn/closer.lua/flex/BlazeDS/4.8.0/binaries/blazeds-4.8.0-binary-release.zip
+[7]: 
https://www.apache.org/dyn/closer.lua/flex/BlazeDS/4.8.0/binaries/blazeds-4.8.0-binary-release.tar.gz
 [10]: https://www.apache.org/dist/flex/KEYS
 [11]: https://www.gnu.org/software/textutils/textutils.html
 [12]: https://www.fourmilab.ch/md5/
 [13]: https://www.pc-tools.net/win32/freeware/console/
 [14]: https://www.slavasoft.com/fsum/
-[15]: https://www.apache.org/dyn/closer.lua/flex/BlazeDS/4.7.3/README
\ No newline at end of file
+[15]: https://www.apache.org/dyn/closer.lua/flex/BlazeDS/4.8.0/README
\ No newline at end of file
diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index 63971a9c4..d117f0e71 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -340,7 +340,7 @@
             <p>
                Apache Flex SDK : <a href="/download-binaries.html">4.16.1 (Nov 
2017)</a><br />
                 Apache FlexJS SDK : <a href="/download-flexjs.html">0.8.0 (Jun 
2017)</a><br />
-                Blaze DS : <a href="/download-blazeds.html">4.7.3 (Mar 
2017)</a><br />
+                Blaze DS : <a href="/download-blazeds.html">4.8.0 (Apr 
2023)</a><br />
                 Flex SDK Converter : <a 
href="https://github.com/apache/flex-utilities/tree/develop/flex-maven-tools/flex-sdk-converter";>
 1.1.0 (Feb 2023)</a><br />
                 FlexUnit : <a href="/download-flexunit.html">4.2.0 (Apr 
2014)</a><br />
                 SDK Installer : <a href="/installer.html">3.3.2 (Jul 
2018)</a><br />

Reply via email to