This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-email.git
The following commit(s) were added to refs/heads/master by this push: new 3998d43 [EMAIL-206] Use SharedByteArrayInputStream for memory usage 3998d43 is described below commit 3998d43f1fb3cb8d6aacea48c25cfa1b02ac7e41 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Mon Dec 11 20:59:16 2023 -0500 [EMAIL-206] Use SharedByteArrayInputStream for memory usage --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a3b1b09..b1b14ab 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,7 @@ <action type="fix" dev="ggregory" due-to="Gary Gregory">Email.setMailSession(Session) throws the more precise exception NullPointerException.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Avoid possible NullPointerException in DataSourceClassPathResolver.resolve(String, boolean).</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Complete half-baked test DataSourceUrlResolverTest.testResolvingHttpNonLenient().</action> + <action issue="EMAIL-206" type="fix" dev="ggregory" due-to="Lee Jaeheon, Gary Gregory">Use SharedByteArrayInputStream for memory usage #157.</action> <!-- ADD --> <action type="add" due-to="Dependabot" dev="ggregory"> Add github/codeql-action #75.