Modified: websites/production/commons/content/proper/commons-daemon/jira-report.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/jira-report.html (original) +++ websites/production/commons/content/proper/commons-daemon/jira-report.html Fri May 12 13:32:29 2023 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 29 November 2022 + | Generated by Apache Maven Doxia at 12 May 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20221129" /> + <meta name="Date-Revision-yyyymmdd" content="20230512" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – JIRA Report</title> @@ -40,8 +40,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 29 November 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.3</li> + <li id="publishDate">Last Published: 12 May 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.4</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -204,14 +204,22 @@ Building Components</a> </li> <li class="none"> - <a href="../../commons-parent-pom.html" title="Commons Parent Pom"> - Commons Parent Pom</a> + <a href="../../commons-parent-pom.html" title="Commons Parent POM"> + Commons Parent POM</a> </li> <li class="none"> <a href="../../build-plugin/index.html" title="Commons Build Plugin"> Commons Build Plugin</a> </li> <li class="none"> + <a href="release-plugin/index.html" title="Commons Release Plugin"> + Commons Release Plugin</a> + </li> + <li class="none"> + <a href="site-publish.html" title="Site Publication"> + Site Publication</a> + </li> + <li class="none"> <a href="../../releases/index.html" title="Releasing Components"> Releasing Components</a> </li> @@ -239,6 +247,10 @@ Code of Conduct</a> </li> <li class="none"> + <a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Privacy"> + Privacy</a> + </li> + <li class="none"> <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"> Sponsorship</a> </li> @@ -278,6 +290,38 @@ <td>Fixed</td> <td>Resolved</td></tr> <tr class="a"> +<td>1.3.4</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-459">DAEMON-459</a></td> +<td>Jsvc</td> +<td>Restart only works once (regression)</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>1.3.4</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-458">DAEMON-458</a></td> +<td></td> +<td>The changes in DAEMON-446 cause existing DependsOn values to be removed</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> +<td>1.3.4</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-451">DAEMON-451</a></td> +<td>Procrun</td> +<td>Prunsrv does not use configured stack size for the main thread in jvm mode</td> +<td>Bug</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="b"> +<td>1.3.4</td> +<td><a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-452">DAEMON-452</a></td> +<td>prunsrv</td> +<td>Should we create the target folder before apxSecurityGrantFileAccessToUser?</td> +<td>Improvement</td> +<td>Fixed</td> +<td>Resolved</td></tr> +<tr class="a"> <td>1.3.3</td> <td><a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-450">DAEMON-450</a></td> <td>prunsrv</td> @@ -1036,38 +1080,6 @@ <td>jsvc fails to load libcap.so.2 from /lib64</td> <td>Bug</td> <td>Fixed</td> -<td>Resolved</td></tr> -<tr class="b"> -<td>1.0.11</td> -<td><a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-244">DAEMON-244</a></td> -<td>Procrun</td> -<td>prunsrv does not propagate exit code</td> -<td>Bug</td> -<td>Fixed</td> -<td>Resolved</td></tr> -<tr class="a"> -<td>1.0.11</td> -<td><a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-264">DAEMON-264</a></td> -<td>Jsvc</td> -<td>Change current working directory to / when daemonising</td> -<td>New Feature</td> -<td>Fixed</td> -<td>Resolved</td></tr> -<tr class="b"> -<td>1.0.11</td> -<td><a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-262">DAEMON-262</a></td> -<td>Procrun</td> -<td>Service configuration dialog needs a refresh button</td> -<td>New Feature</td> -<td>Fixed</td> -<td>Resolved</td></tr> -<tr class="a"> -<td>1.0.11</td> -<td><a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-245">DAEMON-245</a></td> -<td>Procrun</td> -<td>Support privilege escalation on Windows (UAC)</td> -<td>New Feature</td> -<td>Fixed</td> <td>Resolved</td></tr></table></section> </td> </tr> @@ -1075,7 +1087,7 @@ </div> <div class="footer"> - <p>Copyright © 2002-2022 + <p>Copyright © 2002-2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
Modified: websites/production/commons/content/proper/commons-daemon/jsvc.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/jsvc.html (original) +++ websites/production/commons/content/proper/commons-daemon/jsvc.html Fri May 12 13:32:29 2023 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 29 November 2022 + | Generated by Apache Maven Doxia at 12 May 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Jean-Frederic Clere" /> - <meta name="Date-Revision-yyyymmdd" content="20221129" /> + <meta name="Date-Revision-yyyymmdd" content="20230512" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – Daemon : Java Service</title> @@ -41,8 +41,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 29 November 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.3</li> + <li id="publishDate">Last Published: 12 May 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.4</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -171,14 +171,22 @@ Building Components</a> </li> <li class="none"> - <a href="../../commons-parent-pom.html" title="Commons Parent Pom"> - Commons Parent Pom</a> + <a href="../../commons-parent-pom.html" title="Commons Parent POM"> + Commons Parent POM</a> </li> <li class="none"> <a href="../../build-plugin/index.html" title="Commons Build Plugin"> Commons Build Plugin</a> </li> <li class="none"> + <a href="release-plugin/index.html" title="Commons Release Plugin"> + Commons Release Plugin</a> + </li> + <li class="none"> + <a href="site-publish.html" title="Site Publication"> + Site Publication</a> + </li> + <li class="none"> <a href="../../releases/index.html" title="Releasing Components"> Releasing Components</a> </li> @@ -206,6 +214,10 @@ Code of Conduct</a> </li> <li class="none"> + <a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Privacy"> + Privacy</a> + </li> + <li class="none"> <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"> Sponsorship</a> </li> @@ -587,7 +599,7 @@ Note: The controller process uses signal <h3><a name="Downgrading_user"></a>Downgrading user</h3> <p> -On Linux <code>setuid()</code>/<code>setgid()</code> + capabilities are used. On other unix <code>setgid</code>/<code>initgroups</code> are used. +On Linux <code>setuid()</code>/<code>setgid()</code> + capabilities are used. On other Unix <code>setgid</code>/<code>initgroups</code> are used. We have something like: </p> @@ -613,7 +625,7 @@ start_service. /* java_start() calls the </div> <div class="footer"> - <p>Copyright © 2002-2022 + <p>Copyright © 2002-2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> Modified: websites/production/commons/content/proper/commons-daemon/mail-lists.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/mail-lists.html (original) +++ websites/production/commons/content/proper/commons-daemon/mail-lists.html Fri May 12 13:32:29 2023 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 29 November 2022 + | Generated by Apache Maven Doxia at 12 May 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Apache Commons Documentation Team" /> - <meta name="Date-Revision-yyyymmdd" content="20221129" /> + <meta name="Date-Revision-yyyymmdd" content="20230512" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – Apache Commons Daemon Mailing Lists</title> @@ -41,8 +41,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 29 November 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.3</li> + <li id="publishDate">Last Published: 12 May 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.4</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -171,14 +171,22 @@ Building Components</a> </li> <li class="none"> - <a href="../../commons-parent-pom.html" title="Commons Parent Pom"> - Commons Parent Pom</a> + <a href="../../commons-parent-pom.html" title="Commons Parent POM"> + Commons Parent POM</a> </li> <li class="none"> <a href="../../build-plugin/index.html" title="Commons Build Plugin"> Commons Build Plugin</a> </li> <li class="none"> + <a href="release-plugin/index.html" title="Commons Release Plugin"> + Commons Release Plugin</a> + </li> + <li class="none"> + <a href="site-publish.html" title="Site Publication"> + Site Publication</a> + </li> + <li class="none"> <a href="../../releases/index.html" title="Releasing Components"> Releasing Components</a> </li> @@ -206,6 +214,10 @@ Code of Conduct</a> </li> <li class="none"> + <a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Privacy"> + Privacy</a> + </li> + <li class="none"> <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"> Sponsorship</a> </li> @@ -462,7 +474,7 @@ </div> <div class="footer"> - <p>Copyright © 2002-2022 + <p>Copyright © 2002-2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> Modified: websites/production/commons/content/proper/commons-daemon/mailing-lists.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/mailing-lists.html (original) +++ websites/production/commons/content/proper/commons-daemon/mailing-lists.html Fri May 12 13:32:29 2023 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 29 November 2022 + | Generated by Apache Maven Doxia at 12 May 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20221129" /> + <meta name="Date-Revision-yyyymmdd" content="20230512" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – Project Mailing Lists</title> @@ -40,8 +40,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 29 November 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.3</li> + <li id="publishDate">Last Published: 12 May 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.4</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -220,14 +220,22 @@ Building Components</a> </li> <li class="none"> - <a href="../../commons-parent-pom.html" title="Commons Parent Pom"> - Commons Parent Pom</a> + <a href="../../commons-parent-pom.html" title="Commons Parent POM"> + Commons Parent POM</a> </li> <li class="none"> <a href="../../build-plugin/index.html" title="Commons Build Plugin"> Commons Build Plugin</a> </li> <li class="none"> + <a href="release-plugin/index.html" title="Commons Release Plugin"> + Commons Release Plugin</a> + </li> + <li class="none"> + <a href="site-publish.html" title="Site Publication"> + Site Publication</a> + </li> + <li class="none"> <a href="../../releases/index.html" title="Releasing Components"> Releasing Components</a> </li> @@ -255,6 +263,10 @@ Code of Conduct</a> </li> <li class="none"> + <a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Privacy"> + Privacy</a> + </li> + <li class="none"> <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"> Sponsorship</a> </li> @@ -361,7 +373,7 @@ </div> <div class="footer"> - <p>Copyright © 2002-2022 + <p>Copyright © 2002-2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> Modified: websites/production/commons/content/proper/commons-daemon/procrun.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/procrun.html (original) +++ websites/production/commons/content/proper/commons-daemon/procrun.html Fri May 12 13:32:29 2023 @@ -1,6 +1,6 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 29 November 2022 + | Generated by Apache Maven Doxia at 12 May 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> @@ -8,7 +8,7 @@ <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="Mladen Turk" /> - <meta name="Date-Revision-yyyymmdd" content="20221129" /> + <meta name="Date-Revision-yyyymmdd" content="20230512" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – Daemon : Procrun</title> @@ -41,8 +41,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 29 November 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.3</li> + <li id="publishDate">Last Published: 12 May 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.4</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -171,14 +171,22 @@ Building Components</a> </li> <li class="none"> - <a href="../../commons-parent-pom.html" title="Commons Parent Pom"> - Commons Parent Pom</a> + <a href="../../commons-parent-pom.html" title="Commons Parent POM"> + Commons Parent POM</a> </li> <li class="none"> <a href="../../build-plugin/index.html" title="Commons Build Plugin"> Commons Build Plugin</a> </li> <li class="none"> + <a href="release-plugin/index.html" title="Commons Release Plugin"> + Commons Release Plugin</a> + </li> + <li class="none"> + <a href="site-publish.html" title="Site Publication"> + Site Publication</a> + </li> + <li class="none"> <a href="../../releases/index.html" title="Releasing Components"> Releasing Components</a> </li> @@ -206,6 +214,10 @@ Code of Conduct</a> </li> <li class="none"> + <a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Privacy"> + Privacy</a> + </li> + <li class="none"> <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"> Sponsorship</a> </li> @@ -715,8 +727,15 @@ will add the new value(s) to any existin <td></td> -<td>List of services that this service depends on. Dependent services - are separated using either <b>#</b> or <b>;</b> characters</td> +<td>List of services that this service depends on. Services are separated + using either <b>#</b> or <b>;</b> characters</td> + <br /> + <b>Note:</b> At installation, additional dependencies will be created + on the services <i>Tcpip</i> and <i>Afd</i> if not explicitly + specified. These additional dependencies will not be created + automatically when updating the service configuration with + <i>--DependsOn</i> and must be explicitly defined if required in that + case. </tr> <tr class="b"> @@ -1294,7 +1313,7 @@ This means that parameters will be store </div> <div class="footer"> - <p>Copyright © 2002-2022 + <p>Copyright © 2002-2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> Modified: websites/production/commons/content/proper/commons-daemon/project-info.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/project-info.html (original) +++ websites/production/commons/content/proper/commons-daemon/project-info.html Fri May 12 13:32:29 2023 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 29 November 2022 + | Generated by Apache Maven Doxia at 12 May 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20221129" /> + <meta name="Date-Revision-yyyymmdd" content="20230512" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – Project Information</title> @@ -40,8 +40,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 29 November 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.3</li> + <li id="publishDate">Last Published: 12 May 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.4</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -220,14 +220,22 @@ Building Components</a> </li> <li class="none"> - <a href="../../commons-parent-pom.html" title="Commons Parent Pom"> - Commons Parent Pom</a> + <a href="../../commons-parent-pom.html" title="Commons Parent POM"> + Commons Parent POM</a> </li> <li class="none"> <a href="../../build-plugin/index.html" title="Commons Build Plugin"> Commons Build Plugin</a> </li> <li class="none"> + <a href="release-plugin/index.html" title="Commons Release Plugin"> + Commons Release Plugin</a> + </li> + <li class="none"> + <a href="site-publish.html" title="Site Publication"> + Site Publication</a> + </li> + <li class="none"> <a href="../../releases/index.html" title="Releasing Components"> Releasing Components</a> </li> @@ -255,6 +263,10 @@ Code of Conduct</a> </li> <li class="none"> + <a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Privacy"> + Privacy</a> + </li> + <li class="none"> <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"> Sponsorship</a> </li> @@ -327,7 +339,7 @@ </div> <div class="footer"> - <p>Copyright © 2002-2022 + <p>Copyright © 2002-2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> Modified: websites/production/commons/content/proper/commons-daemon/project-reports.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/project-reports.html (original) +++ websites/production/commons/content/proper/commons-daemon/project-reports.html Fri May 12 13:32:29 2023 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 29 November 2022 + | Generated by Apache Maven Doxia at 12 May 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20221129" /> + <meta name="Date-Revision-yyyymmdd" content="20230512" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – Generated Reports</title> @@ -40,8 +40,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 29 November 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.3</li> + <li id="publishDate">Last Published: 12 May 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.4</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -204,14 +204,22 @@ Building Components</a> </li> <li class="none"> - <a href="../../commons-parent-pom.html" title="Commons Parent Pom"> - Commons Parent Pom</a> + <a href="../../commons-parent-pom.html" title="Commons Parent POM"> + Commons Parent POM</a> </li> <li class="none"> <a href="../../build-plugin/index.html" title="Commons Build Plugin"> Commons Build Plugin</a> </li> <li class="none"> + <a href="release-plugin/index.html" title="Commons Release Plugin"> + Commons Release Plugin</a> + </li> + <li class="none"> + <a href="site-publish.html" title="Site Publication"> + Site Publication</a> + </li> + <li class="none"> <a href="../../releases/index.html" title="Releasing Components"> Releasing Components</a> </li> @@ -239,6 +247,10 @@ Code of Conduct</a> </li> <li class="none"> + <a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Privacy"> + Privacy</a> + </li> + <li class="none"> <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"> Sponsorship</a> </li> @@ -296,7 +308,7 @@ </div> <div class="footer"> - <p>Copyright © 2002-2022 + <p>Copyright © 2002-2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> Modified: websites/production/commons/content/proper/commons-daemon/rat-report.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/rat-report.html (original) +++ websites/production/commons/content/proper/commons-daemon/rat-report.html Fri May 12 13:32:29 2023 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 29 November 2022 + | Generated by Apache Maven Doxia at 12 May 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20221129" /> + <meta name="Date-Revision-yyyymmdd" content="20230512" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – Rat (Release Audit Tool) results</title> @@ -40,8 +40,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 29 November 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.3</li> + <li id="publishDate">Last Published: 12 May 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.4</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -204,14 +204,22 @@ Building Components</a> </li> <li class="none"> - <a href="../../commons-parent-pom.html" title="Commons Parent Pom"> - Commons Parent Pom</a> + <a href="../../commons-parent-pom.html" title="Commons Parent POM"> + Commons Parent POM</a> </li> <li class="none"> <a href="../../build-plugin/index.html" title="Commons Build Plugin"> Commons Build Plugin</a> </li> <li class="none"> + <a href="release-plugin/index.html" title="Commons Release Plugin"> + Commons Release Plugin</a> + </li> + <li class="none"> + <a href="site-publish.html" title="Site Publication"> + Site Publication</a> + </li> + <li class="none"> <a href="../../releases/index.html" title="Releasing Components"> Releasing Components</a> </li> @@ -239,6 +247,10 @@ Code of Conduct</a> </li> <li class="none"> + <a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Privacy"> + Privacy</a> + </li> + <li class="none"> <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"> Sponsorship</a> </li> @@ -267,7 +279,7 @@ ***************************************************** Summary ------- -Generated at: 2022-11-29T11:56:29Z +Generated at: 2023-05-12T14:32:11+01:00 Notes: 7 Binaries: 6 @@ -440,7 +452,7 @@ Generated files do not require license h </div> <div class="footer"> - <p>Copyright © 2002-2022 + <p>Copyright © 2002-2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> Modified: websites/production/commons/content/proper/commons-daemon/scm.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/scm.html (original) +++ websites/production/commons/content/proper/commons-daemon/scm.html Fri May 12 13:32:29 2023 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 29 November 2022 + | Generated by Apache Maven Doxia at 12 May 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20221129" /> + <meta name="Date-Revision-yyyymmdd" content="20230512" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – Source Code Management</title> @@ -40,8 +40,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 29 November 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.3</li> + <li id="publishDate">Last Published: 12 May 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.4</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -220,14 +220,22 @@ Building Components</a> </li> <li class="none"> - <a href="../../commons-parent-pom.html" title="Commons Parent Pom"> - Commons Parent Pom</a> + <a href="../../commons-parent-pom.html" title="Commons Parent POM"> + Commons Parent POM</a> </li> <li class="none"> <a href="../../build-plugin/index.html" title="Commons Build Plugin"> Commons Build Plugin</a> </li> <li class="none"> + <a href="release-plugin/index.html" title="Commons Release Plugin"> + Commons Release Plugin</a> + </li> + <li class="none"> + <a href="site-publish.html" title="Site Publication"> + Site Publication</a> + </li> + <li class="none"> <a href="../../releases/index.html" title="Releasing Components"> Releasing Components</a> </li> @@ -255,6 +263,10 @@ Code of Conduct</a> </li> <li class="none"> + <a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Privacy"> + Privacy</a> + </li> + <li class="none"> <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"> Sponsorship</a> </li> @@ -279,15 +291,15 @@ <p>This project uses <a class="externalLink" href="https://git-scm.com/">Git</a> to manage its source code. Instructions on Git use can be found at <a class="externalLink" href="https://git-scm.com/documentation">https://git-scm.com/documentation</a>.</p></section><section> <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a> <p>The following is a link to a browsable version of the source repository:</p> -<div class="source"> +<div> <pre><a class="externalLink" href="https://gitbox.apache.org/repos/asf?p=commons-daemon.git">https://gitbox.apache.org/repos/asf?p=commons-daemon.git</a></pre></div></section><section> <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a> <p>The source can be checked out anonymously from Git with this command (See <a class="externalLink" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>):</p> -<div class="source"> +<div> <pre>$ git clone https://gitbox.apache.org/repos/asf/commons-daemon.git</pre></div></section><section> <h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a> <p>Only project developers can access the Git tree via this method (See <a class="externalLink" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>).</p> -<div class="source"> +<div> <pre>$ git clone https://gitbox.apache.org/repos/asf/commons-daemon.git</pre></div></section><section> <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a> <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></section> @@ -297,7 +309,7 @@ </div> <div class="footer"> - <p>Copyright © 2002-2022 + <p>Copyright © 2002-2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> Modified: websites/production/commons/content/proper/commons-daemon/summary.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/summary.html (original) +++ websites/production/commons/content/proper/commons-daemon/summary.html Fri May 12 13:32:29 2023 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 29 November 2022 + | Generated by Apache Maven Doxia at 12 May 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20221129" /> + <meta name="Date-Revision-yyyymmdd" content="20230512" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – Project Summary</title> @@ -40,8 +40,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 29 November 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.3</li> + <li id="publishDate">Last Published: 12 May 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.4</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -220,14 +220,22 @@ Building Components</a> </li> <li class="none"> - <a href="../../commons-parent-pom.html" title="Commons Parent Pom"> - Commons Parent Pom</a> + <a href="../../commons-parent-pom.html" title="Commons Parent POM"> + Commons Parent POM</a> </li> <li class="none"> <a href="../../build-plugin/index.html" title="Commons Build Plugin"> Commons Build Plugin</a> </li> <li class="none"> + <a href="release-plugin/index.html" title="Commons Release Plugin"> + Commons Release Plugin</a> + </li> + <li class="none"> + <a href="site-publish.html" title="Site Publication"> + Site Publication</a> + </li> + <li class="none"> <a href="../../releases/index.html" title="Releasing Components"> Releasing Components</a> </li> @@ -255,6 +263,10 @@ Code of Conduct</a> </li> <li class="none"> + <a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Privacy"> + Privacy</a> + </li> + <li class="none"> <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"> Sponsorship</a> </li> @@ -317,7 +329,7 @@ <td>commons-daemon</td></tr> <tr class="b"> <td align="left">Version</td> -<td>1.3.3</td></tr> +<td>1.3.4</td></tr> <tr class="a"> <td align="left">Type</td> <td>jar</td></tr> @@ -330,7 +342,7 @@ </div> <div class="footer"> - <p>Copyright © 2002-2022 + <p>Copyright © 2002-2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> Modified: websites/production/commons/content/proper/commons-daemon/surefire-report.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/surefire-report.html (original) +++ websites/production/commons/content/proper/commons-daemon/surefire-report.html Fri May 12 13:32:29 2023 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 29 November 2022 + | Generated by Apache Maven Doxia at 12 May 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20221129" /> + <meta name="Date-Revision-yyyymmdd" content="20230512" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – Surefire Report</title> @@ -40,8 +40,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 29 November 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.3</li> + <li id="publishDate">Last Published: 12 May 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.4</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -204,14 +204,22 @@ Building Components</a> </li> <li class="none"> - <a href="../../commons-parent-pom.html" title="Commons Parent Pom"> - Commons Parent Pom</a> + <a href="../../commons-parent-pom.html" title="Commons Parent POM"> + Commons Parent POM</a> </li> <li class="none"> <a href="../../build-plugin/index.html" title="Commons Build Plugin"> Commons Build Plugin</a> </li> <li class="none"> + <a href="release-plugin/index.html" title="Commons Release Plugin"> + Commons Release Plugin</a> + </li> + <li class="none"> + <a href="site-publish.html" title="Site Publication"> + Site Publication</a> + </li> + <li class="none"> <a href="../../releases/index.html" title="Releasing Components"> Releasing Components</a> </li> @@ -239,6 +247,10 @@ Code of Conduct</a> </li> <li class="none"> + <a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Privacy"> + Privacy</a> + </li> + <li class="none"> <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"> Sponsorship</a> </li> @@ -278,10 +290,10 @@ function toggleDisplay(elementId) { } //]]> </script><section> -<h2><a name="Surefire_Report"></a>Surefire Report</h2></section><section> -<h2><a name="Summary"></a>Summary</h2><a name="Summary"></a> +<h2><a name="Surefire_Report"></a>Surefire Report</h2></section><section><a id="Summary"></a> +<h2><a name="Summary"></a>Summary</h2> <p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /> -<table border="1" class="bodyTable"> +<table border="0" class="bodyTable"> <tr class="a"> <th>Tests</th> <th>Errors</th> @@ -295,11 +307,11 @@ function toggleDisplay(elementId) { <td align="left">0</td> <td align="left">0</td> <td align="left">100%</td> -<td align="left">0.074</td></tr></table><br /> -<p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></section><section> -<h2><a name="Package_List"></a>Package List</h2><a name="Package_List"></a> +<td align="left">0.076</td></tr></table><br /> +<p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></section><section><a id="Package_List"></a> +<h2><a name="Package_List"></a>Package List</h2> <p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /> -<table border="1" class="bodyTable"> +<table border="0" class="bodyTable"> <tr class="a"> <th>Package</th> <th>Tests</th> @@ -315,10 +327,10 @@ function toggleDisplay(elementId) { <td align="left">0</td> <td align="left">0</td> <td align="left">100%</td> -<td align="left">0.074</td></tr></table><br /> -<p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p><section> -<h3><a name="org.apache.commons.daemon"></a>org.apache.commons.daemon</h3><a name="org.apache.commons.daemon"></a> -<table border="1" class="bodyTable"> +<td align="left">0.076</td></tr></table><br /> +<p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p><section><a id="org.apache.commons.daemon"></a> +<h3><a name="org.apache.commons.daemon"></a>org.apache.commons.daemon</h3> +<table border="0" class="bodyTable"> <tr class="a"> <th></th> <th>Class</th> @@ -329,29 +341,29 @@ function toggleDisplay(elementId) { <th>Success Rate</th> <th>Time</th></tr> <tr class="b"> -<td align="left"><a href="#org.apache.commons.daemon.DaemonInitExceptionTest"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></a></td> +<td align="left"><a href="#org.apache.commons.daemon.DaemonInitExceptionTest"><img src="images/icon_success_sml.gif" alt="" /></a></td> <td align="left"><a href="#org.apache.commons.daemon.DaemonInitExceptionTest">DaemonInitExceptionTest</a></td> <td align="left">1</td> <td align="left">0</td> <td align="left">0</td> <td align="left">0</td> <td align="left">100%</td> -<td align="left">0.074</td></tr></table></section><br /></section><section> -<h2><a name="Test_Cases"></a>Test Cases</h2><a name="Test_Cases"></a> -<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><section> -<h3><a name="DaemonInitExceptionTest"></a>DaemonInitExceptionTest</h3><a name="org.apache.commons.daemon.DaemonInitExceptionTest"></a> -<table border="1" class="bodyTable"> +<td align="left">0.076</td></tr></table></section><br /></section><section><a id="Test_Cases"></a> +<h2><a name="Test_Cases"></a>Test Cases</h2> +<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><section><a id="org.apache.commons.daemon.DaemonInitExceptionTest"></a> +<h3><a name="DaemonInitExceptionTest"></a>DaemonInitExceptionTest</h3> +<table border="0" class="bodyTable"> <tr class="a"> -<td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> -<td align="left"><a name="TC_org.apache.commons.daemon.DaemonInitExceptionTest.test"></a>test</td> -<td align="left">0.053</td></tr></table></section><br /></section> +<td align="left"><img src="images/icon_success_sml.gif" alt="" /></td> +<td align="left"><a id="TC_org.apache.commons.daemon.DaemonInitExceptionTest.test"></a>test</td> +<td align="left">0.047</td></tr></table></section><br /></section> </td> </tr> </table> </div> <div class="footer"> - <p>Copyright © 2002-2022 + <p>Copyright © 2002-2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> Modified: websites/production/commons/content/proper/commons-daemon/team.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/team.html (original) +++ websites/production/commons/content/proper/commons-daemon/team.html Fri May 12 13:32:29 2023 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 29 November 2022 + | Generated by Apache Maven Doxia at 12 May 2023 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="iso-8859-1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20221129" /> + <meta name="Date-Revision-yyyymmdd" content="20230512" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – Project Team</title> @@ -40,8 +40,8 @@ <a class="brand" href="https://commons.apache.org/proper/commons-daemon/">Apache Commons Daemon ™</a> <ul class="nav"> - <li id="publishDate">Last Published: 29 November 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.3</li> + <li id="publishDate">Last Published: 12 May 2023</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.4</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -220,14 +220,22 @@ Building Components</a> </li> <li class="none"> - <a href="../../commons-parent-pom.html" title="Commons Parent Pom"> - Commons Parent Pom</a> + <a href="../../commons-parent-pom.html" title="Commons Parent POM"> + Commons Parent POM</a> </li> <li class="none"> <a href="../../build-plugin/index.html" title="Commons Build Plugin"> Commons Build Plugin</a> </li> <li class="none"> + <a href="release-plugin/index.html" title="Commons Release Plugin"> + Commons Release Plugin</a> + </li> + <li class="none"> + <a href="site-publish.html" title="Site Publication"> + Site Publication</a> + </li> + <li class="none"> <a href="../../releases/index.html" title="Releasing Components"> Releasing Components</a> </li> @@ -255,6 +263,10 @@ Code of Conduct</a> </li> <li class="none"> + <a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Privacy"> + Privacy</a> + </li> + <li class="none"> <a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsorship"> Sponsorship</a> </li> @@ -378,7 +390,7 @@ </div> <div class="footer"> - <p>Copyright © 2002-2022 + <p>Copyright © 2002-2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p> Modified: websites/production/commons/content/proper/commons-daemon/xref-test/index.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref-test/index.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref-test/index.html Fri May 12 13:32:29 2023 @@ -4,7 +4,7 @@ <!-- this is a JXR report set (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> - <title>Apache Commons Daemon 1.3.3 Reference</title> + <title>Apache Commons Daemon 1.3.4 Reference</title> <script type="text/javascript"> tmpTargetPage = "" + window.location.search; if (tmpTargetPage != "" && tmpTargetPage != "undefined") Modified: websites/production/commons/content/proper/commons-daemon/xref-test/org/apache/commons/daemon/DaemonInitExceptionTest.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref-test/org/apache/commons/daemon/DaemonInitExceptionTest.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref-test/org/apache/commons/daemon/DaemonInitExceptionTest.html Fri May 12 13:32:29 2023 @@ -42,6 +42,6 @@ <a class="jxr_linenumber" name="L34" href="#L34">34</a> } </pre> <hr/> -<div id="footer">Copyright © 2002–2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +<div id="footer">Copyright © 2002–2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> </body> </html> \ No newline at end of file Modified: websites/production/commons/content/proper/commons-daemon/xref-test/org/apache/commons/daemon/SimpleDaemon.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref-test/org/apache/commons/daemon/SimpleDaemon.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref-test/org/apache/commons/daemon/SimpleDaemon.html Fri May 12 13:32:29 2023 @@ -343,6 +343,6 @@ <a class="jxr_linenumber" name="L335" href="#L335">335</a> } </pre> <hr/> -<div id="footer">Copyright © 2002–2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +<div id="footer">Copyright © 2002–2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> </body> </html> \ No newline at end of file Modified: websites/production/commons/content/proper/commons-daemon/xref-test/org/apache/commons/daemon/package-frame.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref-test/org/apache/commons/daemon/package-frame.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref-test/org/apache/commons/daemon/package-frame.html Fri May 12 13:32:29 2023 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> - <title>Apache Commons Daemon 1.3.3 Reference Package org.apache.commons.daemon</title> + <title>Apache Commons Daemon 1.3.4 Reference Package org.apache.commons.daemon</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" /> </head> <body> Modified: websites/production/commons/content/proper/commons-daemon/xref-test/org/apache/commons/daemon/package-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref-test/org/apache/commons/daemon/package-summary.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref-test/org/apache/commons/daemon/package-summary.html Fri May 12 13:32:29 2023 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> - <title>Apache Commons Daemon 1.3.3 Reference Package org.apache.commons.daemon</title> + <title>Apache Commons Daemon 1.3.4 Reference Package org.apache.commons.daemon</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Daemon 1.3.3 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Daemon 1.3.4 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -91,7 +91,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Daemon 1.3.3 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Daemon 1.3.4 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -111,7 +111,7 @@ </div> <div id="footer"> - Copyright © 2002–2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. + Copyright © 2002–2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. </div> </body> </html> \ No newline at end of file Modified: websites/production/commons/content/proper/commons-daemon/xref-test/overview-frame.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref-test/overview-frame.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref-test/overview-frame.html Fri May 12 13:32:29 2023 @@ -4,11 +4,11 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> - <title>Apache Commons Daemon 1.3.3 Reference</title> + <title>Apache Commons Daemon 1.3.4 Reference</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" /> </head> <body> - <h1 title="Apache Commons Daemon 1.3.3 Reference" class="bar"><strong>Apache Commons Daemon 1.3.3 Reference</strong></h1> + <h1 title="Apache Commons Daemon 1.3.4 Reference" class="bar"><strong>Apache Commons Daemon 1.3.4 Reference</strong></h1> <div class="indexHeader"><span><a href="allclasses-frame.html" target="packageFrame">All Classes</a></span></div> <div class="indexContainer"> <h2 title="Packages">Packages</h2> Modified: websites/production/commons/content/proper/commons-daemon/xref-test/overview-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref-test/overview-summary.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref-test/overview-summary.html Fri May 12 13:32:29 2023 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk7) --> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> - <title>Apache Commons Daemon 1.3.3 Reference</title> + <title>Apache Commons Daemon 1.3.4 Reference</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" /> </head> <body> @@ -22,7 +22,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Daemon 1.3.3 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Daemon 1.3.4 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -37,7 +37,7 @@ </div> <div class="header"> - <h1 class="title">Apache Commons Daemon 1.3.3 Reference</h1> + <h1 class="title">Apache Commons Daemon 1.3.4 Reference</h1> </div> <div class="contentContainer"> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages"> @@ -71,7 +71,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Daemon 1.3.3 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Daemon 1.3.4 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -86,7 +86,7 @@ </div> <div id="footer"> - Copyright © 2002–2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. + Copyright © 2002–2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. </div> </body> </html> \ No newline at end of file Modified: websites/production/commons/content/proper/commons-daemon/xref/index.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref/index.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref/index.html Fri May 12 13:32:29 2023 @@ -4,7 +4,7 @@ <!-- this is a JXR report set (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> - <title>Apache Commons Daemon 1.3.3 Reference</title> + <title>Apache Commons Daemon 1.3.4 Reference</title> <script type="text/javascript"> tmpTargetPage = "" + window.location.search; if (tmpTargetPage != "" && tmpTargetPage != "undefined") Modified: websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/Daemon.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/Daemon.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/Daemon.html Fri May 12 13:32:29 2023 @@ -116,6 +116,6 @@ <a class="jxr_linenumber" name="L108" href="#L108">108</a> </pre> <hr/> -<div id="footer">Copyright © 2002–2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +<div id="footer">Copyright © 2002–2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> </body> </html> \ No newline at end of file Modified: websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonContext.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonContext.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonContext.html Fri May 12 13:32:29 2023 @@ -52,6 +52,6 @@ <a class="jxr_linenumber" name="L44" href="#L44">44</a> </pre> <hr/> -<div id="footer">Copyright © 2002–2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +<div id="footer">Copyright © 2002–2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> </body> </html> \ No newline at end of file Modified: websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonController.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonController.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonController.html Fri May 12 13:32:29 2023 @@ -97,6 +97,6 @@ <a class="jxr_linenumber" name="L89" href="#L89">89</a> </pre> <hr/> -<div id="footer">Copyright © 2002–2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +<div id="footer">Copyright © 2002–2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> </body> </html> \ No newline at end of file Modified: websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonInitException.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonInitException.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonInitException.html Fri May 12 13:32:29 2023 @@ -20,50 +20,49 @@ <a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em> <a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_comment"> * See the License for the specific language governing permissions and</em> <a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_comment"> * limitations under the License./*</em> -<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> *</em> -<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_comment"> */</em> -<a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">package</strong> org.apache.commons.daemon; -<a class="jxr_linenumber" name="L18" href="#L18">18</a> -<a class="jxr_linenumber" name="L19" href="#L19">19</a> <em class="jxr_javadoccomment">/**</em> -<a class="jxr_linenumber" name="L20" href="#L20">20</a> <em class="jxr_javadoccomment"> * Throw this during init if you can't initialize yourself for some expected reason. Using this exception will cause the</em> -<a class="jxr_linenumber" name="L21" href="#L21">21</a> <em class="jxr_javadoccomment"> * exception's message to come out on stdout, rather than a dirty great stack trace.</em> -<a class="jxr_linenumber" name="L22" href="#L22">22</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a name="DaemonInitException" href="../../../../org/apache/commons/daemon/DaemonInitException.html#DaemonInitException">DaemonInitException</a> <strong class="jxr_keyword">extends</strong> Exception { -<a class="jxr_linenumber" name="L24" href="#L24">24</a> -<a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">long</strong> serialVersionUID = 5665891535067213551L; -<a class="jxr_linenumber" name="L26" href="#L26">26</a> -<a class="jxr_linenumber" name="L27" href="#L27">27</a> <em class="jxr_javadoccomment">/**</em> -<a class="jxr_linenumber" name="L28" href="#L28">28</a> <em class="jxr_javadoccomment"> * Constructs a new exception with the given message.</em> -<a class="jxr_linenumber" name="L29" href="#L29">29</a> <em class="jxr_javadoccomment"> *</em> -<a class="jxr_linenumber" name="L30" href="#L30">30</a> <em class="jxr_javadoccomment"> * @param message the detail message accessible with {@link #getMessage()} .</em> -<a class="jxr_linenumber" name="L31" href="#L31">31</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="L32" href="#L32">32</a> <strong class="jxr_keyword">public</strong> <a name="DaemonInitException" href="../../../../org/apache/commons/daemon/DaemonInitException.html#DaemonInitException">DaemonInitException</a>(<strong class="jxr_keyword">final</strong> String message) { -<a class="jxr_linenumber" name="L33" href="#L33">33</a> <strong class="jxr_keyword">super</strong>(message); -<a class="jxr_linenumber" name="L34" href="#L34">34</a> } -<a class="jxr_linenumber" name="L35" href="#L35">35</a> -<a class="jxr_linenumber" name="L36" href="#L36">36</a> <em class="jxr_javadoccomment">/**</em> -<a class="jxr_linenumber" name="L37" href="#L37">37</a> <em class="jxr_javadoccomment"> * Constructs a new exception with the given detail and cause.</em> -<a class="jxr_linenumber" name="L38" href="#L38">38</a> <em class="jxr_javadoccomment"> *</em> -<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em class="jxr_javadoccomment"> * @param message the detail message accessible with {@link #getMessage()} .</em> -<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_javadoccomment"> * @param cause the cause accessible with {@link #getCause()}.</em> -<a class="jxr_linenumber" name="L41" href="#L41">41</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong class="jxr_keyword">public</strong> <a name="DaemonInitException" href="../../../../org/apache/commons/daemon/DaemonInitException.html#DaemonInitException">DaemonInitException</a>(<strong class="jxr_keyword">final</strong> String message, <strong class="jxr_keyword">final</strong> Throwable cause) { -<a class="jxr_linenumber" name="L43" href="#L43">43</a> <strong class="jxr_keyword">super</strong>(message, cause); -<a class="jxr_linenumber" name="L44" href="#L44">44</a> } -<a class="jxr_linenumber" name="L45" href="#L45">45</a> -<a class="jxr_linenumber" name="L46" href="#L46">46</a> <em class="jxr_javadoccomment">/**</em> -<a class="jxr_linenumber" name="L47" href="#L47">47</a> <em class="jxr_javadoccomment"> * Gets the message with the cause as a postfix.</em> -<a class="jxr_linenumber" name="L48" href="#L48">48</a> <em class="jxr_javadoccomment"> *</em> -<a class="jxr_linenumber" name="L49" href="#L49">49</a> <em class="jxr_javadoccomment"> * @return the message with the cause as a postfix.</em> -<a class="jxr_linenumber" name="L50" href="#L50">50</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="L51" href="#L51">51</a> <strong class="jxr_keyword">public</strong> String getMessageWithCause() { -<a class="jxr_linenumber" name="L52" href="#L52">52</a> <strong class="jxr_keyword">final</strong> Throwable cause = getCause(); -<a class="jxr_linenumber" name="L53" href="#L53">53</a> <strong class="jxr_keyword">return</strong> getMessage() + (cause == <strong class="jxr_keyword">null</strong> ? <span class="jxr_string">""</span> : <span class="jxr_string">": "</span> + cause.getMessage()); -<a class="jxr_linenumber" name="L54" href="#L54">54</a> } -<a class="jxr_linenumber" name="L55" href="#L55">55</a> -<a class="jxr_linenumber" name="L56" href="#L56">56</a> } +<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> */</em> +<a class="jxr_linenumber" name="L16" href="#L16">16</a> <strong class="jxr_keyword">package</strong> org.apache.commons.daemon; +<a class="jxr_linenumber" name="L17" href="#L17">17</a> +<a class="jxr_linenumber" name="L18" href="#L18">18</a> <em class="jxr_javadoccomment">/**</em> +<a class="jxr_linenumber" name="L19" href="#L19">19</a> <em class="jxr_javadoccomment"> * Throw this during init if you can't initialize yourself for some expected reason. Using this exception will cause the</em> +<a class="jxr_linenumber" name="L20" href="#L20">20</a> <em class="jxr_javadoccomment"> * exception's message to come out on stdout, rather than a dirty great stack trace.</em> +<a class="jxr_linenumber" name="L21" href="#L21">21</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a name="DaemonInitException" href="../../../../org/apache/commons/daemon/DaemonInitException.html#DaemonInitException">DaemonInitException</a> <strong class="jxr_keyword">extends</strong> Exception { +<a class="jxr_linenumber" name="L23" href="#L23">23</a> +<a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">long</strong> serialVersionUID = 5665891535067213551L; +<a class="jxr_linenumber" name="L25" href="#L25">25</a> +<a class="jxr_linenumber" name="L26" href="#L26">26</a> <em class="jxr_javadoccomment">/**</em> +<a class="jxr_linenumber" name="L27" href="#L27">27</a> <em class="jxr_javadoccomment"> * Constructs a new exception with the given message.</em> +<a class="jxr_linenumber" name="L28" href="#L28">28</a> <em class="jxr_javadoccomment"> *</em> +<a class="jxr_linenumber" name="L29" href="#L29">29</a> <em class="jxr_javadoccomment"> * @param message the detail message accessible with {@link #getMessage()} .</em> +<a class="jxr_linenumber" name="L30" href="#L30">30</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L31" href="#L31">31</a> <strong class="jxr_keyword">public</strong> <a name="DaemonInitException" href="../../../../org/apache/commons/daemon/DaemonInitException.html#DaemonInitException">DaemonInitException</a>(<strong class="jxr_keyword">final</strong> String message) { +<a class="jxr_linenumber" name="L32" href="#L32">32</a> <strong class="jxr_keyword">super</strong>(message); +<a class="jxr_linenumber" name="L33" href="#L33">33</a> } +<a class="jxr_linenumber" name="L34" href="#L34">34</a> +<a class="jxr_linenumber" name="L35" href="#L35">35</a> <em class="jxr_javadoccomment">/**</em> +<a class="jxr_linenumber" name="L36" href="#L36">36</a> <em class="jxr_javadoccomment"> * Constructs a new exception with the given detail and cause.</em> +<a class="jxr_linenumber" name="L37" href="#L37">37</a> <em class="jxr_javadoccomment"> *</em> +<a class="jxr_linenumber" name="L38" href="#L38">38</a> <em class="jxr_javadoccomment"> * @param message the detail message accessible with {@link #getMessage()} .</em> +<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em class="jxr_javadoccomment"> * @param cause the cause accessible with {@link #getCause()}.</em> +<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong class="jxr_keyword">public</strong> <a name="DaemonInitException" href="../../../../org/apache/commons/daemon/DaemonInitException.html#DaemonInitException">DaemonInitException</a>(<strong class="jxr_keyword">final</strong> String message, <strong class="jxr_keyword">final</strong> Throwable cause) { +<a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong class="jxr_keyword">super</strong>(message, cause); +<a class="jxr_linenumber" name="L43" href="#L43">43</a> } +<a class="jxr_linenumber" name="L44" href="#L44">44</a> +<a class="jxr_linenumber" name="L45" href="#L45">45</a> <em class="jxr_javadoccomment">/**</em> +<a class="jxr_linenumber" name="L46" href="#L46">46</a> <em class="jxr_javadoccomment"> * Gets the message with the cause as a postfix.</em> +<a class="jxr_linenumber" name="L47" href="#L47">47</a> <em class="jxr_javadoccomment"> *</em> +<a class="jxr_linenumber" name="L48" href="#L48">48</a> <em class="jxr_javadoccomment"> * @return the message with the cause as a postfix.</em> +<a class="jxr_linenumber" name="L49" href="#L49">49</a> <em class="jxr_javadoccomment"> */</em> +<a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong class="jxr_keyword">public</strong> String getMessageWithCause() { +<a class="jxr_linenumber" name="L51" href="#L51">51</a> <strong class="jxr_keyword">final</strong> Throwable cause = getCause(); +<a class="jxr_linenumber" name="L52" href="#L52">52</a> <strong class="jxr_keyword">return</strong> getMessage() + (cause == <strong class="jxr_keyword">null</strong> ? <span class="jxr_string">""</span> : <span class="jxr_string">": "</span> + cause.getMessage()); +<a class="jxr_linenumber" name="L53" href="#L53">53</a> } +<a class="jxr_linenumber" name="L54" href="#L54">54</a> +<a class="jxr_linenumber" name="L55" href="#L55">55</a> } </pre> <hr/> -<div id="footer">Copyright © 2002–2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +<div id="footer">Copyright © 2002–2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> </body> </html> \ No newline at end of file Modified: websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonListener.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonListener.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonListener.html Fri May 12 13:32:29 2023 @@ -35,6 +35,6 @@ <a class="jxr_linenumber" name="L27" href="#L27">27</a> } </pre> <hr/> -<div id="footer">Copyright © 2002–2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +<div id="footer">Copyright © 2002–2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> </body> </html> \ No newline at end of file Modified: websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonPermission.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonPermission.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonPermission.html Fri May 12 13:32:29 2023 @@ -447,6 +447,6 @@ <a class="jxr_linenumber" name="L439" href="#L439">439</a> </pre> <hr/> -<div id="footer">Copyright © 2002–2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +<div id="footer">Copyright © 2002–2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> </body> </html> \ No newline at end of file Modified: websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonUserSignal.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonUserSignal.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/DaemonUserSignal.html Fri May 12 13:32:29 2023 @@ -45,6 +45,6 @@ <a class="jxr_linenumber" name="L37" href="#L37">37</a> } </pre> <hr/> -<div id="footer">Copyright © 2002–2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> +<div id="footer">Copyright © 2002–2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> </body> </html> \ No newline at end of file Modified: websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/package-frame.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/package-frame.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/package-frame.html Fri May 12 13:32:29 2023 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> - <title>Apache Commons Daemon 1.3.3 Reference Package org.apache.commons.daemon</title> + <title>Apache Commons Daemon 1.3.4 Reference Package org.apache.commons.daemon</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" /> </head> <body> Modified: websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/package-summary.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/package-summary.html (original) +++ websites/production/commons/content/proper/commons-daemon/xref/org/apache/commons/daemon/package-summary.html Fri May 12 13:32:29 2023 @@ -4,7 +4,7 @@ <!-- generated by Apache Maven JXR (jdk8) --> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> - <title>Apache Commons Daemon 1.3.3 Reference Package org.apache.commons.daemon</title> + <title>Apache Commons Daemon 1.3.4 Reference Package org.apache.commons.daemon</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" /> </head> @@ -23,7 +23,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Daemon 1.3.3 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Daemon 1.3.4 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -111,7 +111,7 @@ <li>Index</li> <li>Help</li> </ul> - <div class="aboutLanguage"><em><strong>Apache Commons Daemon 1.3.3 Reference</strong></em></div> + <div class="aboutLanguage"><em><strong>Apache Commons Daemon 1.3.4 Reference</strong></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -131,7 +131,7 @@ </div> <div id="footer"> - Copyright © 2002–2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. + Copyright © 2002–2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. </div> </body> </html> \ No newline at end of file