HiuKwok commented on PR #135: URL: https://github.com/apache/commons-email/pull/135#issuecomment-1454796350
It turns out the easymock is having issues mocking the class `DataHandler`, for now, I have replaced the mock of the class with a constructor instead. ``` final DataHandler dataHandler = new DataHandler(dataSource); ``` I have re-run the test suite locally against JDK8, 11 and 17 and all tests are passing for all three versions :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
