Thanks to visit codestin.com
Credit goes to github.com

Skip to content

#1753 add opens module to all scripts#1754

Merged
robfrank merged 1 commit into
mainfrom
fix/1753-add-opens-module-to-scripts
Oct 14, 2024
Merged

#1753 add opens module to all scripts#1754
robfrank merged 1 commit into
mainfrom
fix/1753-add-opens-module-to-scripts

Conversation

@robfrank
Copy link
Copy Markdown
Collaborator

@robfrank robfrank commented Oct 14, 2024

What does this PR do?

Adds --opens-module to fix #1753 on all the scripts

Motivation

while on java 11 is not needed, it is needed on java 17

Related issues

A list of issues either fixed, containing architectural discussions, otherwise relevant
for this Pull Request.

Additional Notes

Anything else we should know when reviewing?

Checklist

  • I have run the build using mvn clean package command
  • My unit tests cover both failure and success scenarios

@robfrank robfrank requested review from gramian and lvca October 14, 2024 16:01
@robfrank robfrank added this to the 24.11.1 milestone Oct 14, 2024
@robfrank robfrank self-assigned this Oct 14, 2024
@robfrank robfrank added the bug label Oct 14, 2024
improve logging
improve readability on scripts
@robfrank robfrank force-pushed the fix/1753-add-opens-module-to-scripts branch from 48e6bd9 to 0d0dd32 Compare October 14, 2024 17:31
@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Oct 14, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% 0.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (6fc92e6) 65145 0 0.00%
Head commit (0d0dd32) 65144 (-1) 0 (+0) 0.00% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1754) 1 0 0.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@robfrank robfrank merged commit 4207821 into main Oct 14, 2024
@robfrank robfrank deleted the fix/1753-add-opens-module-to-scripts branch October 14, 2024 17:49
mergify Bot added a commit that referenced this pull request Apr 6, 2026
Bumps `jline.version` from 4.0.9 to 4.0.10.
Updates `org.jline:jline-terminal` from 4.0.9 to 4.0.10
Release notes

*Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).*

> JLine 4.0.10
> ------------
>
> **JLine 4.0.10** focuses on **Unicode accuracy and virtual terminal correctness**. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.
>
> 🐛 Bug Fixes
> -----------
>
> * fix: grapheme-cluster-aware width with per-category emoji detection ([#1753](https://redirect.github.com/jline/jline3/issues/1753)) ([#1754](https://redirect.github.com/jline/jline3/pull/1754)) [`@​gnodet`](https://github.com/gnodet)
> * fix: raise virtual terminal max size from 256 to 4096 ([#1756](https://redirect.github.com/jline/jline3/pull/1756)) [`@​gnodet`](https://github.com/gnodet)
> * fix: catch LinkageError during provider loading ([#1752](https://redirect.github.com/jline/jline3/pull/1752)) [`@​gnodet`](https://github.com/gnodet)
> * fix: off-by-one bounds check in KeyMap.unbind() ([#1735](https://redirect.github.com/jline/jline3/pull/1735)) [`@​gnodet`](https://github.com/gnodet)
> * fix: prevent ArrayIndexOutOfBoundsException in KillRing.yankPop() ([#1736](https://redirect.github.com/jline/jline3/pull/1736)) [`@​gnodet`](https://github.com/gnodet)
> * fix: check openpty() return code in FFM implementation ([#1737](https://redirect.github.com/jline/jline3/pull/1737)) [`@​gnodet`](https://github.com/gnodet)
> * fix: remove duplicate IGNBRK flag in termios attribute conversion ([#1739](https://redirect.github.com/jline/jline3/pull/1739)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close HttpURLConnection in ConsoleEngineImpl.urlExists() ([#1740](https://redirect.github.com/jline/jline3/pull/1740)) [`@​gnodet`](https://github.com/gnodet)
> * fix: handle EOF in color parsing to prevent infinite loop ([#1741](https://redirect.github.com/jline/jline3/pull/1741)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use parameter x instead of cursor cx in ScreenTerminal scroll\_line methods ([#1738](https://redirect.github.com/jline/jline3/pull/1738)) [`@​gnodet`](https://github.com/gnodet)
> * fix: ScreenTerminal bug fixes, features, and cleanup ([#1734](https://redirect.github.com/jline/jline3/pull/1734)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Alt-screen related ScreenTerminal fixes ([#1724](https://redirect.github.com/jline/jline3/pull/1724)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Reduce drain timeout in grapheme cluster probe ([#1733](https://redirect.github.com/jline/jline3/pull/1733)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Use grapheme cluster width instead of wcwidth when Mode 2027 is active ([#1727](https://redirect.github.com/jline/jline3/pull/1727)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Correct 4-bit to 8-bit color expansion in rgbToHex ([#1732](https://redirect.github.com/jline/jline3/pull/1732)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Long buffer issues ([#1725](https://redirect.github.com/jline/jline3/pull/1725)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Improve DECRQM grapheme cluster probe robustness (fixes [#1726](https://redirect.github.com/jline/jline3/issues/1726)) ([#1729](https://redirect.github.com/jline/jline3/pull/1729)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump groovy.version from 5.0.4 to 5.0.5 ([#1743](https://redirect.github.com/jline/jline3/pull/1743)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump actions/configure-pages from 5 to 6 ([#1718](https://redirect.github.com/jline/jline3/pull/1718)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.graalvm.buildtools:native-maven-plugin from 0.11.5 to 1.0.0 ([#1720](https://redirect.github.com/jline/jline3/pull/1720)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 ([#1723](https://redirect.github.com/jline/jline3/pull/1723)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump eu.maveniverse.maven.nisse:extension from 0.7.0 to 0.8.1 ([#1721](https://redirect.github.com/jline/jline3/pull/1721)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.89.0 to 2.90.0 ([#1717](https://redirect.github.com/jline/jline3/pull/1717)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump actions/deploy-pages from 4 to 5 ([#1711](https://redirect.github.com/jline/jline3/pull/1711)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> 📝 Documentation updates
> -----------------------
>
> * docs: Document dumb terminal fallback with piped streams ([#1730](https://redirect.github.com/jline/jline3/pull/1730)) [`@​gnodet`](https://github.com/gnodet)
>
> 👻 Maintenance
> -------------
>
> * fix: address SonarCloud blocker issues ([#1748](https://redirect.github.com/jline/jline3/pull/1748)) [`@​gnodet`](https://github.com/gnodet)


Commits

* [`cc8d538`](jline/jline3@cc8d538) fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes [#1753](https://redirect.github.com/jline/jline3/issues/1753))
* [`8712c09`](jline/jline3@8712c09) fix: raise virtual terminal max size from 256 to 4096
* [`ed150d2`](jline/jline3@ed150d2) Merge pull request [#1748](https://redirect.github.com/jline/jline3/issues/1748) from jline/maple-ticket
* [`842b598`](jline/jline3@842b598) fix: replace S2699 suppressions with proper JUnit assertions
* [`27badb5`](jline/jline3@27badb5) fix: convert assert keyword to JUnit assertions in style tests (S2699)
* [`550a505`](jline/jline3@550a505) fix: resolve S2387 field-hiding issues
* [`e6c1497`](jline/jline3@e6c1497) fix: resolve S1845 name-clash issues
* [`bf7bce9`](jline/jline3@bf7bce9) fix: remove unnecessary bit operations (S2437)
* [`a13f427`](jline/jline3@a13f427) fix: catch LinkageError during provider loading ([#1751](https://redirect.github.com/jline/jline3/issues/1751)) ([#1752](https://redirect.github.com/jline/jline3/issues/1752))
* [`b4b2793`](jline/jline3@b4b2793) Merge pull request [#1743](https://redirect.github.com/jline/jline3/issues/1743) from jline/dependabot/maven/master/groovy.version-5.0.5
* Additional commits viewable in [compare view](jline/jline3@4.0.9...4.0.10)
  
Updates `org.jline:jline-reader` from 4.0.9 to 4.0.10
Release notes

*Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).*

> JLine 4.0.10
> ------------
>
> **JLine 4.0.10** focuses on **Unicode accuracy and virtual terminal correctness**. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.
>
> 🐛 Bug Fixes
> -----------
>
> * fix: grapheme-cluster-aware width with per-category emoji detection ([#1753](https://redirect.github.com/jline/jline3/issues/1753)) ([#1754](https://redirect.github.com/jline/jline3/pull/1754)) [`@​gnodet`](https://github.com/gnodet)
> * fix: raise virtual terminal max size from 256 to 4096 ([#1756](https://redirect.github.com/jline/jline3/pull/1756)) [`@​gnodet`](https://github.com/gnodet)
> * fix: catch LinkageError during provider loading ([#1752](https://redirect.github.com/jline/jline3/pull/1752)) [`@​gnodet`](https://github.com/gnodet)
> * fix: off-by-one bounds check in KeyMap.unbind() ([#1735](https://redirect.github.com/jline/jline3/pull/1735)) [`@​gnodet`](https://github.com/gnodet)
> * fix: prevent ArrayIndexOutOfBoundsException in KillRing.yankPop() ([#1736](https://redirect.github.com/jline/jline3/pull/1736)) [`@​gnodet`](https://github.com/gnodet)
> * fix: check openpty() return code in FFM implementation ([#1737](https://redirect.github.com/jline/jline3/pull/1737)) [`@​gnodet`](https://github.com/gnodet)
> * fix: remove duplicate IGNBRK flag in termios attribute conversion ([#1739](https://redirect.github.com/jline/jline3/pull/1739)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close HttpURLConnection in ConsoleEngineImpl.urlExists() ([#1740](https://redirect.github.com/jline/jline3/pull/1740)) [`@​gnodet`](https://github.com/gnodet)
> * fix: handle EOF in color parsing to prevent infinite loop ([#1741](https://redirect.github.com/jline/jline3/pull/1741)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use parameter x instead of cursor cx in ScreenTerminal scroll\_line methods ([#1738](https://redirect.github.com/jline/jline3/pull/1738)) [`@​gnodet`](https://github.com/gnodet)
> * fix: ScreenTerminal bug fixes, features, and cleanup ([#1734](https://redirect.github.com/jline/jline3/pull/1734)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Alt-screen related ScreenTerminal fixes ([#1724](https://redirect.github.com/jline/jline3/pull/1724)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Reduce drain timeout in grapheme cluster probe ([#1733](https://redirect.github.com/jline/jline3/pull/1733)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Use grapheme cluster width instead of wcwidth when Mode 2027 is active ([#1727](https://redirect.github.com/jline/jline3/pull/1727)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Correct 4-bit to 8-bit color expansion in rgbToHex ([#1732](https://redirect.github.com/jline/jline3/pull/1732)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Long buffer issues ([#1725](https://redirect.github.com/jline/jline3/pull/1725)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Improve DECRQM grapheme cluster probe robustness (fixes [#1726](https://redirect.github.com/jline/jline3/issues/1726)) ([#1729](https://redirect.github.com/jline/jline3/pull/1729)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump groovy.version from 5.0.4 to 5.0.5 ([#1743](https://redirect.github.com/jline/jline3/pull/1743)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump actions/configure-pages from 5 to 6 ([#1718](https://redirect.github.com/jline/jline3/pull/1718)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.graalvm.buildtools:native-maven-plugin from 0.11.5 to 1.0.0 ([#1720](https://redirect.github.com/jline/jline3/pull/1720)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 ([#1723](https://redirect.github.com/jline/jline3/pull/1723)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump eu.maveniverse.maven.nisse:extension from 0.7.0 to 0.8.1 ([#1721](https://redirect.github.com/jline/jline3/pull/1721)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.89.0 to 2.90.0 ([#1717](https://redirect.github.com/jline/jline3/pull/1717)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump actions/deploy-pages from 4 to 5 ([#1711](https://redirect.github.com/jline/jline3/pull/1711)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> 📝 Documentation updates
> -----------------------
>
> * docs: Document dumb terminal fallback with piped streams ([#1730](https://redirect.github.com/jline/jline3/pull/1730)) [`@​gnodet`](https://github.com/gnodet)
>
> 👻 Maintenance
> -------------
>
> * fix: address SonarCloud blocker issues ([#1748](https://redirect.github.com/jline/jline3/pull/1748)) [`@​gnodet`](https://github.com/gnodet)


Commits

* [`cc8d538`](jline/jline3@cc8d538) fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes [#1753](https://redirect.github.com/jline/jline3/issues/1753))
* [`8712c09`](jline/jline3@8712c09) fix: raise virtual terminal max size from 256 to 4096
* [`ed150d2`](jline/jline3@ed150d2) Merge pull request [#1748](https://redirect.github.com/jline/jline3/issues/1748) from jline/maple-ticket
* [`842b598`](jline/jline3@842b598) fix: replace S2699 suppressions with proper JUnit assertions
* [`27badb5`](jline/jline3@27badb5) fix: convert assert keyword to JUnit assertions in style tests (S2699)
* [`550a505`](jline/jline3@550a505) fix: resolve S2387 field-hiding issues
* [`e6c1497`](jline/jline3@e6c1497) fix: resolve S1845 name-clash issues
* [`bf7bce9`](jline/jline3@bf7bce9) fix: remove unnecessary bit operations (S2437)
* [`a13f427`](jline/jline3@a13f427) fix: catch LinkageError during provider loading ([#1751](https://redirect.github.com/jline/jline3/issues/1751)) ([#1752](https://redirect.github.com/jline/jline3/issues/1752))
* [`b4b2793`](jline/jline3@b4b2793) Merge pull request [#1743](https://redirect.github.com/jline/jline3/issues/1743) from jline/dependabot/maven/master/groovy.version-5.0.5
* Additional commits viewable in [compare view](jline/jline3@4.0.9...4.0.10)
  
Updates `org.jline:jline-terminal-jni` from 4.0.9 to 4.0.10
Release notes

*Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).*

> JLine 4.0.10
> ------------
>
> **JLine 4.0.10** focuses on **Unicode accuracy and virtual terminal correctness**. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.
>
> 🐛 Bug Fixes
> -----------
>
> * fix: grapheme-cluster-aware width with per-category emoji detection ([#1753](https://redirect.github.com/jline/jline3/issues/1753)) ([#1754](https://redirect.github.com/jline/jline3/pull/1754)) [`@​gnodet`](https://github.com/gnodet)
> * fix: raise virtual terminal max size from 256 to 4096 ([#1756](https://redirect.github.com/jline/jline3/pull/1756)) [`@​gnodet`](https://github.com/gnodet)
> * fix: catch LinkageError during provider loading ([#1752](https://redirect.github.com/jline/jline3/pull/1752)) [`@​gnodet`](https://github.com/gnodet)
> * fix: off-by-one bounds check in KeyMap.unbind() ([#1735](https://redirect.github.com/jline/jline3/pull/1735)) [`@​gnodet`](https://github.com/gnodet)
> * fix: prevent ArrayIndexOutOfBoundsException in KillRing.yankPop() ([#1736](https://redirect.github.com/jline/jline3/pull/1736)) [`@​gnodet`](https://github.com/gnodet)
> * fix: check openpty() return code in FFM implementation ([#1737](https://redirect.github.com/jline/jline3/pull/1737)) [`@​gnodet`](https://github.com/gnodet)
> * fix: remove duplicate IGNBRK flag in termios attribute conversion ([#1739](https://redirect.github.com/jline/jline3/pull/1739)) [`@​gnodet`](https://github.com/gnodet)
> * fix: close HttpURLConnection in ConsoleEngineImpl.urlExists() ([#1740](https://redirect.github.com/jline/jline3/pull/1740)) [`@​gnodet`](https://github.com/gnodet)
> * fix: handle EOF in color parsing to prevent infinite loop ([#1741](https://redirect.github.com/jline/jline3/pull/1741)) [`@​gnodet`](https://github.com/gnodet)
> * fix: use parameter x instead of cursor cx in ScreenTerminal scroll\_line methods ([#1738](https://redirect.github.com/jline/jline3/pull/1738)) [`@​gnodet`](https://github.com/gnodet)
> * fix: ScreenTerminal bug fixes, features, and cleanup ([#1734](https://redirect.github.com/jline/jline3/pull/1734)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Alt-screen related ScreenTerminal fixes ([#1724](https://redirect.github.com/jline/jline3/pull/1724)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Reduce drain timeout in grapheme cluster probe ([#1733](https://redirect.github.com/jline/jline3/pull/1733)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Use grapheme cluster width instead of wcwidth when Mode 2027 is active ([#1727](https://redirect.github.com/jline/jline3/pull/1727)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Correct 4-bit to 8-bit color expansion in rgbToHex ([#1732](https://redirect.github.com/jline/jline3/pull/1732)) [`@​gnodet`](https://github.com/gnodet)
> * fix: Long buffer issues ([#1725](https://redirect.github.com/jline/jline3/pull/1725)) [`@​Elec332`](https://github.com/Elec332)
> * fix: Improve DECRQM grapheme cluster probe robustness (fixes [#1726](https://redirect.github.com/jline/jline3/issues/1726)) ([#1729](https://redirect.github.com/jline/jline3/pull/1729)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump groovy.version from 5.0.4 to 5.0.5 ([#1743](https://redirect.github.com/jline/jline3/pull/1743)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump actions/configure-pages from 5 to 6 ([#1718](https://redirect.github.com/jline/jline3/pull/1718)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.graalvm.buildtools:native-maven-plugin from 0.11.5 to 1.0.0 ([#1720](https://redirect.github.com/jline/jline3/pull/1720)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3 ([#1723](https://redirect.github.com/jline/jline3/pull/1723)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump eu.maveniverse.maven.nisse:extension from 0.7.0 to 0.8.1 ([#1721](https://redirect.github.com/jline/jline3/pull/1721)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.89.0 to 2.90.0 ([#1717](https://redirect.github.com/jline/jline3/pull/1717)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump actions/deploy-pages from 4 to 5 ([#1711](https://redirect.github.com/jline/jline3/pull/1711)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> 📝 Documentation updates
> -----------------------
>
> * docs: Document dumb terminal fallback with piped streams ([#1730](https://redirect.github.com/jline/jline3/pull/1730)) [`@​gnodet`](https://github.com/gnodet)
>
> 👻 Maintenance
> -------------
>
> * fix: address SonarCloud blocker issues ([#1748](https://redirect.github.com/jline/jline3/pull/1748)) [`@​gnodet`](https://github.com/gnodet)


Commits

* [`cc8d538`](jline/jline3@cc8d538) fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes [#1753](https://redirect.github.com/jline/jline3/issues/1753))
* [`8712c09`](jline/jline3@8712c09) fix: raise virtual terminal max size from 256 to 4096
* [`ed150d2`](jline/jline3@ed150d2) Merge pull request [#1748](https://redirect.github.com/jline/jline3/issues/1748) from jline/maple-ticket
* [`842b598`](jline/jline3@842b598) fix: replace S2699 suppressions with proper JUnit assertions
* [`27badb5`](jline/jline3@27badb5) fix: convert assert keyword to JUnit assertions in style tests (S2699)
* [`550a505`](jline/jline3@550a505) fix: resolve S2387 field-hiding issues
* [`e6c1497`](jline/jline3@e6c1497) fix: resolve S1845 name-clash issues
* [`bf7bce9`](jline/jline3@bf7bce9) fix: remove unnecessary bit operations (S2437)
* [`a13f427`](jline/jline3@a13f427) fix: catch LinkageError during provider loading ([#1751](https://redirect.github.com/jline/jline3/issues/1751)) ([#1752](https://redirect.github.com/jline/jline3/issues/1752))
* [`b4b2793`](jline/jline3@b4b2793) Merge pull request [#1743](https://redirect.github.com/jline/jline3/issues/1743) from jline/dependabot/maven/master/groovy.version-5.0.5
* Additional commits viewable in [compare view](jline/jline3@4.0.9...4.0.10)
  
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)
---
Dependabot commands and options
  
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 show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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)
mergify Bot added a commit that referenced this pull request Apr 20, 2026
…0.5 [skip ci]

Bumps [org.neo4j.driver:neo4j-java-driver](https://github.com/neo4j/neo4j-java-driver) from 6.0.4 to 6.0.5.
Release notes

*Sourced from [org.neo4j.driver:neo4j-java-driver's releases](https://github.com/neo4j/neo4j-java-driver/releases).*

> 6.0.5
> -----
>
> This is a refinement release that brings improvements and dependency updates.
>
> [6.0 API documentation](https://neo4j.com/docs/api/java-driver/6.0)
>
> #### 👏 Improvements
>
> ---
>
> * fix(bolt): unpack DateTimeZoneId with valid zone handling [#1751](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1751)
> * fix(query): Allow null parameters map [#1740](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1740)
> * ci(snyk): delete .snyk file [#1741](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1741)
>
> #### 🔧 Build
>
> ---
>
> * build(deps): update dependencies [#1754](https://redirect.github.com/neo4j/neo4j-java-driver/pull/1754)


Commits

* [`71833aa`](neo4j/neo4j-java-driver@71833aa) build(deps): update dependencies ([#1754](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1754))
* [`4826fb0`](neo4j/neo4j-java-driver@4826fb0) fix(bolt): unpack DateTimeZoneId with valid zone handling ([#1751](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1751))
* [`961c70c`](neo4j/neo4j-java-driver@961c70c) ci(snyk): delete .snyk file ([#1741](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1741))
* [`24504be`](neo4j/neo4j-java-driver@24504be) fix(query): Allow null parameters map ([#1740](https://redirect.github.com/neo4j/neo4j-java-driver/issues/1740))
* See full diff in [compare view](neo4j/neo4j-java-driver@6.0.4...6.0.5)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.neo4j.driver:neo4j-java-driver&package-manager=maven&previous-version=6.0.4&new-version=6.0.5)](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)
---
Dependabot commands and options
  
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 show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Errors due to inaccessible modules (reflections?)

1 participant