Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release materials for jspf 1.0.5 #2352

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/homepage/_posts/2024-07-16-jspf-1.0.5.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: post
title: "Apache James JSPF 1.0.4"
chibenwa marked this conversation as resolved.
Show resolved Hide resolved
date: 2024-07-16 01:16:30 +0200
categories: james update
---

The Apache James developers are pleased to announce the 1.0.5 release of the JSPF library.

Early adopters can [download it][download], any issue can be reported on our issue [tracker][tracker].

This release fixes the DSNJava asynchronous resolver that was improperly handling errors asynchronously.

The Apache James PMC would like to thanks all contributors who made this release possible!

[tracker]: https://issues.apache.org/jira/projects/JSPF/issues
[download]: https://james.apache.org/download.cgi#Apache_jSPF
16 changes: 8 additions & 8 deletions src/site/xdoc/download.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@

<section name="Apache jSPF">

<p>Apache James jSPF 1.0.4 is the latest jSPF stable version.</p>
<p>Apache James jSPF 1.0.5 is the latest jSPF stable version.</p>

<p>Sources:
<a href="https://www.apache.org/dyn/closer.lua/james/jspf/1.0.4/apache-jspf-sources-1.0.4.zip">(Zip)</a>
[<a href="https://downloads.apache.org/james/jspf/1.0.4/apache-jspf-sources-1.0.4.zip.sha512">SHA-512</a>]
[<a href="https://downloads.apache.org/james/jspf/1.0.4/apache-jspf-sources-1.0.4.zip.asc">PGP</a>]
<a href="https://www.apache.org/dyn/closer.lua/james/jspf/1.0.5/apache-jspf-sources-1.0.5.zip">(Zip)</a>
[<a href="https://downloads.apache.org/james/jspf/1.0.5/apache-jspf-sources-1.0.5.zip.sha512">SHA-512</a>]
[<a href="https://downloads.apache.org/james/jspf/1.0.5/apache-jspf-sources-1.0.5.zip.asc">PGP</a>]
</p>

<p>You can directly use it with maven:</p>
Expand All @@ -228,15 +228,15 @@
&lt;dependency&gt;
&lt;groupId&gt;org.apache.james.jspf&lt;/groupId&gt;
&lt;artifactId&gt;apache-jspf&lt;/artifactId&gt;
&lt;version&gt;1.0.4&lt;/version&gt;
&lt;version&gt;1.0.5&lt;/version&gt;
&lt;/dependency&gt;
</code>
</pre>

<p>Direct download link:
<a href="https://www.apache.org/dyn/closer.lua/james/jspf/1.0.4/apache-jspf-1.0.4-bin.zip">(Zip)</a>
[<a href="https://downloads.apache.org/james/jspf/1.0.4/apache-jspf-1.0.4-bin.zip.sha512">SHA-512</a>]
[<a href="https://downloads.apache.org/james/jspf/1.0.4/apache-jspf-1.0.4-bin.zip.asc">PGP</a>]
<a href="https://www.apache.org/dyn/closer.lua/james/jspf/1.0.5/apache-jspf-1.0.5-bin.zip">(Zip)</a>
[<a href="https://downloads.apache.org/james/jspf/1.0.5/apache-jspf-1.0.5-bin.zip.sha512">SHA-512</a>]
[<a href="https://downloads.apache.org/james/jspf/1.0.5/apache-jspf-1.0.5-bin.zip.asc">PGP</a>]
</p>

</section>
Expand Down