Modified: websites/production/commons/content/proper/commons-daemon/changes-report.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/changes-report.html (original) +++ websites/production/commons/content/proper/commons-daemon/changes-report.html Mon Oct 10 13:43:06 2022 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 09 May 2022 + | Generated by Apache Maven Doxia at 10 October 2022 | 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="20220509" /> + <meta name="Date-Revision-yyyymmdd" content="20221010" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – Apache Commons Daemon Release Notes</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: 09 May 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.1</li> + <li id="publishDate">Last Published: 10 October 2022</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.2</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -119,11 +119,11 @@ </ul> <ul class="nav nav-list"> <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-info.html" title="Project Information"> Project Information</a> </li> - <li class="expanded"> + <li class="expanded"> <a href="project-reports.html" title="Project Reports"> Project Reports</a> <ul> @@ -155,10 +155,6 @@ <a href="rat-report.html" title="Rat Report"> Rat Report</a> </li> - <li class="none"> - <a href="jdepend-report.html" title="JDepend"> - JDepend</a> - </li> </ul> </li> </ul> @@ -267,252 +263,310 @@ <th>Date</th> <th>Description</th></tr> <tr class="b"> +<td><a href="#a1.3.2">1.3.2</a></td> +<td>2022-10-10</td> +<td>Bug fix release</td></tr> +<tr class="a"> <td><a href="#a1.3.1">1.3.1</a></td> <td>2022-05-09</td> <td>Bug fix release</td></tr> -<tr class="a"> +<tr class="b"> <td><a href="#a1.3.0">1.3.0</a></td> <td>2022-03-18</td> <td>Feature and bug fix release</td></tr> -<tr class="b"> +<tr class="a"> <td><a href="#a1.2.4">1.2.4</a></td> <td>2021-01-21</td> <td>Bug fix release</td></tr> -<tr class="a"> +<tr class="b"> <td><a href="#a1.2.3">1.2.3</a></td> <td>2020-09-01</td> <td>Bug fix release</td></tr> -<tr class="b"> +<tr class="a"> <td><a href="#a1.2.2">1.2.2</a></td> <td>2019-10-04</td> <td>Bug fix release</td></tr> -<tr class="a"> +<tr class="b"> <td><a href="#a1.2.1">1.2.1</a></td> <td>2019-09-09</td> <td>Bug fix release</td></tr> -<tr class="b"> +<tr class="a"> <td><a href="#a1.2.0">1.2.0</a></td> <td>2019-07-02</td> <td>Feature and bug fix release</td></tr> -<tr class="a"> +<tr class="b"> <td><a href="#a1.1.0">1.1.0</a></td> <td>2017-11-15</td> <td>Feature and bug fix release</td></tr></table></section><section> -<h3 id="a1.3.1">Release 1.3.1 – 2022-05-09</h3> +<h3 id="a1.3.2">Release 1.3.2 – 2022-10-10</h3> <table border="0" class="bodyTable"> -<tr class="b"> +<tr class="a"> <th>Type</th> <th>Changes</th> <th>By</th></tr> +<tr class="b"> +<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> +<td>Procrun. Remove noisy INFO log message that triggered logging once per + minute while the service was running.</td> +<td><a href="team-list.html#markt">markt</a></td></tr> +<tr class="a"> +<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> +<td>Fix typos in Javadoc and comments #50, #51. Thanks to Marc Wrobel.</td> +<td><a href="team-list.html#ggregory">ggregory</a></td></tr> +<tr class="b"> +<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> +<td>Procrun. The DependsOn parameter is no longer ignored when updating the + service configuration. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMOM-446">DAEMOM-446</a>.</td> +<td><a href="team-list.html#markt">markt</a></td></tr> +<tr class="a"> +<td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> +<td>Procrun. Fix crash and provide an error level log message when the user + attempts to start the service without configuring a JVM and none is + available via the registry. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMOM-448">DAEMOM-448</a>.</td> +<td><a href="team-list.html#markt">markt</a></td></tr> +<tr class="b"> +<td><img src="images/update.gif" alt="Update" title="Update" /></td> +<td>Bump actions/cache from 3.0.3 to 3.0.8. Thanks to Gary Gregory.</td> +<td><a href="team-list.html#ggregory">ggregory</a></td></tr> +<tr class="a"> +<td><img src="images/update.gif" alt="Update" title="Update" /></td> +<td>Bump actions/checkout from 3 to 3.0.2. Thanks to Gary Gregory.</td> +<td><a href="team-list.html#ggregory">ggregory</a></td></tr> +<tr class="b"> +<td><img src="images/update.gif" alt="Update" title="Update" /></td> +<td>Bump commons-parent from 53 to 54 #55. Thanks to Dependabot.</td> +<td><a href="team-list.html#ggregory">ggregory</a></td></tr> +<tr class="a"> +<td><img src="images/update.gif" alt="Update" title="Update" /></td> +<td>Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.2.0 #48, #52, #53. Thanks to Gary Gregory.</td> +<td><a href="team-list.html#ggregory">ggregory</a></td></tr> +<tr class="b"> +<td><img src="images/update.gif" alt="Update" title="Update" /></td> +<td>Bump jacoco-maven-plugin from 0.8.7 to 0.8.8. Thanks to Gary Gregory.</td> +<td><a href="team-list.html#ggregory">ggregory</a></td></tr> <tr class="a"> +<td><img src="images/update.gif" alt="Update" title="Update" /></td> +<td>Bump japicmp-maven-plugin from 0.15.4 to 0.16.0. Thanks to Gary Gregory.</td> +<td><a href="team-list.html#ggregory">ggregory</a></td></tr> +<tr class="b"> +<td><img src="images/update.gif" alt="Update" title="Update" /></td> +<td>Bump JUnit 4 to 5 vintage. Thanks to Gary Gregory.</td> +<td><a href="team-list.html#ggregory">ggregory</a></td></tr></table></section><section> +<h3 id="a1.3.1">Release 1.3.1 – 2022-05-09</h3> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>Type</th> +<th>Changes</th> +<th>By</th></tr> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Take account of LogLevel setting when logging to standard error so the user can opt to see messages at Info level and below. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-441">DAEMON-441</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Clear expected errors when checking for environment variables to prevent the expected errors from polluting subsequent log messages. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-441">DAEMON-441</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> -<td>Procrun. Only configure the logging to to be written to a file when +<td>Procrun. Only configure the logging to be written to a file when running as a service. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-441">DAEMON-441</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Clear logged error on service installation failure to prevent the error polluting subsequent log messages. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-441">DAEMON-441</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. When configuring permissions for the logging path, use the default path if no explicit logging path is specified. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-441">DAEMON-441</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. When logging issues configuring permissions for the logging path, explicitly state when default values are being used rather than logging blank values. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-441">DAEMON-441</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Increase the size limit on the message component of log entries to 4096 characters. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-442">DAEMON-442</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Ensure child processes are cleaned up if the service does not stop cleanly. #39 Thanks to jfclere.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Refactor multiple if statements to use switch. #45 Thanks to Arturo Bernal.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> -<td><img src="images/update.gif" alt="Update" title="Update" /></td> -<td>Bump actions/cache from 2.1.7 to 3.0.2 #41. Thanks to Dependabot, Gary Gregory.</td> -<td><a href="team-list.html#ggregory">ggregory</a></td></tr> <tr class="a"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> -<td>Bump actions/setup-java from 2 to 3 #43. Thanks to Dependabot.</td> +<td>Bump actions/cache from 2.1.7 to 3.0.3 #41. Thanks to Dependabot, Gary Gregory.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> <tr class="b"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> -<td>Bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0 #42. Thanks to Dependabot.</td> +<td>Bump actions/setup-java from 2 to 3.5.1 #43. Thanks to Dependabot.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> <tr class="a"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> +<td>Bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0 #42. Thanks to Dependabot.</td> +<td><a href="team-list.html#ggregory">ggregory</a></td></tr> +<tr class="b"> +<td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Bump commons-parent from 52 to 53 #44. Thanks to Dependabot.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr></table></section><section> <h3 id="a1.3.0">Release 1.3.0 – 2022-03-18</h3> <table border="0" class="bodyTable"> -<tr class="b"> +<tr class="a"> <th>Type</th> <th>Changes</th> <th>By</th></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. --StopTimeout can be used to define the time that procrun waits for service to exit, but INFINITE timeout was using instead. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-430">DAEMON-430</a>.</td> <td><a href="team-list.html#jfclere">jfclere</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Minor improvements to Java code #22, #31. Thanks to Arturo Bernal.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Minor improvement that allows to have WINVER nmake variable directly defined at compile time as ABI version in hexadecimal format.</td> <td><a href="team-list.html#mturk">mturk</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Log at Trace instead of Debug when a service reports its state from the prunsrv app. - This avoids the Debug log filling up as it adds two events per minute. + This avoids the Debug log filling up as it adds two events per minute. You can then stay in Debug logging to capture register, start, stop, and unregister Debug events. Thanks to Gary Gregory.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Miscellaneous logging improvements. Thanks to Gary Gregory.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Log the prunsrv function names at the Trace level. Thanks to Gary Gregory.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Only redirect stderr and stdout to files for the running service. Output from commands executed on the command line will not be redirected. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-437">DAEMON-437</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Ensure that the user configured to run the service is also granted access to the log file directory. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-437">DAEMON-437</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Ensure Trace is included in the logging levels exposed in the GUI.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> -<td>Procrun. Support --Startup=delayed for service installaion as well as +<td>Procrun. Support --Startup=delayed for service installation as well as service update. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-439">DAEMON-439</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Enable Dependabot #20. Thanks to John Patrick.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Procrun. reportServiceStatusE() shows scale of dwWaitHint as millisecond in logging. Thanks to Gary Gregory.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Procrun. reportServiceStatusE() shows a short description for dwCurrentState in logging. Thanks to Gary Gregory.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Procrun. Add support for a new log level called Trace, lower-level than Debug. Thanks to Gary Gregory.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Procrun. Add logging when failing to obtain a service's description from the registry. Thanks to Gary Gregory.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Procrun. Add logging when failing to set the options of a service. Thanks to Gary Gregory.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Bump actions/cache from v2 to v2.1.7 #24, #30, #36. Thanks to Dependabot.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Bump build actions/setup-java from v1.4.3 to v2. Thanks to Gary Gregory.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Bump commons.jacoco.version from 0.8.5 to 0.8.7. Thanks to Gary Gregory.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Bump commons.japicmp.version from 0.14.3 to 0.15.4. Thanks to Gary Gregory.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Bump junit from 4.13.1 to 4.13.2 #25. Thanks to Dependabot.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Bump commons.daemon.javaversion 1.6 -> 1.7. Thanks to Gary Gregory.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Bump spotbugs-maven-plugin from 4.4.2.2 to 4.5.2.0 #37. Thanks to Dependabot.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Update the release build instructions to use CMSC 15.0.44.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Bump actions/checkout from 2 to 3 #40. Thanks to Dependabot.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr></table></section><section> <h3 id="a1.2.4">Release 1.2.4 – 2021-01-21</h3> <table border="0" class="bodyTable"> -<tr class="b"> +<tr class="a"> <th>Type</th> <th>Changes</th> <th>By</th></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Ensure that log messages written to stdout and stderr are not lost during start-up. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-424">DAEMON-424</a>. Thanks to Bernhard Scholz.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Correct a regression introduced in 1.2.3. Enable the service to start if the Options value is not present in the registry. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-425">DAEMON-425</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>jsvc. Don't fail if the CAP_DAC_READ_SEARCH capability is not available. Fall back to using argv[0] rather than /proc/self/exe to determine the path for the current binary. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-426">DAEMON-426</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Remove some unnecessary code. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-428">DAEMON-428</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr></table></section><section> <h3 id="a1.2.3">Release 1.2.3 – 2020-09-01</h3> <table border="0" class="bodyTable"> -<tr class="a"> +<tr class="b"> <th>Type</th> <th>Changes</th> <th>By</th></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Correct multiple issues related to enabling a service to interact with the desktop. Provide a better error message if this option @@ -520,34 +574,34 @@ enabled if requested and correctly save the setting if it is enabled in the GUI. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-411">DAEMON-411</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>jsvc. Update the list of paths searched for libjvm.so to include the path used by OpenJDK 11. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-410">DAEMON-410</a>. Thanks to Richard Morrell.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Procrun. Add additional debug logging for Java start mode.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> -<td>jsvc. Remove incorrect definition 'supported_os' which defined in - psupport.m4 file to fix jsvc build error on s390, arm, aarch64, +<td>jsvc. Remove incorrect definition 'supported_os' which defined in + psupport.m4 file to fix jsvc build error on s390, arm, aarch64, mipsel and mips. Thanks to Ray Wang.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Procrun. More debug logging in prunsrv.c and javajni.c.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>jsvc. Update arguments.c to support Java 11 --enable-preview #18. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-419">DAEMON-419</a>. Thanks to mads1980.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>jsvc and Procrun. Add support for Java native memory tracking. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-412">DAEMON-412</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Procrun. Add a new command, print, that outputs the command to (re-)configure the service with the current settings. This is intended @@ -555,61 +609,61 @@ <td><a href="team-list.html#markt">markt</a></td></tr></table></section><section> <h3 id="a1.2.2">Release 1.2.2 – 2019-10-04</h3> <table border="0" class="bodyTable"> -<tr class="b"> +<tr class="a"> <th>Type</th> <th>Changes</th> <th>By</th></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Correct a regression in the fix for DAEMON-401 that prevented the service from starting unless support for the universal C runtime had been installed. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-408">DAEMON-408</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Update Commons-Parent to version 49.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Fix compiler warnings for unreferenced formal parameters.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Switch code to use more secure versions of Windows API calls to resolve warnings reported by newer versions of Visual Studio.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Correct the source assembly definitions to add README.md, CONTRIBUTING.md and HOWTO-RELEASE.txt, remove references to the deleted Ant build files and exclude the working directories of Windows binary builds.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>More startup on Windows logging in javajni.c. #14.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr></table></section><section> <h3 id="a1.2.1">Release 1.2.1 – 2019-09-09</h3> <table border="0" class="bodyTable"> -<tr class="a"> +<tr class="b"> <th>Type</th> <th>Changes</th> <th>By</th></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>jsvc. Correct debug log message that reports change in umask. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-403">DAEMON-403</a>. Thanks to Charles.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Correct a regression in the previous fix for this issue that caused 32-bit services to crash on start-up. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-401">DAEMON-401</a>. Thanks to Norimasa Yamamoto.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Correct a regression in the fix for DAEMON-391 that caused the - GUI to mix-up the WARN and INFO logging levels. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-407">DAEMON-407</a>.</td> + GUI to mix up the WARN and INFO logging levels. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-407">DAEMON-407</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Expand the search for a valid Java runtime library to include the current JDK home defined in the Windows registry. Fully document the @@ -617,282 +671,282 @@ <td><a href="team-list.html#markt">markt</a></td></tr></table></section><section> <h3 id="a1.2.0">Release 1.2.0 – 2019-07-02</h3> <table border="0" class="bodyTable"> -<tr class="b"> +<tr class="a"> <th>Type</th> <th>Changes</th> <th>By</th></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Add to OPT_LFLAGS rather than overwrite OPT_LFLAGS when setting /OPT:REF in the make file for Windows. Thanks to mturk.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Only set the global shutdown event if the event is created. Thanks to mturk.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Unable to build with Java 9 using ant; dropped Ant build files. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-379">DAEMON-379</a>.</td> <td><a href="team-list.html#sebb">sebb</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. prunsrv stopping with error due to hard-coded timeout. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-384">DAEMON-384</a>. Thanks to blassmegod.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Update config.guess and config.sub. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-385">DAEMON-385</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Jsvc. Set the sun.java.command system property when starting via jsvc so that tools like jconsole show something meaningful for the process name. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-388">DAEMON-388</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Correct the level name used in the GUI for WARN so that changes made via the GUI are recognised. Order the log levels in the drop-down from ERROR to DEBUG. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-391">DAEMON-391</a>. Thanks to Thorsten Schöning.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Correct reversed code comments for JRE and JDK locations in the registry. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-393">DAEMON-393</a>. Thanks to Daniel Hofmann.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Undefined behavior in registry.c dwRegKey = dwRegKey++. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-392">DAEMON-392</a>. Thanks to Daniel Hofmann.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Fix a bug that meant a value provided for LibraryPath replaced the value of the PATH environment variable rather than prepended to it. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-396">DAEMON-396</a>. Thanks to Gerwin.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Ensure that JAVA_HOME/bin is on the path when running in jvm mode so that additional DLLs, such as awt.dll, can be found if required. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-396">DAEMON-396</a>. Thanks to Gerwin.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Ensure that the java.library.path environment variable is correctly configured when running on a JRE that depends on the Universal CRT. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-396">DAEMON-396</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Procrun. Log the error code returned if JVM creation fails to aid debugging.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Harden the Windows binaries against DLL hijacking in the directory where the binaries are located.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Ensure that environment variables set via prunsrv are visible to native libraries that depend on the Universal CRT. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-401">DAEMON-401</a>. Thanks to Jonathan Gallimore.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Procrun. Add 'NT Authority\LocalService' and 'NT Authority\NetworkService' as options to the Log On user interface.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Procrun. Change the default service user from LocalSystem to 'NT Authority\LocalService'.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Avoid a crash on shutdown if multiple WM_CLOSE messages are received. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-402">DAEMON-402</a>. Thanks to Iode Leroy.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Ignore blank lines inserted into the Java Options and/or Java 9 Options text areas. This prevents settings after the first blank line from being lost when saved to the registry. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-394">DAEMON-394</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Remove the code that removed quotes from configured Java and Java 9 Options. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-399">DAEMON-399</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Procrun. Ensure that vfprintf is the first parameter passed when using JNI to create the JVM as a workaround for startup error messages not being visible on stdout or stderr. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-398">DAEMON-398</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Procrun. Add an option to configure the service to use the 'Automatic (Delayed Start)' startup mode. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-303">DAEMON-303</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Procrun. When running in jre mode, if the standard Java registry entries for JavaHome and RuntimeLib are not present, attempt to use the Procrun JavaHome key to find the runtime library. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-329">DAEMON-329</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>jsvc. Include the full path to the jsvc executable in the debug log. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-297">DAEMON-297</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> -<td>jsvc. Improve search for libjli.dylib on MacOS when using custom built +<td>jsvc. Improve search for libjli.dylib on macOS when using custom-built OpenJDK binaries. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-397">DAEMON-397</a>. Thanks to Petr Hadraba.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> -<td>Procun. Improve log messages for interactions with the Windows service. Thanks to ggregory.</td> +<td>Procrun. Improve log messages for interactions with the Windows service. Thanks to ggregory.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>jsvc. Improve mips detection. Thanks to YunQiang Su.</td> <td><a href="team-list.html#markt">markt</a></td></tr></table></section><section> <h3 id="a1.1.0">Release 1.1.0 – 2017-11-15</h3> <table border="0" class="bodyTable"> -<tr class="b"> +<tr class="a"> <th>Type</th> <th>Changes</th> <th>By</th></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Add DEBUG and ERROR logging to help diagnose problems when starting a Windows Service. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-368">DAEMON-368</a>.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Update the minimum Java requirement from version 5 to 6. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-371">DAEMON-371</a>.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Increase minimum Java version to Java 5.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Add AArch64 support to src/native/unix/support/apsupport.m4. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-347">DAEMON-347</a>. Thanks to Ganesh Raju.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Compile the Windows binaries with the /DYNAMICBASE and /NXCOMPAT switches. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-346">DAEMON-346</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Remove calls to explicit garbage collection during daemon start and stop. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-333">DAEMON-333</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Update config.guess and config.sub to add support, amongst others, for the 64-bit PowerPC Little-Endian architecture. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-343">DAEMON-343</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Ensure that the PID file on Windows, if used, is readable by other processes. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-332">DAEMON-332</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Update Commons-Parent to version 41.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Update apsupport.m4 add support for 64-bit PowerPC architectures. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-358">DAEMON-358</a>. Thanks to Gustavo Romero.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Suppress spurious "The data area passed to a system call is too small" error message in the log when Procrun fails to stop the service. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-282">DAEMON-282</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Move attributions from @author in Javadocs to POM. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-370">DAEMON-370</a>. Thanks to Amey Jadiye.</td> <td><a href="team-list.html#ggregory">ggregory</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Enable jsvc to start when running on Java 9. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-373">DAEMON-373</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Fix a resource leak opening the JVM configuration file. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-324">DAEMON-324</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Improve the jsvc code that restarts the process if the JVM crashes so that if the JVM crashes after a signal has been received to shut down jsvc does not attempt to restart the JVM. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-339">DAEMON-339</a>. Thanks to John Wehle.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Ensure that the child process is started with the correct umask. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-318">DAEMON-318</a>. Thanks to Markus Schneider.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Correct conflicting information for the behavior of Procrun when using jvm mode. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-309">DAEMON-309</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Ensure that, when using Procrun in java or exe mode, the service process waits for the stop process to complete before starting clean-up to avoid a crash in the stop process. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-372">DAEMON-372</a>. Thanks to Sérgio Ozaki.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Enable jsvc to find the jvm when running on AIX. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-310">DAEMON-310</a>. Thanks to John Wehle.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Ensure that Procrun treats JVM crashes as service failures so the recovery options will apply. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-302">DAEMON-302</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> -<td>Ensure that the //MQ command closes the prunmgr process even if the +<td>Ensure that the //MQ command closes the prunmgr process even if the configuration dialog is open when the //MQ command is used. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-312">DAEMON-312</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>When looking in the Windows registry for JRE and JDK installation locations, additionally check the registry keys used by IBM provided JREs and JDKs. Do this after checking the keys used by Oracle provided JREs and JDKs. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-311">DAEMON-311</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>When looking in the Windows registry for JRE and JDK installation locations, additionally check the registry keys used by Oracle provided Java 9 and later JREs and JDKs. Do this after checking the keys used by Oracle provided Java 8 and earlier JREs and JDKs. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-376">DAEMON-376</a>.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Add support for Java 9 command line arguments to jsvc. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-374">DAEMON-374</a>. Thanks to Rashmi Ranjan Mohanty.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Add a restarts options to jsvc to control the number of permitted restarts after a system crash. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-334">DAEMON-334</a>. Thanks to Brett Delle Grazie.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/remove.gif" alt="Remove" title="Remove" /></td> <td>Remove support for building Procrun for the Itanium platform.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/update.gif" alt="Update" title="Update" /></td> <td>Make Windows XP the minimum support target platform.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="b"> +<tr class="a"> <td><img src="images/add.gif" alt="Add" title="Add" /></td> <td>Add support to Procrun for separate JVM options for use when running on Java 9 and above.</td> <td><a href="team-list.html#markt">markt</a></td></tr> -<tr class="a"> +<tr class="b"> <td><img src="images/fix.gif" alt="Fix" title="Fix" /></td> <td>Fix race conditions in PID file handling in jsvc. Fixes <a class="externalLink" href="https://issues.apache.org/jira/browse/DAEMON-377">DAEMON-377</a>. Thanks to Rustam Abdullaev.</td> <td><a href="team-list.html#markt">markt</a></td></tr></table></section></section>
Modified: websites/production/commons/content/proper/commons-daemon/ci-management.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/ci-management.html (original) +++ websites/production/commons/content/proper/commons-daemon/ci-management.html Mon Oct 10 13:43:06 2022 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 09 May 2022 + | Generated by Apache Maven Doxia at 10 October 2022 | 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="20220509" /> + <meta name="Date-Revision-yyyymmdd" content="20221010" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – CI 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: 09 May 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.1</li> + <li id="publishDate">Last Published: 10 October 2022</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.2</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -119,7 +119,7 @@ </ul> <ul class="nav nav-list"> <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li> - <li class="expanded"> + <li class="expanded"> <a href="project-info.html" title="Project Information"> Project Information</a> <ul> @@ -152,6 +152,10 @@ Dependency Information</a> </li> <li class="none"> + <a href="dependency-management.html" title="Dependency Management"> + Dependency Management</a> + </li> + <li class="none"> <a href="dependencies.html" title="Dependencies"> Dependencies</a> </li> @@ -169,7 +173,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html" title="Project Reports"> Project Reports</a> </li> @@ -272,11 +276,11 @@ <td class="content"> <section> <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a> -<p>This project uses <a class="externalLink" href="https://www.jenkins.io/">Jenkins</a>.</p></section><section> +<p>This project uses <a class="externalLink" href="https://github.com/features/actions/">GitHub Actions</a>.</p></section><section> <h2><a name="Access"></a>Access</h2><a name="Access"></a> <p>The following is a link to the continuous integration system used by the project:</p> <div class="source"> -<pre><a class="externalLink" href="https://builds.apache.org/">https://builds.apache.org/</a></pre></div></section><section> +<pre><a class="externalLink" href="https://github.com/apache/commons-parent/actions">https://github.com/apache/commons-parent/actions</a></pre></div></section><section> <h2><a name="Notifiers"></a>Notifiers</h2><a name="Notifiers"></a> <p>No notifiers are defined. Please check back at a later date.</p></section> </td> Modified: websites/production/commons/content/proper/commons-daemon/dependencies.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/dependencies.html (original) +++ websites/production/commons/content/proper/commons-daemon/dependencies.html Mon Oct 10 13:43:06 2022 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 09 May 2022 + | Generated by Apache Maven Doxia at 10 October 2022 | 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="20220509" /> + <meta name="Date-Revision-yyyymmdd" content="20221010" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – Project Dependencies</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: 09 May 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.1</li> + <li id="publishDate">Last Published: 10 October 2022</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.2</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -119,7 +119,7 @@ </ul> <ul class="nav nav-list"> <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li> - <li class="expanded"> + <li class="expanded"> <a href="project-info.html" title="Project Information"> Project Information</a> <ul> @@ -151,6 +151,10 @@ <a href="dependency-info.html" title="Dependency Information"> Dependency Information</a> </li> + <li class="none"> + <a href="dependency-management.html" title="Dependency Management"> + Dependency Management</a> + </li> <li class="none active"> <a href="dependencies.html" title="Dependencies"> Dependencies</a> @@ -169,7 +173,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html" title="Project Reports"> Project Reports</a> </li> @@ -282,11 +286,11 @@ <th>Type</th> <th>Licenses</th></tr> <tr class="b"> -<td align="left">junit</td> -<td><a class="externalLink" href="http://junit.org">junit</a></td> -<td>4.13.2</td> +<td align="left">org.junit.vintage</td> +<td><a class="externalLink" href="https://junit.org/junit5/">junit-vintage-engine</a></td> +<td>5.9.1</td> <td>jar</td> -<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License 1.0</a></td></tr></table></section></section><a name="Project_Transitive_Dependencies"></a><section> +<td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr></table></section></section><a name="Project_Transitive_Dependencies"></a><section> <h2><a name="Project_Transitive_Dependencies"></a>Project Transitive Dependencies</h2> <p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><a name="Project_Transitive_Dependencies_test"></a><section> <h3><a name="test"></a>test</h3> @@ -299,11 +303,41 @@ <th>Type</th> <th>Licenses</th></tr> <tr class="b"> +<td align="left">junit</td> +<td><a class="externalLink" href="http://junit.org">junit</a></td> +<td>4.13.2</td> +<td>jar</td> +<td><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License 1.0</a></td></tr> +<tr class="a"> +<td align="left">org.apiguardian</td> +<td><a class="externalLink" href="https://github.com/apiguardian-team/apiguardian">apiguardian-api</a></td> +<td>1.1.2</td> +<td>jar</td> +<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache License, Version 2.0</a></td></tr> +<tr class="b"> <td align="left">org.hamcrest</td> <td><a class="externalLink" href="https://github.com/hamcrest/JavaHamcrest/hamcrest-core">hamcrest-core</a></td> <td>1.3</td> <td>jar</td> -<td><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a></td></tr></table></section></section><a name="Project_Dependency_Graph"></a><section> +<td><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a></td></tr> +<tr class="a"> +<td align="left">org.junit.platform</td> +<td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-commons</a></td> +<td>1.9.1</td> +<td>jar</td> +<td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> +<tr class="b"> +<td align="left">org.junit.platform</td> +<td><a class="externalLink" href="https://junit.org/junit5/">junit-platform-engine</a></td> +<td>1.9.1</td> +<td>jar</td> +<td><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></td></tr> +<tr class="a"> +<td align="left">org.opentest4j</td> +<td><a class="externalLink" href="https://github.com/ota4j-team/opentest4j">opentest4j</a></td> +<td>1.2.0</td> +<td>jar</td> +<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache License, Version 2.0</a></td></tr></table></section></section><a name="Project_Dependency_Graph"></a><section> <h2><a name="Project_Dependency_Graph"></a>Project Dependency Graph</h2> <script language="javascript" type="text/javascript"> function toggleDependencyDetails( divId, imgId ) @@ -327,7 +361,7 @@ <a name="Dependency_Tree"></a><section> <h3><a name="Dependency_Tree"></a>Dependency Tree</h3> <ul> -<li>commons-daemon:commons-daemon:jar:1.3.1 <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep0" style="display:none"> +<li>commons-daemon:commons-daemon:jar:1.3.2 <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep0" style="display:none"> <table border="0" class="bodyTable"> <tr class="a"> <th>Apache Commons Daemon</th></tr> @@ -340,7 +374,45 @@ <p><b>URL: </b><a class="externalLink" href="https://commons.apache.org/proper/commons-daemon/">https://commons.apache.org/proper/commons-daemon/</a></p> <p><b>Project Licenses: </b><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div> <ul> -<li>junit:junit:jar:4.13.2 (test) <img id="_img3" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep2', '_img3' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep2" style="display:none"> +<li>org.junit.vintage:junit-vintage-engine:jar:5.9.1 (test) <img id="_img3" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep2', '_img3' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep2" style="display:none"> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>JUnit Vintage Engine</th></tr> +<tr class="b"> +<td> +<p><b>Description: </b>Module "junit-vintage-engine" of JUnit 5.</p> +<p><b>URL: </b><a class="externalLink" href="https://junit.org/junit5/">https://junit.org/junit5/</a></p> +<p><b>Project Licenses: </b><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></p></td></tr></table></div> +<ul> +<li>org.junit.platform:junit-platform-engine:jar:1.9.1 (test) <img id="_img5" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep4', '_img5' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep4" style="display:none"> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>JUnit Platform Engine API</th></tr> +<tr class="b"> +<td> +<p><b>Description: </b>Module "junit-platform-engine" of JUnit 5.</p> +<p><b>URL: </b><a class="externalLink" href="https://junit.org/junit5/">https://junit.org/junit5/</a></p> +<p><b>Project Licenses: </b><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></p></td></tr></table></div> +<ul> +<li>org.opentest4j:opentest4j:jar:1.2.0 (test) <img id="_img7" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep6', '_img7' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep6" style="display:none"> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>org.opentest4j:opentest4j</th></tr> +<tr class="b"> +<td> +<p><b>Description: </b>Open Test Alliance for the JVM</p> +<p><b>URL: </b><a class="externalLink" href="https://github.com/ota4j-team/opentest4j">https://github.com/ota4j-team/opentest4j</a></p> +<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache License, Version 2.0</a></p></td></tr></table></div></li> +<li>org.junit.platform:junit-platform-commons:jar:1.9.1 (test) <img id="_img9" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep8', '_img9' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep8" style="display:none"> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>JUnit Platform Commons</th></tr> +<tr class="b"> +<td> +<p><b>Description: </b>Module "junit-platform-commons" of JUnit 5.</p> +<p><b>URL: </b><a class="externalLink" href="https://junit.org/junit5/">https://junit.org/junit5/</a></p> +<p><b>Project Licenses: </b><a class="externalLink" href="https://www.eclipse.org/legal/epl-v20.html">Eclipse Public License v2.0</a></p></td></tr></table></div></li></ul></li> +<li>junit:junit:jar:4.13.2 (test) <img id="_img11" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep10', '_img11' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep10" style="display:none"> <table border="0" class="bodyTable"> <tr class="a"> <th>JUnit</th></tr> @@ -350,7 +422,7 @@ <p><b>URL: </b><a class="externalLink" href="http://junit.org">http://junit.org</a></p> <p><b>Project Licenses: </b><a class="externalLink" href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License 1.0</a></p></td></tr></table></div> <ul> -<li>org.hamcrest:hamcrest-core:jar:1.3 (test) <img id="_img5" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep4', '_img5' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep4" style="display:none"> +<li>org.hamcrest:hamcrest-core:jar:1.3 (test) <img id="_img13" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep12', '_img13' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep12" style="display:none"> <table border="0" class="bodyTable"> <tr class="a"> <th>Hamcrest Core</th></tr> @@ -358,10 +430,21 @@ <td> <p><b>Description: </b>This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.</p> <p><b>URL: </b><a class="externalLink" href="https://github.com/hamcrest/JavaHamcrest/hamcrest-core">https://github.com/hamcrest/JavaHamcrest/hamcrest-core</a></p> -<p><b>Project Licenses: </b><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a></p></td></tr></table></div></li></ul></li></ul></li></ul></section></section><a name="Licenses"></a><section> +<p><b>Project Licenses: </b><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a></p></td></tr></table></div></li></ul></li> +<li>org.apiguardian:apiguardian-api:jar:1.1.2 (test) <img id="_img15" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep14', '_img15' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep14" style="display:none"> +<table border="0" class="bodyTable"> +<tr class="a"> +<th>org.apiguardian:apiguardian-api</th></tr> +<tr class="b"> +<td> +<p><b>Description: </b>@API Guardian</p> +<p><b>URL: </b><a class="externalLink" href="https://github.com/apiguardian-team/apiguardian">https://github.com/apiguardian-team/apiguardian</a></p> +<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache License, Version 2.0</a></p></td></tr></table></div></li></ul></li></ul></li></ul></section></section><a name="Licenses"></a><section> <h2><a name="Licenses"></a>Licenses</h2> +<p><b>The Apache License, Version 2.0: </b>org.apiguardian:apiguardian-api, org.opentest4j:opentest4j</p> <p><b>Eclipse Public License 1.0: </b>JUnit</p> <p><b>Apache License, Version 2.0: </b>Apache Commons Daemon</p> +<p><b>Eclipse Public License v2.0: </b>JUnit Platform Commons, JUnit Platform Engine API, JUnit Vintage Engine</p> <p><b>New BSD License: </b>Hamcrest Core</p></section><a name="Dependency_File_Details"></a><section> <h2><a name="Dependency_File_Details"></a>Dependency File Details</h2> <table border="0" class="bodyTable"> @@ -382,6 +465,14 @@ <td align="center">1.5</td> <td align="center">Yes</td></tr> <tr class="a"> +<td align="left">apiguardian-api-1.1.2.jar</td> +<td align="right">6.8 kB</td> +<td align="right">9</td> +<td align="right">3</td> +<td align="right">2</td> +<td align="center">-</td> +<td align="center">Yes</td></tr> +<tr class="b"> <td align="left">hamcrest-core-1.3.jar</td> <td align="right">45 kB</td> <td align="right">52</td> @@ -389,7 +480,39 @@ <td align="right">3</td> <td align="center">1.5</td> <td align="center">Yes</td></tr> +<tr class="a"> +<td align="left">junit-platform-commons-1.9.1.jar</td> +<td align="right">103 kB</td> +<td align="right">64</td> +<td align="right">44</td> +<td align="right">7</td> +<td align="center">-</td> +<td align="center">Yes</td></tr> +<tr class="b"> +<td align="left">junit-platform-engine-1.9.1.jar</td> +<td align="right">188.2 kB</td> +<td align="right">143</td> +<td align="right">127</td> +<td align="right">9</td> +<td align="center">-</td> +<td align="center">Yes</td></tr> +<tr class="a"> +<td align="left">junit-vintage-engine-5.9.1.jar</td> +<td align="right">66.9 kB</td> +<td align="right">49</td> +<td align="right">35</td> +<td align="right">6</td> +<td align="center">-</td> +<td align="center">Yes</td></tr> <tr class="b"> +<td align="left">opentest4j-1.2.0.jar</td> +<td align="right">7.7 kB</td> +<td align="right">11</td> +<td align="right">7</td> +<td align="right">2</td> +<td align="center">-</td> +<td align="center">Yes</td></tr> +<tr class="a"> <th>Total</th> <th>Size</th> <th>Entries</th> @@ -397,22 +520,22 @@ <th>Packages</th> <th>Java Version</th> <th>Debug Information</th></tr> -<tr class="a"> -<td align="right">2</td> -<td align="right">429.6 kB</td> -<td align="right">441</td> -<td align="right">395</td> -<td align="right">35</td> -<td align="center">1.5</td> -<td align="right">2</td></tr> <tr class="b"> -<td align="right">test: 2</td> -<td align="right">test: 429.6 kB</td> -<td align="right">test: 441</td> -<td align="right">test: 395</td> -<td align="right">test: 35</td> +<td align="right">7</td> +<td align="right">802.2 kB</td> +<td align="right">717</td> +<td align="right">611</td> +<td align="right">61</td> +<td align="center">1.5</td> +<td align="right">7</td></tr> +<tr class="a"> +<td align="right">test: 7</td> +<td align="right">test: 802.2 kB</td> +<td align="right">test: 717</td> +<td align="right">test: 611</td> +<td align="right">test: 61</td> <td align="center">-</td> -<td align="right">test: 2</td></tr></table></section> +<td align="right">test: 7</td></tr></table></section> </td> </tr> </table> Modified: websites/production/commons/content/proper/commons-daemon/dependency-convergence.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/dependency-convergence.html (original) +++ websites/production/commons/content/proper/commons-daemon/dependency-convergence.html Mon Oct 10 13:43:06 2022 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 09 May 2022 + | Generated by Apache Maven Doxia at 10 October 2022 | 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="20220509" /> + <meta name="Date-Revision-yyyymmdd" content="20221010" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – Dependency Convergence</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: 09 May 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.1</li> + <li id="publishDate">Last Published: 10 October 2022</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.2</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -119,7 +119,7 @@ </ul> <ul class="nav nav-list"> <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li> - <li class="expanded"> + <li class="expanded"> <a href="project-info.html" title="Project Information"> Project Information</a> <ul> @@ -152,6 +152,10 @@ Dependency Information</a> </li> <li class="none"> + <a href="dependency-management.html" title="Dependency Management"> + Dependency Management</a> + </li> + <li class="none"> <a href="dependencies.html" title="Dependencies"> Dependencies</a> </li> @@ -169,7 +173,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html" title="Project Reports"> Project Reports</a> </li> @@ -277,10 +281,10 @@ </caption> <tr class="a"> <th>Number of dependencies (NOD):</th> -<td>2</td></tr> +<td>7</td></tr> <tr class="b"> <th>Number of unique artifacts (NOA):</th> -<td>2</td></tr> +<td>7</td></tr> <tr class="a"> <th>Number of version-conflicting artifacts (NOC):</th> <td>0</td></tr> Modified: websites/production/commons/content/proper/commons-daemon/dependency-info.html ============================================================================== --- websites/production/commons/content/proper/commons-daemon/dependency-info.html (original) +++ websites/production/commons/content/proper/commons-daemon/dependency-info.html Mon Oct 10 13:43:06 2022 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia at 09 May 2022 + | Generated by Apache Maven Doxia at 10 October 2022 | 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="20220509" /> + <meta name="Date-Revision-yyyymmdd" content="20221010" /> <meta http-equiv="Content-Language" content="en" /> <title>Daemon – Dependency 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: 09 May 2022</li> - <li class="divider">|</li> <li id="projectVersion">Version: 1.3.1</li> + <li id="publishDate">Last Published: 10 October 2022</li> + <li class="divider">|</li> <li id="projectVersion">Version: 1.3.2</li> </ul> <div class="pull-right"> <ul class="nav"> <li> @@ -119,7 +119,7 @@ </ul> <ul class="nav nav-list"> <li class="nav-header"><i class="icon-info-sign"></i>Project Documentation</li> - <li class="expanded"> + <li class="expanded"> <a href="project-info.html" title="Project Information"> Project Information</a> <ul> @@ -152,6 +152,10 @@ Dependency Information</a> </li> <li class="none"> + <a href="dependency-management.html" title="Dependency Management"> + Dependency Management</a> + </li> + <li class="none"> <a href="dependencies.html" title="Dependencies"> Dependencies</a> </li> @@ -169,7 +173,7 @@ </li> </ul> </li> - <li class="collapsed"> + <li class="collapsed"> <a href="project-reports.html" title="Project Reports"> Project Reports</a> </li> @@ -277,30 +281,30 @@ <pre><dependency> <groupId>commons-daemon</groupId> <artifactId>commons-daemon</artifactId> - <version>1.3.1</version> + <version>1.3.2</version> </dependency></pre></div></section><section> <h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a> <div class="source"> -<pre>'commons-daemon:commons-daemon:jar:1.3.1'</pre></div></section><section> +<pre>'commons-daemon:commons-daemon:jar:1.3.2'</pre></div></section><section> <h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a> <div class="source"> -<pre><dependency org="commons-daemon" name="commons-daemon" rev="1.3.1"> +<pre><dependency org="commons-daemon" name="commons-daemon" rev="1.3.2"> <artifact name="commons-daemon" type="jar" /> </dependency></pre></div></section><section> <h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a> <div class="source"> <pre>@Grapes( -@Grab(group='commons-daemon', module='commons-daemon', version='1.3.1') +@Grab(group='commons-daemon', module='commons-daemon', version='1.3.2') )</pre></div></section><section> <h3><a name="Gradle.2FGrails"></a>Gradle/Grails</h3><a name="Gradle.2FGrails"></a> <div class="source"> -<pre>compile 'commons-daemon:commons-daemon:1.3.1'</pre></div></section><section> +<pre>compile 'commons-daemon:commons-daemon:1.3.2'</pre></div></section><section> <h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a> <div class="source"> -<pre>libraryDependencies += "commons-daemon" % "commons-daemon" % "1.3.1"</pre></div></section><section> +<pre>libraryDependencies += "commons-daemon" % "commons-daemon" % "1.3.2"</pre></div></section><section> <h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a> <div class="source"> -<pre>[commons-daemon "1.3.1"]</pre></div></section></section> +<pre>[commons-daemon "1.3.2"]</pre></div></section></section> </td> </tr> </table>
