Bump com.h2database:h2 from 2.4.240 to 2.5.250 - #1902
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.4.240 to 2.5.250. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](h2database/h2database@version-2.4.240...version-2.5.250) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-version: 2.5.250 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Holding this for now: testIntegration surfaced a real, reproducible failure in service-dead-lock-retry-assert-data specifically on 2.5.250 (confirmed via a clean before/after baseline against 2.4.240), traced to a timing-fragile test from 2007 that only ever exercises H2, not MySQL/PostgreSQL. No CVEs are involved in this bump, so hardening that test's synchronization first, then will revisit merging this once trunk is stable with the fix in place. |
|
Holding off on this bump. While hardening Root cause is a genuine H2 regression, not test flakiness: 2.5.250 dropped the rollback-path notification for transactions waiting on a rolled-back one, so waiters now always block for the full Filed upstream: h2database/h2database#4391 (standalone repro, still present on H2 No evidence of a real (non-test) OFBiz service pair with this exposure, and H2 is dev/test-only for production, so risk looks low — but holding until upstream responds rather than accepting silently. |
|
Update: H2 acknowledged the issue and merged a fix — h2database/h2database#4392 ("Restore notification of waiting transactions on a rollback"), merged to |
Bumps com.h2database:h2 from 2.4.240 to 2.5.250.
Release notes
Sourced from com.h2database:h2's releases.
Commits
bba342din preparation for a release2763e82in preparation for a release7a267bcMerge pull request #4375 from excaliware/patch-1297ff8eMerge pull request #4379 from jjh75607/fix/comment-on-view-column46b0823Reject COMMENT ON COLUMN for views and other tables that cannot be altered9a8af38Merge pull request #4363 from mayank1008-tech/Stop-server-everytime-db-instan...3f68b6bMerge pull request #4374 from brettwooldridge/patch-1c436bf6Merge pull request #4378 from momonari8/fix-getcostrangeindex-partial-sort-match66a9786MVStore: fix data race causing spurious "Position 0" during chunk rewriting8d37836Add regression test for the sort discount fixDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)