Revisions of apache-commons-daemon

buildservice-autocommit accepted request 1172174 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 52)
baserev update by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) accepted request 1172167 from Gus Kenion's avatar Gus Kenion (gkenion) (revision 51)
GCC 14 compatibility fix.
buildservice-autocommit accepted request 1147972 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 50)
baserev update by copy to link target
buildservice-autocommit accepted request 1144485 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 48)
baserev update by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) committed (revision 47)
Fridrich Strba's avatar Fridrich Strba (fstrba) committed (revision 46)
Fridrich Strba's avatar Fridrich Strba (fstrba) accepted request 1118219 from David Anes's avatar David Anes (david.anes) (revision 45)
- Update to 1.3.4:
  * Procrun. Configured stack size now applies to the main thread 
    when running in JVM mode. Fixes DAEMON-451.
  * Procrun. If the specified log directory does not exist, attempt
    to create any missing parent directories, as well as the 
    specified directory, when the service starts. Fixes DAEMON-452.
  * Procrun. Allow Windows service dependencies to be managed by 
    Procrun or by 'sc config ...'. Fixes DAEMON-458.
  * jsvc. Fix DaemonController.reload() only working the first time
    it is called. Fixes DAEMON-459. Thanks to Klaus Malorny.
  * jsvc. Remove incorrent definition 'supported_os' which defined
    in psupport.m4 file to fix jsvc build error on riscv64.
  * Bump commons-parent from 54 to 57 #71, #91.
buildservice-autocommit accepted request 1084292 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 44)
baserev update by copy to link target
David Anes's avatar David Anes (david.anes) accepted request 1084187 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 43)
- Update to 1.3.3:
  * Fixes:
    - Procrun. Follow-up to ensure all child processes are cleaned
      up if the service does not stop cleanly.
    - Procrun. Fix creation of duplicate ACL entries on some
      Windows platforms.
  * Updates:
    - Bump actions/cache from 3.0.8 to 3.0.11.
    - Bump actions/checkout from 3.0.2 to 3.1.0.
    - Bump actions/setup-java from 3.5.1 to 3.6.0.
    - Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.3.0.
buildservice-autocommit accepted request 1031119 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 42)
baserev update by copy to link target
David Anes's avatar David Anes (david.anes) accepted request 1030260 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 41)
- Update to 1.3.2:
  * Fixes:
    - Procrun. Remove noisy INFO log message that triggered logging
      once per minute while the service was running.
    - Fix typos in Javadoc and comments.
    - Procrun. The DependsOn parameter is no longer ignored when
      updating the service configuration.
    - 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.
  * Updates:
    - Bump actions/cache from 3.0.3 to 3.0.8.
    - Bump actions/checkout from 3 to 3.0.2.
    - Bump commons-parent from 53 to 54.
    - Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.2.0.
    - Bump jacoco-maven-plugin from 0.8.7 to 0.8.8.
    - Bump japicmp-maven-plugin from 0.15.4 to 0.16.0.
    - Bump JUnit 4 to 5 vintage.
  * Remove apache-commons-daemon-riscv64.patch already upstream
buildservice-autocommit accepted request 963052 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 40)
baserev update by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) committed (revision 39)
Fridrich Strba's avatar Fridrich Strba (fstrba) committed (revision 38)
buildservice-autocommit accepted request 868928 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 37)
baserev update by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) committed (revision 36)
Fridrich Strba's avatar Fridrich Strba (fstrba) accepted request 868860 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 35)
- Update to 1.2.4
  * Procrun. Ensure that log messages written to stdout and stderr
    are not lost during start-up.
  * Procrun. Correct a regression introduced in 1.2.3. Enable the
    service to start if the Options value is not present in the
	registry.
  * 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.
  * Improved JRE/JDK detection to support increased range of both
    JVM versions and vendors
buildservice-autocommit accepted request 845453 from Fridrich Strba's avatar Fridrich Strba (fstrba) (revision 34)
baserev update by copy to link target
Fridrich Strba's avatar Fridrich Strba (fstrba) accepted request 844231 from Pedro Monreal Gonzalez's avatar Pedro Monreal Gonzalez (pmonrealgonzalez) (revision 33)
- Update to 1.2.3
  * Fix: Procrun. Correct multiple issues related to enabling a
    service to interact with the desktop. Provide a better error
    message if this option is used with an invalid user, install
    the service with the option enabled if requested and correctly
    save the setting if it is enabled in the GUI.
  * Fix: jsvc. Update the list of paths searched for libjvm.so to
    include the path used by OpenJDK 11.
  * Add: Procrun. Add additional debug logging for Java start mode.
  * Fix: jsvc. Remove incorrect definition 'supported_os' which
    defined in psupport.m4 file to fix jsvc build error on s390,
    arm, aarch64, mipsel and mips.
  * Add: More debug logging in prunsrv.c and javajni.c.
  * Add: Update arguments.c to support Java 11 --enable-preview.
  * Add: jsvc and Procrun. Add support for Java native memory tracking.
  * Add: Procrun. Add a new command, print, that outputs the command to
    (re-)configure the service with the current settings. This is
    intended to be used to save settings such as before an upgrade.
- Rebase apache-commons-daemon-riscv64.patch
- Remove apache-commons-daemon-s390x.patch fixed upstream
Displaying revisions 1 - 20 of 52
openSUSE Build Service is sponsored by