Skip to content

Make abstract HTTP handler set auth challenge#1310

Merged
lvca merged 2 commits into
ArcadeData:mainfrom
gramian:main
Nov 8, 2023
Merged

Make abstract HTTP handler set auth challenge#1310
lvca merged 2 commits into
ArcadeData:mainfrom
gramian:main

Conversation

@gramian
Copy link
Copy Markdown
Collaborator

@gramian gramian commented Nov 8, 2023

What does this PR do?

This change modifies the error response of the AbstractServerHttpHandler such that a request without Authorization header field returns a HTTP status 401 together with a header WWW-Authenticate (= Basic) challenge, instead of a HTTP status 403.

Motivation

The prior behavior means that for some clients like wget a non-standard option (--no-auth-challenge) is needed.

Additional Notes

Currently the test set ConsoleAsyncInsertTest fails.

Checklist

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

@gramian gramian changed the title Make abstract HTTP handler set auth challenge [WIP] Make abstract HTTP handler set auth challenge Nov 8, 2023
@gramian gramian requested a review from lvca November 8, 2023 06:52
@lvca lvca merged commit 573677c into ArcadeData:main Nov 8, 2023
@lvca
Copy link
Copy Markdown
Member

lvca commented Nov 8, 2023

Great, thanks!

@lvca lvca added this to the 23.11.1 milestone Nov 8, 2023
@lvca lvca added bug labels Nov 8, 2023
mergify Bot added a commit that referenced this pull request Aug 10, 2025
Bumps `jline.version` from 3.30.4 to 3.30.5.
Updates `org.jline:jline-terminal` from 3.30.4 to 3.30.5
Release notes

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

> 3.30.5
> ------
>
> 🚀 New features and improvements
> -------------------------------
>
> * Improve console variable expansion (fixes [#1370](https://redirect.github.com/jline/jline3/issues/1370)) ([#1371](https://redirect.github.com/jline/jline3/pull/1371)) [`@​paulk-asert`](https://github.com/paulk-asert)
> * ConsoleEngineImpl: change method and field visibilities ([#1357](https://redirect.github.com/jline/jline3/pull/1357)) [`@​mattirn`](https://github.com/mattirn)
> * Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter ([#1362](https://redirect.github.com/jline/jline3/pull/1362)) [`@​paulk-asert`](https://github.com/paulk-asert)
> * feat: add reusable POSIX commands to builtins module ([#1341](https://redirect.github.com/jline/jline3/pull/1341)) [`@​gnodet`](https://github.com/gnodet)
> * feat: support slurp command to be renamed ([#1333](https://redirect.github.com/jline/jline3/pull/1333)) [`@​paulk-asert`](https://github.com/paulk-asert)
> * feat: Extend InputRC with method/s to directly read ~/.inputrc & /etc/inputrc ([#1297](https://redirect.github.com/jline/jline3/pull/1297)) [`@​vorburger`](https://github.com/vorburger)
> * Allow system commands to be renamed. ([#1334](https://redirect.github.com/jline/jline3/pull/1334)) [`@​paulk-asert`](https://github.com/paulk-asert)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix macOS hang in pipe operations by removing PTY terminal usage ([#1382](https://redirect.github.com/jline/jline3/pull/1382)) [`@​gnodet`](https://github.com/gnodet)
> * enhancement: only compute suggestions in the Nano editor if something… ([#1327](https://redirect.github.com/jline/jline3/pull/1327)) [`@​johnpoth`](https://github.com/johnpoth)
> * fix: refactor TerminalProvider methods to use inputEncoding/outputEncoding parameters ([#1319](https://redirect.github.com/jline/jline3/pull/1319)) [`@​gnodet`](https://github.com/gnodet)
> * Fix System.out not working after closing dumb terminal ([#1337](https://redirect.github.com/jline/jline3/pull/1337)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1 ([#1364](https://redirect.github.com/jline/jline3/pull/1364)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump groovy.version from 4.0.27 to 4.0.28 ([#1365](https://redirect.github.com/jline/jline3/pull/1365)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.72.0 to 2.73.0 ([#1369](https://redirect.github.com/jline/jline3/pull/1369)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump junit.version from 5.13.3 to 5.13.4 ([#1363](https://redirect.github.com/jline/jline3/pull/1363)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.71.0 to 2.72.0 ([#1359](https://redirect.github.com/jline/jline3/pull/1359)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.70.0 to 2.71.0 ([#1354](https://redirect.github.com/jline/jline3/pull/1354)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.graalvm.sdk:graal-sdk from 24.2.1 to 24.2.2 ([#1352](https://redirect.github.com/jline/jline3/pull/1352)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.google.jimfs:jimfs from 1.3.0 to 1.3.1 ([#1351](https://redirect.github.com/jline/jline3/pull/1351)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 ([#1355](https://redirect.github.com/jline/jline3/pull/1355)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump on-headers and compression in /website ([#1356](https://redirect.github.com/jline/jline3/pull/1356)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 ([#1347](https://redirect.github.com/jline/jline3/pull/1347)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.2.0 to 4.2.1 ([#1346](https://redirect.github.com/jline/jline3/pull/1346)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.67.0 to 2.70.0 ([#1342](https://redirect.github.com/jline/jline3/pull/1342)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump junit.version from 5.13.0 to 5.13.3 ([#1343](https://redirect.github.com/jline/jline3/pull/1343)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 ([#1322](https://redirect.github.com/jline/jline3/pull/1322)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5 ([#1315](https://redirect.github.com/jline/jline3/pull/1315)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 ([#1326](https://redirect.github.com/jline/jline3/pull/1326)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 ([#1339](https://redirect.github.com/jline/jline3/pull/1339)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 ([#1340](https://redirect.github.com/jline/jline3/pull/1340)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump junit.version from 5.12.2 to 5.13.0 ([#1321](https://redirect.github.com/jline/jline3/pull/1321)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump eu.maveniverse.maven.njord:extension from 0.6.2 to 0.7.5 ([#1330](https://redirect.github.com/jline/jline3/pull/1330)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> 📝 Documentation updates
> -----------------------
>
> * docs: Link to Nano Customization from Builtins doc page ([#1312](https://redirect.github.com/jline/jline3/pull/1312)) [`@​vorburger`](https://github.com/vorburger)
> * docs: Add Capability.enter\_ca\_mode and Capability.exit\_ca\_mode tip ([#1311](https://redirect.github.com/jline/jline3/pull/1311)) [`@​vorburger`](https://github.com/vorburger)
> * Remove double `docs/docs` in edit links on jline.org (fixes [#1309](https://redirect.github.com/jline/jline3/issues/1309)) ([#1310](https://redirect.github.com/jline/jline3/pull/1310)) [`@​vorburger`](https://github.com/vorburger)
> * Update intro.md ([#1332](https://redirect.github.com/jline/jline3/pull/1332)) [`@​paulk-asert`](https://github.com/paulk-asert)

... (truncated)


Commits

* [`b91a3b3`](jline/jline3@b91a3b3) Zero-commit release process ([#1335](https://redirect.github.com/jline/jline3/issues/1335))
* [`e2422d7`](jline/jline3@e2422d7) [maven-release-plugin] prepare for next development iteration
* [`ae95742`](jline/jline3@ae95742) [maven-release-plugin] prepare release jline-3.30.5
* [`87bf8b3`](jline/jline3@87bf8b3) Fix macOS hang in pipe operations by removing PTY terminal usage ([#1382](https://redirect.github.com/jline/jline3/issues/1382))
* [`0ee349c`](jline/jline3@0ee349c) provide smarter arg parsing [#1370](https://redirect.github.com/jline/jline3/issues/1370) ([#1371](https://redirect.github.com/jline/jline3/issues/1371))
* [`0088a70`](jline/jline3@0088a70) ConsoleEngineImpl: change method and field visibilities ([#1357](https://redirect.github.com/jline/jline3/issues/1357))
* [`6152f8b`](jline/jline3@6152f8b) Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter ([#1362](https://redirect.github.com/jline/jline3/issues/1362))
* [`aafaf9c`](jline/jline3@aafaf9c) chore: Bump com.diffplug.spotless:spotless-maven-plugin ([#1364](https://redirect.github.com/jline/jline3/issues/1364))
* [`ba9f347`](jline/jline3@ba9f347) chore: Bump groovy.version from 4.0.27 to 4.0.28 ([#1365](https://redirect.github.com/jline/jline3/issues/1365))
* [`e085017`](jline/jline3@e085017) chore: Bump com.palantir.javaformat:palantir-java-format ([#1369](https://redirect.github.com/jline/jline3/issues/1369))
* Additional commits viewable in [compare view](jline/jline3@jline-3.30.4...3.30.5)
  
Updates `org.jline:jline-reader` from 3.30.4 to 3.30.5
Release notes

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

> 3.30.5
> ------
>
> 🚀 New features and improvements
> -------------------------------
>
> * Improve console variable expansion (fixes [#1370](https://redirect.github.com/jline/jline3/issues/1370)) ([#1371](https://redirect.github.com/jline/jline3/pull/1371)) [`@​paulk-asert`](https://github.com/paulk-asert)
> * ConsoleEngineImpl: change method and field visibilities ([#1357](https://redirect.github.com/jline/jline3/pull/1357)) [`@​mattirn`](https://github.com/mattirn)
> * Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter ([#1362](https://redirect.github.com/jline/jline3/pull/1362)) [`@​paulk-asert`](https://github.com/paulk-asert)
> * feat: add reusable POSIX commands to builtins module ([#1341](https://redirect.github.com/jline/jline3/pull/1341)) [`@​gnodet`](https://github.com/gnodet)
> * feat: support slurp command to be renamed ([#1333](https://redirect.github.com/jline/jline3/pull/1333)) [`@​paulk-asert`](https://github.com/paulk-asert)
> * feat: Extend InputRC with method/s to directly read ~/.inputrc & /etc/inputrc ([#1297](https://redirect.github.com/jline/jline3/pull/1297)) [`@​vorburger`](https://github.com/vorburger)
> * Allow system commands to be renamed. ([#1334](https://redirect.github.com/jline/jline3/pull/1334)) [`@​paulk-asert`](https://github.com/paulk-asert)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix macOS hang in pipe operations by removing PTY terminal usage ([#1382](https://redirect.github.com/jline/jline3/pull/1382)) [`@​gnodet`](https://github.com/gnodet)
> * enhancement: only compute suggestions in the Nano editor if something… ([#1327](https://redirect.github.com/jline/jline3/pull/1327)) [`@​johnpoth`](https://github.com/johnpoth)
> * fix: refactor TerminalProvider methods to use inputEncoding/outputEncoding parameters ([#1319](https://redirect.github.com/jline/jline3/pull/1319)) [`@​gnodet`](https://github.com/gnodet)
> * Fix System.out not working after closing dumb terminal ([#1337](https://redirect.github.com/jline/jline3/pull/1337)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1 ([#1364](https://redirect.github.com/jline/jline3/pull/1364)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump groovy.version from 4.0.27 to 4.0.28 ([#1365](https://redirect.github.com/jline/jline3/pull/1365)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.72.0 to 2.73.0 ([#1369](https://redirect.github.com/jline/jline3/pull/1369)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump junit.version from 5.13.3 to 5.13.4 ([#1363](https://redirect.github.com/jline/jline3/pull/1363)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.71.0 to 2.72.0 ([#1359](https://redirect.github.com/jline/jline3/pull/1359)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.70.0 to 2.71.0 ([#1354](https://redirect.github.com/jline/jline3/pull/1354)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.graalvm.sdk:graal-sdk from 24.2.1 to 24.2.2 ([#1352](https://redirect.github.com/jline/jline3/pull/1352)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.google.jimfs:jimfs from 1.3.0 to 1.3.1 ([#1351](https://redirect.github.com/jline/jline3/pull/1351)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 ([#1355](https://redirect.github.com/jline/jline3/pull/1355)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump on-headers and compression in /website ([#1356](https://redirect.github.com/jline/jline3/pull/1356)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 ([#1347](https://redirect.github.com/jline/jline3/pull/1347)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.2.0 to 4.2.1 ([#1346](https://redirect.github.com/jline/jline3/pull/1346)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.67.0 to 2.70.0 ([#1342](https://redirect.github.com/jline/jline3/pull/1342)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump junit.version from 5.13.0 to 5.13.3 ([#1343](https://redirect.github.com/jline/jline3/pull/1343)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 ([#1322](https://redirect.github.com/jline/jline3/pull/1322)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5 ([#1315](https://redirect.github.com/jline/jline3/pull/1315)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 ([#1326](https://redirect.github.com/jline/jline3/pull/1326)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 ([#1339](https://redirect.github.com/jline/jline3/pull/1339)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 ([#1340](https://redirect.github.com/jline/jline3/pull/1340)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump junit.version from 5.12.2 to 5.13.0 ([#1321](https://redirect.github.com/jline/jline3/pull/1321)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump eu.maveniverse.maven.njord:extension from 0.6.2 to 0.7.5 ([#1330](https://redirect.github.com/jline/jline3/pull/1330)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> 📝 Documentation updates
> -----------------------
>
> * docs: Link to Nano Customization from Builtins doc page ([#1312](https://redirect.github.com/jline/jline3/pull/1312)) [`@​vorburger`](https://github.com/vorburger)
> * docs: Add Capability.enter\_ca\_mode and Capability.exit\_ca\_mode tip ([#1311](https://redirect.github.com/jline/jline3/pull/1311)) [`@​vorburger`](https://github.com/vorburger)
> * Remove double `docs/docs` in edit links on jline.org (fixes [#1309](https://redirect.github.com/jline/jline3/issues/1309)) ([#1310](https://redirect.github.com/jline/jline3/pull/1310)) [`@​vorburger`](https://github.com/vorburger)
> * Update intro.md ([#1332](https://redirect.github.com/jline/jline3/pull/1332)) [`@​paulk-asert`](https://github.com/paulk-asert)

... (truncated)


Commits

* [`b91a3b3`](jline/jline3@b91a3b3) Zero-commit release process ([#1335](https://redirect.github.com/jline/jline3/issues/1335))
* [`e2422d7`](jline/jline3@e2422d7) [maven-release-plugin] prepare for next development iteration
* [`ae95742`](jline/jline3@ae95742) [maven-release-plugin] prepare release jline-3.30.5
* [`87bf8b3`](jline/jline3@87bf8b3) Fix macOS hang in pipe operations by removing PTY terminal usage ([#1382](https://redirect.github.com/jline/jline3/issues/1382))
* [`0ee349c`](jline/jline3@0ee349c) provide smarter arg parsing [#1370](https://redirect.github.com/jline/jline3/issues/1370) ([#1371](https://redirect.github.com/jline/jline3/issues/1371))
* [`0088a70`](jline/jline3@0088a70) ConsoleEngineImpl: change method and field visibilities ([#1357](https://redirect.github.com/jline/jline3/issues/1357))
* [`6152f8b`](jline/jline3@6152f8b) Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter ([#1362](https://redirect.github.com/jline/jline3/issues/1362))
* [`aafaf9c`](jline/jline3@aafaf9c) chore: Bump com.diffplug.spotless:spotless-maven-plugin ([#1364](https://redirect.github.com/jline/jline3/issues/1364))
* [`ba9f347`](jline/jline3@ba9f347) chore: Bump groovy.version from 4.0.27 to 4.0.28 ([#1365](https://redirect.github.com/jline/jline3/issues/1365))
* [`e085017`](jline/jline3@e085017) chore: Bump com.palantir.javaformat:palantir-java-format ([#1369](https://redirect.github.com/jline/jline3/issues/1369))
* Additional commits viewable in [compare view](jline/jline3@jline-3.30.4...3.30.5)
  
Updates `org.jline:jline-terminal-jni` from 3.30.4 to 3.30.5
Release notes

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

> 3.30.5
> ------
>
> 🚀 New features and improvements
> -------------------------------
>
> * Improve console variable expansion (fixes [#1370](https://redirect.github.com/jline/jline3/issues/1370)) ([#1371](https://redirect.github.com/jline/jline3/pull/1371)) [`@​paulk-asert`](https://github.com/paulk-asert)
> * ConsoleEngineImpl: change method and field visibilities ([#1357](https://redirect.github.com/jline/jline3/pull/1357)) [`@​mattirn`](https://github.com/mattirn)
> * Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter ([#1362](https://redirect.github.com/jline/jline3/pull/1362)) [`@​paulk-asert`](https://github.com/paulk-asert)
> * feat: add reusable POSIX commands to builtins module ([#1341](https://redirect.github.com/jline/jline3/pull/1341)) [`@​gnodet`](https://github.com/gnodet)
> * feat: support slurp command to be renamed ([#1333](https://redirect.github.com/jline/jline3/pull/1333)) [`@​paulk-asert`](https://github.com/paulk-asert)
> * feat: Extend InputRC with method/s to directly read ~/.inputrc & /etc/inputrc ([#1297](https://redirect.github.com/jline/jline3/pull/1297)) [`@​vorburger`](https://github.com/vorburger)
> * Allow system commands to be renamed. ([#1334](https://redirect.github.com/jline/jline3/pull/1334)) [`@​paulk-asert`](https://github.com/paulk-asert)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix macOS hang in pipe operations by removing PTY terminal usage ([#1382](https://redirect.github.com/jline/jline3/pull/1382)) [`@​gnodet`](https://github.com/gnodet)
> * enhancement: only compute suggestions in the Nano editor if something… ([#1327](https://redirect.github.com/jline/jline3/pull/1327)) [`@​johnpoth`](https://github.com/johnpoth)
> * fix: refactor TerminalProvider methods to use inputEncoding/outputEncoding parameters ([#1319](https://redirect.github.com/jline/jline3/pull/1319)) [`@​gnodet`](https://github.com/gnodet)
> * Fix System.out not working after closing dumb terminal ([#1337](https://redirect.github.com/jline/jline3/pull/1337)) [`@​gnodet`](https://github.com/gnodet)
>
> 📦 Dependency updates
> --------------------
>
> * chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1 ([#1364](https://redirect.github.com/jline/jline3/pull/1364)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump groovy.version from 4.0.27 to 4.0.28 ([#1365](https://redirect.github.com/jline/jline3/pull/1365)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.72.0 to 2.73.0 ([#1369](https://redirect.github.com/jline/jline3/pull/1369)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump junit.version from 5.13.3 to 5.13.4 ([#1363](https://redirect.github.com/jline/jline3/pull/1363)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.71.0 to 2.72.0 ([#1359](https://redirect.github.com/jline/jline3/pull/1359)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.70.0 to 2.71.0 ([#1354](https://redirect.github.com/jline/jline3/pull/1354)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.graalvm.sdk:graal-sdk from 24.2.1 to 24.2.2 ([#1352](https://redirect.github.com/jline/jline3/pull/1352)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.google.jimfs:jimfs from 1.3.0 to 1.3.1 ([#1351](https://redirect.github.com/jline/jline3/pull/1351)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 ([#1355](https://redirect.github.com/jline/jline3/pull/1355)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump on-headers and compression in /website ([#1356](https://redirect.github.com/jline/jline3/pull/1356)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 ([#1347](https://redirect.github.com/jline/jline3/pull/1347)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.2.0 to 4.2.1 ([#1346](https://redirect.github.com/jline/jline3/pull/1346)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.palantir.javaformat:palantir-java-format from 2.67.0 to 2.70.0 ([#1342](https://redirect.github.com/jline/jline3/pull/1342)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump junit.version from 5.13.0 to 5.13.3 ([#1343](https://redirect.github.com/jline/jline3/pull/1343)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 ([#1322](https://redirect.github.com/jline/jline3/pull/1322)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5 ([#1315](https://redirect.github.com/jline/jline3/pull/1315)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1 ([#1326](https://redirect.github.com/jline/jline3/pull/1326)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 ([#1339](https://redirect.github.com/jline/jline3/pull/1339)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 ([#1340](https://redirect.github.com/jline/jline3/pull/1340)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump junit.version from 5.12.2 to 5.13.0 ([#1321](https://redirect.github.com/jline/jline3/pull/1321)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * chore: Bump eu.maveniverse.maven.njord:extension from 0.6.2 to 0.7.5 ([#1330](https://redirect.github.com/jline/jline3/pull/1330)) @[dependabot[bot]](https://github.com/apps/dependabot)
>
> 📝 Documentation updates
> -----------------------
>
> * docs: Link to Nano Customization from Builtins doc page ([#1312](https://redirect.github.com/jline/jline3/pull/1312)) [`@​vorburger`](https://github.com/vorburger)
> * docs: Add Capability.enter\_ca\_mode and Capability.exit\_ca\_mode tip ([#1311](https://redirect.github.com/jline/jline3/pull/1311)) [`@​vorburger`](https://github.com/vorburger)
> * Remove double `docs/docs` in edit links on jline.org (fixes [#1309](https://redirect.github.com/jline/jline3/issues/1309)) ([#1310](https://redirect.github.com/jline/jline3/pull/1310)) [`@​vorburger`](https://github.com/vorburger)
> * Update intro.md ([#1332](https://redirect.github.com/jline/jline3/pull/1332)) [`@​paulk-asert`](https://github.com/paulk-asert)

... (truncated)


Commits

* [`b91a3b3`](jline/jline3@b91a3b3) Zero-commit release process ([#1335](https://redirect.github.com/jline/jline3/issues/1335))
* [`e2422d7`](jline/jline3@e2422d7) [maven-release-plugin] prepare for next development iteration
* [`ae95742`](jline/jline3@ae95742) [maven-release-plugin] prepare release jline-3.30.5
* [`87bf8b3`](jline/jline3@87bf8b3) Fix macOS hang in pipe operations by removing PTY terminal usage ([#1382](https://redirect.github.com/jline/jline3/issues/1382))
* [`0ee349c`](jline/jline3@0ee349c) provide smarter arg parsing [#1370](https://redirect.github.com/jline/jline3/issues/1370) ([#1371](https://redirect.github.com/jline/jline3/issues/1371))
* [`0088a70`](jline/jline3@0088a70) ConsoleEngineImpl: change method and field visibilities ([#1357](https://redirect.github.com/jline/jline3/issues/1357))
* [`6152f8b`](jline/jline3@6152f8b) Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter ([#1362](https://redirect.github.com/jline/jline3/issues/1362))
* [`aafaf9c`](jline/jline3@aafaf9c) chore: Bump com.diffplug.spotless:spotless-maven-plugin ([#1364](https://redirect.github.com/jline/jline3/issues/1364))
* [`ba9f347`](jline/jline3@ba9f347) chore: Bump groovy.version from 4.0.27 to 4.0.28 ([#1365](https://redirect.github.com/jline/jline3/issues/1365))
* [`e085017`](jline/jline3@e085017) chore: Bump com.palantir.javaformat:palantir-java-format ([#1369](https://redirect.github.com/jline/jline3/issues/1369))
* Additional commits viewable in [compare view](jline/jline3@jline-3.30.4...3.30.5)
  
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 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 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 Jan 27, 2026
…20.1 to 2.21.0 [skip ci]

Bumps [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) from 2.20.1 to 2.21.0.
Release notes

*Sourced from [org.codehaus.mojo:versions-maven-plugin's releases](https://github.com/mojohaus/versions/releases).*

> 2.21.0
> ------
>
> 🚀 New features and improvements
> -------------------------------
>
> * Add versions.skip parameter to skip plugin execution ([#1328](https://redirect.github.com/mojohaus/versions/pull/1328)) [`@​jorgheymans`](https://github.com/jorgheymans)
>
> 🐛 Bug Fixes
> -----------
>
> * [#1331](https://redirect.github.com/mojohaus/versions/issues/1331): Fix NPE in restrictionForUnchangedSegment if actual version is null ([#1332](https://redirect.github.com/mojohaus/versions/pull/1332)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * [#1310](https://redirect.github.com/mojohaus/versions/issues/1310): Corrected UseDepVersionMojo + handling a similar case in SetMojo, SetScmTagMojo, UpdateChildModulesMojo ([#1322](https://redirect.github.com/mojohaus/versions/pull/1322)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * UseDepVersionMoto should process all projects on the project list ([#1320](https://redirect.github.com/mojohaus/versions/pull/1320)) [`@​andrzejj0`](https://github.com/andrzejj0)
> * Fixed [#1317](https://redirect.github.com/mojohaus/versions/issues/1317): Regression coming from ArtifactVersions::filter when currentVersion is null and ignoredVersions is not null ([#1319](https://redirect.github.com/mojohaus/versions/pull/1319)) [`@​andrzejj0`](https://github.com/andrzejj0)
>
> 📝 Documentation updates
> -----------------------
>
> * Fix README typos in Contributing section ([#1337](https://redirect.github.com/mojohaus/versions/pull/1337)) [`@​kranthipoturaju`](https://github.com/kranthipoturaju)
> * [#1323](https://redirect.github.com/mojohaus/versions/issues/1323): Documentation ([#1324](https://redirect.github.com/mojohaus/versions/pull/1324)) [`@​andrzejj0`](https://github.com/andrzejj0)
>
> 📦 Dependency updates
> --------------------
>
> * Bump byteBuddyVersion from 1.18.3 to 1.18.4 ([#1335](https://redirect.github.com/mojohaus/versions/pull/1335)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.0 ([#1333](https://redirect.github.com/mojohaus/versions/pull/1333)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.4 to 4.11.0 ([#1334](https://redirect.github.com/mojohaus/versions/pull/1334)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.mojo:mojo-parent from 94 to 95 ([#1330](https://redirect.github.com/mojohaus/versions/pull/1330)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump byteBuddyVersion from 1.18.2 to 1.18.3 ([#1329](https://redirect.github.com/mojohaus/versions/pull/1329)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 ([#1325](https://redirect.github.com/mojohaus/versions/pull/1325)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump byteBuddyVersion from 1.18.1 to 1.18.2 ([#1318](https://redirect.github.com/mojohaus/versions/pull/1318)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`1cdedea`](mojohaus/versions@1cdedea) [maven-release-plugin] prepare release 2.21.0
* [`b947957`](mojohaus/versions@b947957) Fix README typos in Contributing section
* [`b85c0a8`](mojohaus/versions@b85c0a8) Bump project version to 2.21.0-SNAPSHOT
* [`7ae3767`](mojohaus/versions@7ae3767) Bump byteBuddyVersion from 1.18.3 to 1.18.4 ([#1335](https://redirect.github.com/mojohaus/versions/issues/1335))
* [`38afa9f`](mojohaus/versions@38afa9f) Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
* [`39af6a2`](mojohaus/versions@39af6a2) Bump org.codehaus.plexus:plexus-archiver from 4.10.4 to 4.11.0
* [`f51b9d5`](mojohaus/versions@f51b9d5) [#1331](https://redirect.github.com/mojohaus/versions/issues/1331): Fix NPE in restrictionForUnchangedSegment if actual version is null (#...
* [`8d209b3`](mojohaus/versions@8d209b3) Bump org.codehaus.mojo:mojo-parent from 94 to 95 ([#1330](https://redirect.github.com/mojohaus/versions/issues/1330))
* [`4929d48`](mojohaus/versions@4929d48) Bump byteBuddyVersion from 1.18.2 to 1.18.3 ([#1329](https://redirect.github.com/mojohaus/versions/issues/1329))
* [`cb84d01`](mojohaus/versions@cb84d01) Add versions.skip parameter to skip plugin execution ([#1328](https://redirect.github.com/mojohaus/versions/issues/1328))
* Additional commits viewable in [compare view](mojohaus/versions@2.20.1...2.21.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.codehaus.mojo:versions-maven-plugin&package-manager=maven&previous-version=2.20.1&new-version=2.21.0)](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 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 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 May 17, 2026
Bumps the github-actions group with 2 updates: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [github/codeql-action](https://github.com/github/codeql-action).
Updates `anthropics/claude-code-action` from 1.0.119 to 1.0.123
Release notes

*Sourced from [anthropics/claude-code-action's releases](https://github.com/anthropics/claude-code-action/releases).*

> v1.0.123
> --------
>
> What's Changed
> --------------
>
> * fix: allow , in branch names by [`@​bugbubug`](https://github.com/bugbubug) in [anthropics/claude-code-action#1310](https://redirect.github.com/anthropics/claude-code-action/pull/1310)
> * fix: dereference symlinks when snapshotting sensitive paths to .claude-pr/ by [`@​matanbaruch`](https://github.com/matanbaruch) in [anthropics/claude-code-action#1186](https://redirect.github.com/anthropics/claude-code-action/pull/1186)
> * fix: exclude .claude-pr snapshot from git staging by [`@​cvan20191`](https://github.com/cvan20191) in [anthropics/claude-code-action#1277](https://redirect.github.com/anthropics/claude-code-action/pull/1277)
> * fix: write execution file when SDK throws by [`@​Jerry2003826`](https://github.com/Jerry2003826) in [anthropics/claude-code-action#1255](https://redirect.github.com/anthropics/claude-code-action/pull/1255)
> * fix: handle non-user actors (e.g. Copilot) in permission and actor checks by [`@​krislavten`](https://github.com/krislavten) in [anthropics/claude-code-action#1144](https://redirect.github.com/anthropics/claude-code-action/pull/1144)
> * chore: bump pinned Bun to 1.3.14 by [`@​ashwin-ant`](https://github.com/ashwin-ant) in [anthropics/claude-code-action#1312](https://redirect.github.com/anthropics/claude-code-action/pull/1312)
>
> New Contributors
> ----------------
>
> * [`@​bugbubug`](https://github.com/bugbubug) made their first contribution in [anthropics/claude-code-action#1310](https://redirect.github.com/anthropics/claude-code-action/pull/1310)
> * [`@​matanbaruch`](https://github.com/matanbaruch) made their first contribution in [anthropics/claude-code-action#1186](https://redirect.github.com/anthropics/claude-code-action/pull/1186)
> * [`@​cvan20191`](https://github.com/cvan20191) made their first contribution in [anthropics/claude-code-action#1277](https://redirect.github.com/anthropics/claude-code-action/pull/1277)
> * [`@​Jerry2003826`](https://github.com/Jerry2003826) made their first contribution in [anthropics/claude-code-action#1255](https://redirect.github.com/anthropics/claude-code-action/pull/1255)
> * [`@​krislavten`](https://github.com/krislavten) made their first contribution in [anthropics/claude-code-action#1144](https://redirect.github.com/anthropics/claude-code-action/pull/1144)
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.123>
>
> v1.0.122
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.122>
>
> v1.0.121
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.121>
>
> v1.0.120
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.120>


Commits

* [`51ea8ea`](anthropics/claude-code-action@51ea8ea) chore: bump Claude Code to 2.1.142 and Agent SDK to 0.3.142
* [`acfa366`](anthropics/claude-code-action@acfa366) chore: bump pinned Bun to 1.3.14 ([#1312](https://redirect.github.com/anthropics/claude-code-action/issues/1312))
* [`9eb125a`](anthropics/claude-code-action@9eb125a) fix: handle non-user actors (e.g. Copilot) in permission and actor checks ([#1](https://redirect.github.com/anthropics/claude-code-action/issues/1)...
* [`1450f65`](anthropics/claude-code-action@1450f65) fix: write execution file when SDK throws ([#1255](https://redirect.github.com/anthropics/claude-code-action/issues/1255))
* [`0756f6e`](anthropics/claude-code-action@0756f6e) fix: exclude .claude-pr snapshot from git staging ([#1277](https://redirect.github.com/anthropics/claude-code-action/issues/1277))
* [`f4d6a11`](anthropics/claude-code-action@f4d6a11) fix: dereference symlinks when snapshotting sensitive paths to .claude-pr/ (#...
* [`bf6d40e`](anthropics/claude-code-action@bf6d40e) fix: allow , in branch names ([#1310](https://redirect.github.com/anthropics/claude-code-action/issues/1310))
* [`86eb26b`](anthropics/claude-code-action@86eb26b) chore: bump Claude Code to 2.1.141 and Agent SDK to 0.2.141
* [`f4fb5c6`](anthropics/claude-code-action@f4fb5c6) chore: bump Claude Code to 2.1.140 and Agent SDK to 0.2.140
* [`dde2242`](anthropics/claude-code-action@dde2242) chore: bump Claude Code to 2.1.139 and Agent SDK to 0.2.139
* See full diff in [compare view](anthropics/claude-code-action@476e359...51ea8ea)
  
Updates `github/codeql-action` from 4.35.4 to 4.35.5
Release notes

*Sourced from [github/codeql-action's releases](https://github.com/github/codeql-action/releases).*

> v4.35.5
> -------
>
> * We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. [#3899](https://redirect.github.com/github/codeql-action/pull/3899)
> * For performance and accuracy reasons, [improved incremental analysis](https://redirect.github.com/github/roadmap/issues/1158) will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. [#3791](https://redirect.github.com/github/codeql-action/pull/3791)
> * If multiple inputs are provided for the GitHub-internal `analysis-kinds` input, only `code-scanning` will be enabled. The `analysis-kinds` input is experimental, for GitHub-internal use only, and may change without notice at any time. [#3892](https://redirect.github.com/github/codeql-action/pull/3892)
> * Added an experimental change which, when running a Code Scanning analysis for a PR with [improved incremental analysis](https://redirect.github.com/github/roadmap/issues/1158) enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. [#3880](https://redirect.github.com/github/codeql-action/pull/3880)


Changelog

*Sourced from [github/codeql-action's changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md).*

> CodeQL Action Changelog
> =======================
>
> See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
>
> [UNRELEASED]
> ------------
>
> * Add support for SHA-256 Git object IDs. [#3893](https://redirect.github.com/github/codeql-action/pull/3893)
>
> 4.35.5 - 15 May 2026
> --------------------
>
> * We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. [#3899](https://redirect.github.com/github/codeql-action/pull/3899)
> * For performance and accuracy reasons, [improved incremental analysis](https://redirect.github.com/github/roadmap/issues/1158) will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. [#3791](https://redirect.github.com/github/codeql-action/pull/3791)
> * If multiple inputs are provided for the GitHub-internal `analysis-kinds` input, only `code-scanning` will be enabled. The `analysis-kinds` input is experimental, for GitHub-internal use only, and may change without notice at any time. [#3892](https://redirect.github.com/github/codeql-action/pull/3892)
> * Added an experimental change which, when running a Code Scanning analysis for a PR with [improved incremental analysis](https://redirect.github.com/github/roadmap/issues/1158) enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. [#3880](https://redirect.github.com/github/codeql-action/pull/3880)
>
> 4.35.4 - 07 May 2026
> --------------------
>
> * Update default CodeQL bundle version to [2.25.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4). [#3881](https://redirect.github.com/github/codeql-action/pull/3881)
>
> 4.35.3 - 01 May 2026
> --------------------
>
> * *Upcoming breaking change*: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. [#3837](https://redirect.github.com/github/codeql-action/pull/3837)
> * Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. [#3850](https://redirect.github.com/github/codeql-action/pull/3850)
> * Best-effort connection tests for private registries now use `GET` requests instead of `HEAD` for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. [#3853](https://redirect.github.com/github/codeql-action/pull/3853)
> * Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. [#3852](https://redirect.github.com/github/codeql-action/pull/3852)
> * Update default CodeQL bundle version to [2.25.3](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3). [#3865](https://redirect.github.com/github/codeql-action/pull/3865)
>
> 4.35.2 - 15 Apr 2026
> --------------------
>
> * The undocumented TRAP cache cleanup feature that could be enabled using the `CODEQL_ACTION_CLEANUP_TRAP_CACHES` environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the `trap-caching: false` input to the `init` Action. [#3795](https://redirect.github.com/github/codeql-action/pull/3795)
> * The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. [#3789](https://redirect.github.com/github/codeql-action/pull/3789)
> * Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. [#3794](https://redirect.github.com/github/codeql-action/pull/3794)
> * Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. [#3807](https://redirect.github.com/github/codeql-action/pull/3807)
> * Update default CodeQL bundle version to [2.25.2](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2). [#3823](https://redirect.github.com/github/codeql-action/pull/3823)
>
> 4.35.1 - 27 Mar 2026
> --------------------
>
> * Fix incorrect minimum required Git version for [improved incremental analysis](https://redirect.github.com/github/roadmap/issues/1158): it should have been 2.36.0, not 2.11.0. [#3781](https://redirect.github.com/github/codeql-action/pull/3781)
>
> 4.35.0 - 27 Mar 2026
> --------------------
>
> * Reduced the minimum Git version required for [improved incremental analysis](https://redirect.github.com/github/roadmap/issues/1158) from 2.38.0 to 2.11.0. [#3767](https://redirect.github.com/github/codeql-action/pull/3767)
> * Update default CodeQL bundle version to [2.25.1](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.1). [#3773](https://redirect.github.com/github/codeql-action/pull/3773)
>
> 4.34.1 - 20 Mar 2026
> --------------------
>
> * Downgrade default CodeQL bundle version to [2.24.3](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.3) due to issues with a small percentage of Actions and JavaScript analyses. [#3762](https://redirect.github.com/github/codeql-action/pull/3762)
>
> 4.34.0 - 20 Mar 2026
> --------------------

... (truncated)


Commits

* [`9e0d7b8`](github/codeql-action@9e0d7b8) Merge pull request [#3905](https://redirect.github.com/github/codeql-action/issues/3905) from github/update-v4.35.5-d4b485515
* [`6d7d599`](github/codeql-action@6d7d599) Add changelog entry for [#3899](https://redirect.github.com/github/codeql-action/issues/3899)
* [`51f7e38`](github/codeql-action@51f7e38) Update changelog for v4.35.5
* [`d4b4855`](github/codeql-action@d4b4855) Merge pull request [#3899](https://redirect.github.com/github/codeql-action/issues/3899) from github/mbg/esbuild/split
* [`127de81`](github/codeql-action@127de81) Merge remote-tracking branch 'origin/main' into mbg/esbuild/split
* [`7fde13f`](github/codeql-action@7fde13f) Use src + basename in header to avoid issues on Windows
* [`dfa61e7`](github/codeql-action@dfa61e7) Improve pattern matching and error handling
* [`52aafec`](github/codeql-action@52aafec) Import and call `runWrapper` normally in `analyze` tests
* [`0d08c01`](github/codeql-action@0d08c01) Auto-generate shared bundle
* [`14085a6`](github/codeql-action@14085a6) Auto-generate entry points
* Additional commits viewable in [compare view](github/codeql-action@68bde55...9e0d7b8)
  
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  major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore  minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions
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.

2 participants