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/
GNU General Public License v3.0
185 stars 136 forks source link

Switch to SLF4J, Implement DB pool for external DB's, Remove Java 8 support #395

Closed uhurusurfa closed 1 month ago

uhurusurfa commented 1 month ago

Switched to SLF4J with Logback as the default logging framework. Added the Hikari DB pool manager for enhanced performance. REmoived support for Java 8