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 0284220 Add Java API compatibility report to the site (JApiCmp)
0284220 is described below
commit 0284220e4a6ebfa8a2b3f5a776d206ee5a8ffe20
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Nov 20 13:15:13 2025 +0000
Add Java API compatibility report to the site (JApiCmp)
---
src/changes/changes.xml | 1 +
src/site/resources/profile.japicmp | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 247d6e8..9232030 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,7 @@
<!-- ADD -->
<action type="add" dev="michaelo" issue="DAEMON-471">Add support for
--enable-native-access Java startup option in jsvc.</action>
<action type="add" dev="ggregory" due-to="Jean-Frederic Clere, Gary
Gregory, Mark Thomas">Add tests for prunsrv on Windows #260.</action>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add Java API
compatibility report to the site (JApiCmp).</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 78 to 91 #253, #255,
#287.</action>
<action type="update" dev="markt">Update to use new ASF logo</action>
diff --git a/src/site/resources/profile.japicmp
b/src/site/resources/profile.japicmp
new file mode 100644
index 0000000..0314c63
--- /dev/null
+++ b/src/site/resources/profile.japicmp
@@ -0,0 +1,16 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements. See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership. The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License. You may obtain a copy of the License at
+//
+// https://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied. See the License for the
+// specific language governing permissions and limitations
+// under the License.