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 137 forks source link

Improve DirectoryPollingModule.scanDirectory to NIO #231

Closed claudiodegio closed 3 years ago

claudiodegio commented 3 years ago

Changed implementation DirectoryPollingModule.scanDirectory using Files.newDirectoryStream (NIO) as replacement of standard interface

uhurusurfa commented 3 years ago

Can you update this PR wit hthe latest from master so that the activated CI/CD pipeline tests validate your change please?

claudiodegio commented 3 years ago

Sorry for late respoce i was busy, i have aligned the request wiht master