OpenAS2 / OpenAs2App

OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.
https://sourceforge.net/projects/openas2/
BSD 2-Clause "Simplified" License
177 stars 132 forks source link

3.6.0 release on GitHub? #338

Closed vphantom closed 10 months ago

vphantom commented 10 months ago

Hello and thank you for continuing to maintain OpenAS2. In getting my feet wet with OpenAS2 I looked here and at your SourceForge repo. While there are commits about 3.6.0 here, the "Releases" section only goes up to 3.5.0. Is the SF version 3.6.0 your actual latest stable release or should I use the 3.5.0 tarball from here?

uhurusurfa commented 10 months ago

Sourceforge will alwyas be the most up to date actual release.

uhurusurfa commented 10 months ago

However, there is a 3.6.0 release here on Github so not sure where you are looking

vphantom commented 10 months ago

The "Releases" feature: https://github.com/OpenAS2/OpenAs2App/releases

When I view that URL, the most recent time is December 26, 2022 for tag v3.5.0.

uhurusurfa commented 10 months ago

Ah! I have updated the 3.6.0 draft to an actual release. -it is only visible to collaborators whilst in draft. However, the Sourceforge download is much easier than downnloading the tarball from Github which only contains the source code.

vphantom commented 10 months ago

Oh I didn't know; that explains the size difference then. I just got the GitHub tarball and built the Docker image, which was painless. ;)

Thanks for looking into it! I look forward to replacing our current overkill pricey solution with OpenAS2.