From 5234ec5c911919b9f62f95c97081549d467c045b Mon Sep 17 00:00:00 2001 From: Benoit TELLIER Date: Tue, 16 Jul 2024 16:51:16 +0200 Subject: [PATCH 1/3] [RELEASE] JSPF 1.0.5 blog post --- .../_posts/2024-07-16-jspf-1.0.5.markdown | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/homepage/_posts/2024-07-16-jspf-1.0.5.markdown diff --git a/src/homepage/_posts/2024-07-16-jspf-1.0.5.markdown b/src/homepage/_posts/2024-07-16-jspf-1.0.5.markdown new file mode 100644 index 00000000000..818d625160f --- /dev/null +++ b/src/homepage/_posts/2024-07-16-jspf-1.0.5.markdown @@ -0,0 +1,17 @@ +--- +layout: post +title: "Apache James JSPF 1.0.4" +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 From 6d6488c413ab754edbe62344d141efb43de5b3ef Mon Sep 17 00:00:00 2001 From: Benoit TELLIER Date: Tue, 16 Jul 2024 16:52:08 +0200 Subject: [PATCH 2/3] [RELEASE] JSPF 1.0.5 download page --- src/site/xdoc/download.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml index f4ea54161f7..49ea48f6f0b 100644 --- a/src/site/xdoc/download.xml +++ b/src/site/xdoc/download.xml @@ -213,12 +213,12 @@
-

Apache James jSPF 1.0.4 is the latest jSPF stable version.

+

Apache James jSPF 1.0.5 is the latest jSPF stable version.

Sources: - (Zip) - [SHA-512] - [PGP] + (Zip) + [SHA-512] + [PGP]

You can directly use it with maven:

@@ -228,15 +228,15 @@ <dependency> <groupId>org.apache.james.jspf</groupId> <artifactId>apache-jspf</artifactId> - <version>1.0.4</version> + <version>1.0.5</version> </dependency>

Direct download link: - (Zip) - [SHA-512] - [PGP] + (Zip) + [SHA-512] + [PGP]

From 6559e905944a5898299bab4923bd8db35b0b0c89 Mon Sep 17 00:00:00 2001 From: Benoit TELLIER Date: Wed, 17 Jul 2024 06:43:09 +0200 Subject: [PATCH 3/3] Update src/homepage/_posts/2024-07-16-jspf-1.0.5.markdown Co-authored-by: vttran --- src/homepage/_posts/2024-07-16-jspf-1.0.5.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/homepage/_posts/2024-07-16-jspf-1.0.5.markdown b/src/homepage/_posts/2024-07-16-jspf-1.0.5.markdown index 818d625160f..5730f063ed2 100644 --- a/src/homepage/_posts/2024-07-16-jspf-1.0.5.markdown +++ b/src/homepage/_posts/2024-07-16-jspf-1.0.5.markdown @@ -1,6 +1,6 @@ --- layout: post -title: "Apache James JSPF 1.0.4" +title: "Apache James JSPF 1.0.5" date: 2024-07-16 01:16:30 +0200 categories: james update ---