Document the deprecation of CronjobUtil
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 4 Aug 2022 12:27:21 +0000 (14:27 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 4 Aug 2022 12:27:21 +0000 (14:27 +0200)
see WoltLab/WCF#4923

docs/migration/wsc55/deprecations_removals.md
docs/migration/wsc55/libraries.md

index 8526d449b7d96eff182fa6e70a01d80335ee509c..e910069ecdb908c4c4e2da65a034616990059528 100644 (file)
@@ -11,6 +11,7 @@ With version 5.6, we have deprecated certain components and removed several othe
 #### Classes
 
 - `wcf\SensitiveArgument` ([WoltLab/WCF#4802](https://github.com/WoltLab/WCF/pull/4802))
+- `wcf\util\CronjobUtil` ([WoltLab/WCF#4923](https://github.com/WoltLab/WCF/pull/4923))
 
 #### Methods
 
index 30e8be0eff5c91c812fd2cb6b1b792abc1b4c85e..ca9b8d667358b72074d9cf0ad81966ba71a59703 100644 (file)
@@ -25,3 +25,9 @@ The `wcf\util\Diff::rawDiffFromSebastianDiff()` method was added as a compatibil
 Refer to the documentation within the [sebastianbergmann/diff](https://github.com/sebastianbergmann/diff) repository for details on how to use the library.
 
 See [WoltLab/WCF#4918](https://github.com/WoltLab/WCF/pull/4918) for examples on how to use the compatibility helper if you need to preserve the output format for the time being.
+
+## Cronjobs
+
+WoltLab Suite 5.6 ships with dragonmantank/cron-expression as a replacement for `wcf\util\CronjobUtil`.
+
+This library is considered an internal library / implementation detail and not covered by backwards compatibility promises of WoltLab Suite.