You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by GitBox <gi...@apache.org> on 2022/04/08 09:34:30 UTC

[GitHub] [deltaspike] dependabot[bot] opened a new pull request, #120: Bump quartz from 2.3.0 to 2.3.2 in /deltaspike/examples/scheduler-playground

dependabot[bot] opened a new pull request, #120:
URL: https://github.com/apache/deltaspike/pull/120

   Bumps [quartz](https://github.com/quartz-scheduler/quartz) from 2.3.0 to 2.3.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/quartz-scheduler/quartz/releases">quartz's releases</a>.</em></p>
   <blockquote>
   <h2>Quartz 2.3.2</h2>
   <p>This a bug fix release containing fixes for:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/508">#508</a> : Error with H2 1.4.200</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/505">#505</a> : CronTrigger.getTriggerBuilder() changes misfire instruction from &quot;ignore misfire&quot; to &quot;smart&quot;</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/491">#491</a> : StdJDBCDelegate.selectTriggerToAcquire may not respect maxCount</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/490">#490</a> : Return at most maxCount triggers</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/482">#482</a> : Update C3P0 version to 0.9.5.4 (CVE-2019-5427)</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/474">#474</a> : StdSchedulerFactory ConcurrentModificationException reading system properties</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/467">#467</a> : Security: XXE in initDocumentParser</li>
   </ul>
   <h2>quartz-2.3.1</h2>
   <p>THIS RELEASE REQUIRES JDK7</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/294">#294</a> depen: Update hikaricp-java6:2.3.13 to hikaricp-java7:2.4.13</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/316">#316</a> depen: Updated C3P0 version to 0.9.5.3</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/147">#147</a> bugfix: Fix BINARY to BLOG type for job data for hsqldb</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/156">#156</a> bugfix: Fix null string used in thread name with DirectSchedulerFactory</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/159">#159</a> bugfix: Fix extra bad char tick on drop table qurtz_fired_triggers for postgres</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/146">#146</a> bugfix: Release BLOCKED triggers in releaseAcquiredTrigger</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/212">#212</a> bugfix: QuartzInitializerListener: fix a typo</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/193">#193</a> bugfix: Job execution context impl returns incorrect recovering job key</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/172">#172</a> bugfix: Miss notify SchedulerListeners in QuartzScheduler.java</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/220">#220</a> bugifx: DailyTimeIntervalTrigger failed to set endingDailyAfterCount = 1</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/160">#160</a> improv: Add drop table if exists check in sql script for postgres</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/214">#214</a> improv: Reuse JobBuilder.storeDurably(boolean) in JobBuilder</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/281">#281</a> improv: Fix no setter for dataSource property validateOnCheckout</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/264">#264</a> improv: Fix no setter for dataSource property discardIdleConnectionsSeconds</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/245">#245</a> improv: Sybase: Changed varchar length TRIGGER_NAME from 80 to 200</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/340">#340</a> improv: Use all-caps table names in the liquibase script</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/189">#189</a> improv: NPE thrown when acquiring next trigger due to null next fire time value</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/268">#268</a> improv: Add configurable params for StdRowLockSemaphore for Failure obtaining db row lock</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/293">#293</a> build: Setup Azure CI server for Quartz project</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/66">#66</a>  build: Remove unused 'svn' requirement during maven package build</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/301">#301</a> build: Improve project with readme, and license changes log</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/302">#302</a> build: Update mvnw wrapper to use Maven 3.6.0</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/226">#226</a> build: Replace maven-forge-plugin with maven-jar-plugin</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/170">#170</a> docs: Minor fix and improvement on Javadoc</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/203">#203</a> docs: Minor fix and improvement on Javadoc</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/360">#360</a> docs: Update docs and migrate it into main source repository</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/quartz-scheduler/quartz/blob/v2.3.2/docs/changelog.adoc">quartz's changelog</a>.</em></p>
   <blockquote>
   <p>== quartz-2.3.2</p>
   <p>This release is still work in progress under <code>quartz-2.3.x</code> branch!</p>
   <p>== quartz-2.3.1</p>
   <p>Released on 25-Mar-2018</p>
   <p>THIS RELEASE REQUIRES JDK7</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/294">#294</a> depen: Update hikaricp-java6:2.3.13 to hikaricp-java7:2.4.13</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/316">#316</a> depen: Updated C3P0 version to 0.9.5.3</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/147">#147</a> bugfix: Fix BINARY to BLOG type for job data for hsqldb</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/156">#156</a> bugfix: Fix null string used in thread name with DirectSchedulerFactory</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/159">#159</a> bugfix: Fix extra bad char tick on drop table qurtz_fired_triggers for postgres</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/146">#146</a> bugfix: Release BLOCKED triggers in releaseAcquiredTrigger</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/212">#212</a> bugfix: QuartzInitializerListener: fix a typo</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/193">#193</a> bugfix: Job execution context impl returns incorrect recovering job key</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/172">#172</a> bugfix: Miss notify SchedulerListeners in QuartzScheduler.java</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/220">#220</a> bugifx: DailyTimeIntervalTrigger failed to set endingDailyAfterCount = 1</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/160">#160</a> improv: Add drop table if exists check in sql script for postgres</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/214">#214</a> improv: Reuse JobBuilder.storeDurably(boolean) in JobBuilder</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/281">#281</a> improv: Fix no setter for dataSource property validateOnCheckout</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/264">#264</a> improv: Fix no setter for dataSource property discardIdleConnectionsSeconds</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/245">#245</a> improv: Sybase: Changed varchar length TRIGGER_NAME from 80 to 200</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/340">#340</a> improv: Use all-caps table names in the liquibase script</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/189">#189</a> improv: NPE thrown when acquiring next trigger due to null next fire time value</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/268">#268</a> improv: Add configurable params for StdRowLockSemaphore for Failure obtaining db row lock</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/293">#293</a> build: Setup Azure CI server for Quartz project</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/66">#66</a>  build: Remove unused 'svn' requirement during maven package build</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/301">#301</a> build: Improve project with readme, and license changes log</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/302">#302</a> build: Update mvnw wrapper to use Maven 3.6.0</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/226">#226</a> build: Replace maven-forge-plugin with maven-jar-plugin</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/170">#170</a> docs: Minor fix and improvement on Javadoc</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/203">#203</a> docs: Minor fix and improvement on Javadoc</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/360">#360</a> docs: Update docs and migrate it into main source repository</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/3533e4063644c0436ac5e873a75b647703aea6dd"><code>3533e40</code></a> Release 2.3.2 from quartz-2.3.x</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/789afce2b677ab2a5cb9ee457860bb2554218c01"><code>789afce</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/517">#517</a> from chrisdennis/issue-508-2.3.x</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/941d1849c119aa8e74567de6e489c4843c8152a5"><code>941d184</code></a> Merge branch 'issue-508' into issue-508-2.3.x</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/c06996545bcaf78c387145c49d50e9392b05771d"><code>c069965</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/520">#520</a> from chrisdennis/issue-491-2.3.x</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/de69c4609c08a115935d4901f326f6038b69afbb"><code>de69c46</code></a> Issue <a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/491">#491</a> : Added unit test coverage</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/bc6be51a8ca9073a02e1d3c75e90c1718101254c"><code>bc6be51</code></a> Merge branch 'issue-491' into issue-491-2.3.x</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/e990cd11f1f955a8a1b3b152885079be2db63993"><code>e990cd1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/521">#521</a> from chrisdennis/c3p0-upgrade-2.3.x</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/99077cd08ba21a97ef36644ca9012c99ca83177b"><code>99077cd</code></a> Merge branch 'c3p0-upgrade' into c3p0-upgrade-2.3.x</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/85520086adab8ffe3c16028096e1e797103af531"><code>8552008</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/522">#522</a> from chrisdennis/trigger-javadoc-fix</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/8ab547f7388aa88f670007bb468da65ab9ce196e"><code>8ab547f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/519">#519</a> from chrisdennis/issue-505</li>
   <li>Additional commits viewable in <a href="https://github.com/quartz-scheduler/quartz/compare/quartz-2.3.0...v2.3.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.quartz-scheduler:quartz&package-manager=maven&previous-version=2.3.0&new-version=2.3.2)](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 rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/deltaspike/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@deltaspike.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [deltaspike] struberg closed pull request #120: Bump quartz from 2.3.0 to 2.3.2 in /deltaspike/examples/scheduler-playground

Posted by GitBox <gi...@apache.org>.
struberg closed pull request #120: Bump quartz from 2.3.0 to 2.3.2 in /deltaspike/examples/scheduler-playground
URL: https://github.com/apache/deltaspike/pull/120


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@deltaspike.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [deltaspike] dependabot[bot] commented on pull request #120: Bump quartz from 2.3.0 to 2.3.2 in /deltaspike/examples/scheduler-playground

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #120:
URL: https://github.com/apache/deltaspike/pull/120#issuecomment-1179748514

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@deltaspike.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [deltaspike] struberg commented on pull request #120: Bump quartz from 2.3.0 to 2.3.2 in /deltaspike/examples/scheduler-playground

Posted by GitBox <gi...@apache.org>.
struberg commented on PR #120:
URL: https://github.com/apache/deltaspike/pull/120#issuecomment-1179748506

   updated manually


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@deltaspike.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org