This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit bc91c980b816cfdac6d75b8771165f7e047072a0 Author: Benoit TELLIER <[email protected]> AuthorDate: Thu Sep 25 11:00:12 2025 +0200 [DOCUMENTATION] Blog post for 3.9.0 release --- .../_posts/2025-09-25-james-3.9.0.markdown | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/homepage/_posts/2025-09-25-james-3.9.0.markdown b/src/homepage/_posts/2025-09-25-james-3.9.0.markdown new file mode 100644 index 0000000000..c83c6924b1 --- /dev/null +++ b/src/homepage/_posts/2025-09-25-james-3.9.0.markdown @@ -0,0 +1,30 @@ +--- +layout: post +title: "Apache James Server 3.9.0" +date: 2025-09-25 01:16:30 +0200 +categories: james update +--- + +The Apache James developers are pleased to announce James server 3.9.0 release. + +Early adopters can [download it][download], any issue can be reported on our issue [tracker][tracker]. + +The Apache James PMC would like to thank all contributors who made this release possible! + +## Announcement + +This release brings the following significant changes: + +- Upgrade javax -> jakarta. See related upgrade instructions. +- Upgrade Java 11 -> 21. See related upgrade instructions. +- JAMES-2586: A performant Postgres based implementation of Apache James. Usable in a standalone context but can scale as well with components like RabbitMQ, OpenSearch and S3. + +This releases also delivers numerous bugfixes, improvements and performance enhancements. + +## Release changelog + +The full changes included in this release can be seen in the [CHANGELOG][CHANGELOG]. + +[CHANGELOG]: https://github.com/apache/james-project/blob/master/CHANGELOG.md#350---2025-xx-xx +[tracker]: https://issues.apache.org/jira/browse/JAMES +[download]: http://james.apache.org/download.cgi#Apache_James_Server --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
