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-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new f7a88e3 [DAEMON-419] Update arguments.c to support Java 11
--enable-preview #18.
f7a88e3 is described below
commit f7a88e307a1c08ec3d9e0bf83628e6c09355c8c7
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 26 10:15:47 2020 -0400
[DAEMON-419] Update arguments.c to support Java 11 --enable-preview #18.
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a4ddf0b..2429cf9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,7 +61,7 @@
<action type="add" dev="ggregory">
More debug logging in prunsrv.c and javajni.c.
</action>
- <action type="add" dev="ggregory" due-to="mads1980">
+ <action issue="DAEMON-419" type="add" dev="ggregory" due-to="mads1980">
Update arguments.c to support Java 11 --enable-preview #18.
</action>
</release>