Sundial
Sundial copied to clipboard
A Light-weight Job Scheduling Framework
Bumps maven-bundle-plugin from 5.1.2 to 5.1.8. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.4.0. Release notes Sourced from maven-javadoc-plugin's releases. 3.3.2 What's Changed [MJAVADOC-530] - Clean up additionalparam documentation by @marschall in apache/maven-javadoc-plugin#6 [MJAVADOC-538] Filter out 'Picked up'...
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.10.1. Release notes Sourced from maven-compiler-plugin's releases. 3.10.1 🚀 New features and improvements [MCOMPILER-426] - add flag to enable-preview java compiler feature (#98) @olamy 🐛...
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.32 to 1.7.36. Commits e9ee55c update timestamp before release 3b6a92f reproducible builds 8825027 prepare release 1.7.36, fix SLF4J-541 5617387 add relase.sh 02860b6 prepare relase 1.7.35 a622f51 fix...
Bumps [slf4j-simple](https://github.com/qos-ch/slf4j) from 1.7.32 to 1.7.36. Commits e9ee55c update timestamp before release 3b6a92f reproducible builds 8825027 prepare release 1.7.36, fix SLF4J-541 5617387 add relase.sh 02860b6 prepare relase 1.7.35 a622f51 fix...
Bumps [fmt-maven-plugin](https://github.com/coveooss/fmt-maven-plugin) from 2.9.1 to 2.13. Commits 8171b5a Release version 2.13 1eab711 Correcting a typo in exception message (#111) c21b097 fix: upgrade org.apache.maven:maven-plugin-api from 3.8.1 to 3.8.3 (#113) 571cd52 Upgrade...
Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 1.6 to 3.0.1. Commits 5255080 [maven-release-plugin] prepare release maven-gpg-plugin-3.0.1 e4dc062 [MGPG-79] fix handling of external pinentry programs in case the passphrase i... 5902b2b deps: update JUnit 12fbd63...
Form a simple discovery test, I've created a Job managed programmatically because I aim at having a console to drive execution batchs by users. Then in main: ``` // Manage...
Please add a method createScheduler(ExecutorService executorService); because I want to reuse my threadpoolexecutor instead of creating a new one.