phax / as2-lib

A generic Java AS2 library, servlet and server
107 stars 43 forks source link

AbstractStorageModule::getFile - method is final #105

Closed ihudedi closed 4 years ago

ihudedi commented 4 years ago

Hi Philip, The getFile method in AbstractStorageModule class is final now.In older versions I think until 4.5.0 It wasn't final and we could override this method. We would like to override this method to add our functionality. Could you please remove the final keyword from this method.

Thanks, Itay

phax commented 4 years ago

Hi. Sorry for the inconvenience. Part of 4.5.5 release. I made myself a note to avoid doing this again ;-)

ihudedi commented 4 years ago

When 4.5.5 will be released?

ihudedi commented 4 years ago

We need this version soon.I can't use snapshot version. Thanks, Itay

phax commented 4 years ago

I don't know. Are any of the changes after 4.5.0 criticial for you?

ihudedi commented 4 years ago

Yes I need the fix for the bcMail.

phax commented 4 years ago

Ok building right now. In approx. half an hours it is on Maven Central

ihudedi commented 4 years ago

10x a lot:)