Native select to execute sql-like queries from Java#1276
Merged
Conversation
Still missing tests with conditions, parenthesis, support for embedded object and graph syntax
…d only one value)
Now it's able to use the defined indexes, if any. When indexes are found, the index cursors are summed in a multi iterator. If an indexed property is in OR with another property that is not indexed, then the index cannot be used.
If 1 index was used and the order by is by 1 property, then the resultset is already ordered and avoid to prefetch and sort in RAM
Contributor
Author
|
@gramian suggested merging this as "experimental" in 23.10.1, so we can start further testing and writing the docs. |
mergify bot
added a commit
that referenced
this pull request
May 25, 2025
Bumps `jline.version` from 3.30.1 to 3.30.3. Updates `org.jline:jline-terminal` from 3.30.1 to 3.30.3 Release notes *Sourced from [org.jline:jline-terminal's releases](https://github.com/jline/jline3/releases).* > JLine 3.30.3 > ------------ > > 🚀 New features and improvements > ------------------------------- > > * Add support for separate encodings for stdin, stdout, and stderr ([#1284](https://redirect.github.com/jline/jline3/pull/1284)) [`@gnodet`](https://github.com/gnodet) > * [consoleui] Make prompts work in non-fullscreen mode ([#1283](https://redirect.github.com/jline/jline3/pull/1283)) [`@gnodet`](https://github.com/gnodet) > > 🐛 Bug Fixes > ----------- > > * fix: Fix missing close in PosixSysTerminal. ([#1281](https://redirect.github.com/jline/jline3/pull/1281)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67.0 ([#1288](https://redirect.github.com/jline/jline3/pull/1288)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 ([#1279](https://redirect.github.com/jline/jline3/pull/1279)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 ([#1280](https://redirect.github.com/jline/jline3/pull/1280)) @[dependabot[bot]](https://github.com/apps/dependabot) > > 👻 Maintenance > ------------- > > * chore: Fix build.bat syntax errors and preserve arguments in rebuild command ([#1286](https://redirect.github.com/jline/jline3/pull/1286)) [`@gnodet`](https://github.com/gnodet) > * chore: Fix flaky DumbTerminalPasswordTest ([#1287](https://redirect.github.com/jline/jline3/pull/1287)) [`@gnodet`](https://github.com/gnodet) > * chore: add Palantir Java Format version property for Dependabot updates ([#1285](https://redirect.github.com/jline/jline3/pull/1285)) [`@gnodet`](https://github.com/gnodet) > > JLine 3.30.2 > ------------ > > 🐛 Bug Fixes > ----------- > > * fix: enhance nanorc loading and introduce a ClasspathResourceUtil utility ([#1276](https://redirect.github.com/jline/jline3/pull/1276)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * chore: Bump eu.maveniverse.maven.njord:extension from 0.5.1 to 0.5.2 ([#1277](https://redirect.github.com/jline/jline3/pull/1277)) @[dependabot[bot]](https://github.com/apps/dependabot) Commits * [`6616485`](jline/jline3@6616485) [maven-release-plugin] prepare release jline-3.30.3 * [`da3c465`](jline/jline3@da3c465) Add support for separate encodings for stdin, stdout, and stderr ([#1284](https://redirect.github.com/jline/jline3/issues/1284)) * [`0076600`](jline/jline3@0076600) [consoleui] Make prompts work in non-fullscreen mode ([#1283](https://redirect.github.com/jline/jline3/issues/1283)) * [`3420773`](jline/jline3@3420773) chore: Fix build.bat syntax errors ([#1286](https://redirect.github.com/jline/jline3/issues/1286)) * [`8e91c99`](jline/jline3@8e91c99) chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67.... * [`80e05df`](jline/jline3@80e05df) chore: fix flaky DumbTerminalPasswordTest ([#1287](https://redirect.github.com/jline/jline3/issues/1287)) * [`d41dcb9`](jline/jline3@d41dcb9) Fix missing close in PosixSysTerminal. ([#1281](https://redirect.github.com/jline/jline3/issues/1281)) * [`a7cf4b3`](jline/jline3@a7cf4b3) chore: add Palantir Java Format version property for Dependabot updates ([#1285](https://redirect.github.com/jline/jline3/issues/1285)) * [`7c30a7e`](jline/jline3@7c30a7e) chore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 ([#1279](https://redirect.github.com/jline/jline3/issues/1279)) * [`b84ab56`](jline/jline3@b84ab56) chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 ([#1280](https://redirect.github.com/jline/jline3/issues/1280)) * Additional commits viewable in [compare view](jline/jline3@jline-3.30.1...jline-3.30.3) Updates `org.jline:jline-reader` from 3.30.1 to 3.30.3 Release notes *Sourced from [org.jline:jline-reader's releases](https://github.com/jline/jline3/releases).* > JLine 3.30.3 > ------------ > > 🚀 New features and improvements > ------------------------------- > > * Add support for separate encodings for stdin, stdout, and stderr ([#1284](https://redirect.github.com/jline/jline3/pull/1284)) [`@gnodet`](https://github.com/gnodet) > * [consoleui] Make prompts work in non-fullscreen mode ([#1283](https://redirect.github.com/jline/jline3/pull/1283)) [`@gnodet`](https://github.com/gnodet) > > 🐛 Bug Fixes > ----------- > > * fix: Fix missing close in PosixSysTerminal. ([#1281](https://redirect.github.com/jline/jline3/pull/1281)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67.0 ([#1288](https://redirect.github.com/jline/jline3/pull/1288)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 ([#1279](https://redirect.github.com/jline/jline3/pull/1279)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 ([#1280](https://redirect.github.com/jline/jline3/pull/1280)) @[dependabot[bot]](https://github.com/apps/dependabot) > > 👻 Maintenance > ------------- > > * chore: Fix build.bat syntax errors and preserve arguments in rebuild command ([#1286](https://redirect.github.com/jline/jline3/pull/1286)) [`@gnodet`](https://github.com/gnodet) > * chore: Fix flaky DumbTerminalPasswordTest ([#1287](https://redirect.github.com/jline/jline3/pull/1287)) [`@gnodet`](https://github.com/gnodet) > * chore: add Palantir Java Format version property for Dependabot updates ([#1285](https://redirect.github.com/jline/jline3/pull/1285)) [`@gnodet`](https://github.com/gnodet) > > JLine 3.30.2 > ------------ > > 🐛 Bug Fixes > ----------- > > * fix: enhance nanorc loading and introduce a ClasspathResourceUtil utility ([#1276](https://redirect.github.com/jline/jline3/pull/1276)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * chore: Bump eu.maveniverse.maven.njord:extension from 0.5.1 to 0.5.2 ([#1277](https://redirect.github.com/jline/jline3/pull/1277)) @[dependabot[bot]](https://github.com/apps/dependabot) Commits * [`6616485`](jline/jline3@6616485) [maven-release-plugin] prepare release jline-3.30.3 * [`da3c465`](jline/jline3@da3c465) Add support for separate encodings for stdin, stdout, and stderr ([#1284](https://redirect.github.com/jline/jline3/issues/1284)) * [`0076600`](jline/jline3@0076600) [consoleui] Make prompts work in non-fullscreen mode ([#1283](https://redirect.github.com/jline/jline3/issues/1283)) * [`3420773`](jline/jline3@3420773) chore: Fix build.bat syntax errors ([#1286](https://redirect.github.com/jline/jline3/issues/1286)) * [`8e91c99`](jline/jline3@8e91c99) chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67.... * [`80e05df`](jline/jline3@80e05df) chore: fix flaky DumbTerminalPasswordTest ([#1287](https://redirect.github.com/jline/jline3/issues/1287)) * [`d41dcb9`](jline/jline3@d41dcb9) Fix missing close in PosixSysTerminal. ([#1281](https://redirect.github.com/jline/jline3/issues/1281)) * [`a7cf4b3`](jline/jline3@a7cf4b3) chore: add Palantir Java Format version property for Dependabot updates ([#1285](https://redirect.github.com/jline/jline3/issues/1285)) * [`7c30a7e`](jline/jline3@7c30a7e) chore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 ([#1279](https://redirect.github.com/jline/jline3/issues/1279)) * [`b84ab56`](jline/jline3@b84ab56) chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 ([#1280](https://redirect.github.com/jline/jline3/issues/1280)) * Additional commits viewable in [compare view](jline/jline3@jline-3.30.1...jline-3.30.3) Updates `org.jline:jline-terminal-jni` from 3.30.1 to 3.30.3 Release notes *Sourced from [org.jline:jline-terminal-jni's releases](https://github.com/jline/jline3/releases).* > JLine 3.30.3 > ------------ > > 🚀 New features and improvements > ------------------------------- > > * Add support for separate encodings for stdin, stdout, and stderr ([#1284](https://redirect.github.com/jline/jline3/pull/1284)) [`@gnodet`](https://github.com/gnodet) > * [consoleui] Make prompts work in non-fullscreen mode ([#1283](https://redirect.github.com/jline/jline3/pull/1283)) [`@gnodet`](https://github.com/gnodet) > > 🐛 Bug Fixes > ----------- > > * fix: Fix missing close in PosixSysTerminal. ([#1281](https://redirect.github.com/jline/jline3/pull/1281)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67.0 ([#1288](https://redirect.github.com/jline/jline3/pull/1288)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 ([#1279](https://redirect.github.com/jline/jline3/pull/1279)) @[dependabot[bot]](https://github.com/apps/dependabot) > * chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 ([#1280](https://redirect.github.com/jline/jline3/pull/1280)) @[dependabot[bot]](https://github.com/apps/dependabot) > > 👻 Maintenance > ------------- > > * chore: Fix build.bat syntax errors and preserve arguments in rebuild command ([#1286](https://redirect.github.com/jline/jline3/pull/1286)) [`@gnodet`](https://github.com/gnodet) > * chore: Fix flaky DumbTerminalPasswordTest ([#1287](https://redirect.github.com/jline/jline3/pull/1287)) [`@gnodet`](https://github.com/gnodet) > * chore: add Palantir Java Format version property for Dependabot updates ([#1285](https://redirect.github.com/jline/jline3/pull/1285)) [`@gnodet`](https://github.com/gnodet) > > JLine 3.30.2 > ------------ > > 🐛 Bug Fixes > ----------- > > * fix: enhance nanorc loading and introduce a ClasspathResourceUtil utility ([#1276](https://redirect.github.com/jline/jline3/pull/1276)) [`@gnodet`](https://github.com/gnodet) > > 📦 Dependency updates > -------------------- > > * chore: Bump eu.maveniverse.maven.njord:extension from 0.5.1 to 0.5.2 ([#1277](https://redirect.github.com/jline/jline3/pull/1277)) @[dependabot[bot]](https://github.com/apps/dependabot) Commits * [`6616485`](jline/jline3@6616485) [maven-release-plugin] prepare release jline-3.30.3 * [`da3c465`](jline/jline3@da3c465) Add support for separate encodings for stdin, stdout, and stderr ([#1284](https://redirect.github.com/jline/jline3/issues/1284)) * [`0076600`](jline/jline3@0076600) [consoleui] Make prompts work in non-fullscreen mode ([#1283](https://redirect.github.com/jline/jline3/issues/1283)) * [`3420773`](jline/jline3@3420773) chore: Fix build.bat syntax errors ([#1286](https://redirect.github.com/jline/jline3/issues/1286)) * [`8e91c99`](jline/jline3@8e91c99) chore: Bump com.palantir.javaformat:palantir-java-format from 2.38.0 to 2.67.... * [`80e05df`](jline/jline3@80e05df) chore: fix flaky DumbTerminalPasswordTest ([#1287](https://redirect.github.com/jline/jline3/issues/1287)) * [`d41dcb9`](jline/jline3@d41dcb9) Fix missing close in PosixSysTerminal. ([#1281](https://redirect.github.com/jline/jline3/issues/1281)) * [`a7cf4b3`](jline/jline3@a7cf4b3) chore: add Palantir Java Format version property for Dependabot updates ([#1285](https://redirect.github.com/jline/jline3/issues/1285)) * [`7c30a7e`](jline/jline3@7c30a7e) chore: Bump org.easymock:easymock from 5.5.0 to 5.6.0 ([#1279](https://redirect.github.com/jline/jline3/issues/1279)) * [`b84ab56`](jline/jline3@b84ab56) chore: Bump eu.maveniverse.maven.njord:extension from 0.5.2 to 0.5.4 ([#1280](https://redirect.github.com/jline/jline3/issues/1280)) * Additional commits viewable in [compare view](jline/jline3@jline-3.30.1...jline-3.30.3) 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
Dec 1, 2025
… to 2.20.1 [skip ci] Bumps [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) from 2.19.1 to 2.20.1. Release notes *Sourced from [org.codehaus.mojo:versions-maven-plugin's releases](https://github.com/mojohaus/versions/releases).* > 2.20.1 > ------ > > 🐛 Bug Fixes > ----------- > > * Fixed [#1313](https://redirect.github.com/mojohaus/versions/issues/1313): Do not show existing version as update ([#1315](https://redirect.github.com/mojohaus/versions/pull/1315)) [`@andrzejj0`](https://github.com/andrzejj0) > > 2.20.0 > ------ > > 🚀 New features and improvements > ------------------------------- > > * Allow filtering out pre releases in use-latest-versions ([#1283](https://redirect.github.com/mojohaus/versions/pull/1283)) [`@Artur`](https://github.com/Artur)- > * [#979](https://redirect.github.com/mojohaus/versions/issues/979): Output file is not overwritten by default ([#1279](https://redirect.github.com/mojohaus/versions/pull/1279)) [`@andrzejj0`](https://github.com/andrzejj0) > > 🐛 Bug Fixes > ----------- > > * Fixed a problem with dependency management filtering in the logged results ([#1298](https://redirect.github.com/mojohaus/versions/pull/1298)) [`@andrzejj0`](https://github.com/andrzejj0) > * Fixes [#1295](https://redirect.github.com/mojohaus/versions/issues/1295): getAllUpdates(boolean) should respect currentVersionRange ([#1297](https://redirect.github.com/mojohaus/versions/pull/1297)) [`@andrzejj0`](https://github.com/andrzejj0) > * Fixed [#1287](https://redirect.github.com/mojohaus/versions/issues/1287) - Versionless dependencies in dependencyManagement accepted by maven, but not bij resolve-ranges ([#1288](https://redirect.github.com/mojohaus/versions/pull/1288)) [`@maroschutte`](https://github.com/maroschutte) > * Artifact comparison should use semantic version comparison. ([#1281](https://redirect.github.com/mojohaus/versions/pull/1281)) [`@andrzejj0`](https://github.com/andrzejj0) > * Resolves [#1150](https://redirect.github.com/mojohaus/versions/issues/1150): Resolve multiple level properties (properties resolving to properties) ([#1276](https://redirect.github.com/mojohaus/versions/pull/1276)) [`@andrzejj0`](https://github.com/andrzejj0) > > 📝 Documentation updates > ----------------------- > > * Add more examples of ignoredVersions config parameter ([#1296](https://redirect.github.com/mojohaus/versions/pull/1296)) [`@mikkoi`](https://github.com/mikkoi) > * Fix broken href link in site ([#1294](https://redirect.github.com/mojohaus/versions/pull/1294)) [`@mikkoi`](https://github.com/mikkoi) > * Added remaining javadoc comments. ([#1293](https://redirect.github.com/mojohaus/versions/pull/1293)) [`@andrzejj0`](https://github.com/andrzejj0) > * Getting rid of javadoc warnings ([#1292](https://redirect.github.com/mojohaus/versions/pull/1292)) [`@andrzejj0`](https://github.com/andrzejj0) > > 👻 Maintenance > ------------- > > * ResolverAdapter: a thin adapter over Resolver ([#1301](https://redirect.github.com/mojohaus/versions/pull/1301)) [`@andrzejj0`](https://github.com/andrzejj0) > * Fixed a problem with dependency management filtering in the logged results ([#1298](https://redirect.github.com/mojohaus/versions/pull/1298)) [`@andrzejj0`](https://github.com/andrzejj0) > * Fix broken href link in site ([#1294](https://redirect.github.com/mojohaus/versions/pull/1294)) [`@mikkoi`](https://github.com/mikkoi) > * Added remaining javadoc comments. ([#1293](https://redirect.github.com/mojohaus/versions/pull/1293)) [`@andrzejj0`](https://github.com/andrzejj0) > * Getting rid of javadoc warnings ([#1292](https://redirect.github.com/mojohaus/versions/pull/1292)) [`@andrzejj0`](https://github.com/andrzejj0) > * Removed a redundant integration test ([#1280](https://redirect.github.com/mojohaus/versions/pull/1280)) [`@andrzejj0`](https://github.com/andrzejj0) > > 📦 Dependency updates > -------------------- > > * Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 ([#1312](https://redirect.github.com/mojohaus/versions/pull/1312)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump byteBuddyVersion from 1.18.0 to 1.18.1 ([#1311](https://redirect.github.com/mojohaus/versions/pull/1311)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4 ([#1307](https://redirect.github.com/mojohaus/versions/pull/1307)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump byteBuddyVersion from 1.17.7 to 1.18.0 ([#1309](https://redirect.github.com/mojohaus/versions/pull/1309)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 ([#1303](https://redirect.github.com/mojohaus/versions/pull/1303)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump commons-io:commons-io from 2.20.0 to 2.21.0 ([#1305](https://redirect.github.com/mojohaus/versions/pull/1305)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.codehaus.plexus:plexus-i18n from 1.0.0 to 1.1.0 ([#1306](https://redirect.github.com/mojohaus/versions/pull/1306)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.codehaus.plexus:plexus-interactivity-api from 1.4 to 1.5.1 ([#1308](https://redirect.github.com/mojohaus/versions/pull/1308)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 ([#1302](https://redirect.github.com/mojohaus/versions/pull/1302)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.codehaus.plexus:plexus-archiver from 4.10.2 to 4.10.3 ([#1290](https://redirect.github.com/mojohaus/versions/pull/1290)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.codehaus.mojo:mojo-parent from 93 to 94 ([#1285](https://redirect.github.com/mojohaus/versions/pull/1285)) @[dependabot[bot]](https://github.com/apps/dependabot) ... (truncated) Commits * [`b296a4f`](mojohaus/versions@b296a4f) [maven-release-plugin] prepare release 2.20.1 * [`b243939`](mojohaus/versions@b243939) Fixed [#1313](https://redirect.github.com/mojohaus/versions/issues/1313): Do not show existing version as update ([#1315](https://redirect.github.com/mojohaus/versions/issues/1315)) * [`773d0f3`](mojohaus/versions@773d0f3) [maven-release-plugin] prepare for next development iteration * [`2467d99`](mojohaus/versions@2467d99) [maven-release-plugin] prepare release 2.20.0 * [`4c240e7`](mojohaus/versions@4c240e7) Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 * [`6d64537`](mojohaus/versions@6d64537) Bump byteBuddyVersion from 1.18.0 to 1.18.1 * [`7736ca6`](mojohaus/versions@7736ca6) Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4 * [`37a5330`](mojohaus/versions@37a5330) Bump byteBuddyVersion from 1.17.7 to 1.18.0 * [`edeb5e7`](mojohaus/versions@edeb5e7) Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 * [`88874e0`](mojohaus/versions@88874e0) Bump commons-io:commons-io from 2.20.0 to 2.21.0 * Additional commits viewable in [compare view](mojohaus/versions@2.19.1...2.20.1) [](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
Dec 1, 2025
… 3.7.1 to 3.8.0 [skip ci] Bumps [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.7.1 to 3.8.0. Release notes *Sourced from [org.apache.maven.plugins:maven-assembly-plugin's releases](https://github.com/apache/maven-assembly-plugin/releases).* > 3.8.0 > ----- > > 🐛 Bug Fixes > ----------- > > * [[MASSEMBLY-1030]](https://issues.apache.org/jira/browse/MASSEMBLY-1030) - Manifest entries from archive configuration are not added in final MANIFEST ([#205](https://redirect.github.com/apache/maven-assembly-plugin/pull/205)) [`@olamy`](https://github.com/olamy) > * [[MASSEMBLY-1029]](https://issues.apache.org/jira/browse/MASSEMBLY-1029) - Use minimal level for model validation ([#204](https://redirect.github.com/apache/maven-assembly-plugin/pull/204)) [`@gnodet`](https://github.com/gnodet) > > 📝 Documentation updates > ----------------------- > > * [[MNGSITE-529]](https://issues.apache.org/jira/browse/MNGSITE-529) - Rename "Goals" to "Plugin Documentation" ([#215](https://redirect.github.com/apache/maven-assembly-plugin/pull/215)) [`@Bukama`](https://github.com/Bukama) > > 👻 Maintenance > ------------- > > * chore: migrate junit3/4 to junit5 ([#1260](https://redirect.github.com/apache/maven-assembly-plugin/pull/1260)) [`@sparsick`](https://github.com/sparsick) > * feat: enable prevent branch protection rules ([#1252](https://redirect.github.com/apache/maven-assembly-plugin/pull/1252)) [`@sebtiem`](https://github.com/sebtiem) > * Enable Github Issues ([#219](https://redirect.github.com/apache/maven-assembly-plugin/pull/219)) [`@Bukama`](https://github.com/Bukama) > > 📦 Dependency updates > -------------------- > > * Bump Maven to 3.9.11. Prerequisite still 3.6.3 ([#1270](https://redirect.github.com/apache/maven-assembly-plugin/pull/1270)) [`@slachiewicz`](https://github.com/slachiewicz) > * Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 ([#1269](https://redirect.github.com/apache/maven-assembly-plugin/pull/1269)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.codehaus.plexus:plexus-io from 3.5.2 to 3.6.0 ([#1264](https://redirect.github.com/apache/maven-assembly-plugin/pull/1264)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.codehaus.plexus:plexus-interpolation from 1.28 to 1.29 ([#1266](https://redirect.github.com/apache/maven-assembly-plugin/pull/1266)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump commons-io:commons-io from 2.20.0 to 2.21.0 ([#1267](https://redirect.github.com/apache/maven-assembly-plugin/pull/1267)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4 ([#1265](https://redirect.github.com/apache/maven-assembly-plugin/pull/1265)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5 ([#1258](https://redirect.github.com/apache/maven-assembly-plugin/pull/1258)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump com.github.luben:zstd-jni from 1.5.7-5 to 1.5.7-6 ([#1259](https://redirect.github.com/apache/maven-assembly-plugin/pull/1259)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump plexus-archiver to 4.10.3 ([#1255](https://redirect.github.com/apache/maven-assembly-plugin/pull/1255)) [`@slachiewicz`](https://github.com/slachiewicz) > * Bump m-invoker-p to 3.9.1 for Java 25 ([#1256](https://redirect.github.com/apache/maven-assembly-plugin/pull/1256)) [`@slachiewicz`](https://github.com/slachiewicz) > * Bump com.github.luben:zstd-jni from 1.5.7-4 to 1.5.7-5 ([#1254](https://redirect.github.com/apache/maven-assembly-plugin/pull/1254)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.maven.plugins:maven-plugins from 44 to 45 ([#1251](https://redirect.github.com/apache/maven-assembly-plugin/pull/1251)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.maven.plugins:maven-plugins from 42 to 44 ([#216](https://redirect.github.com/apache/maven-assembly-plugin/pull/216)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0 ([#1248](https://redirect.github.com/apache/maven-assembly-plugin/pull/1248)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.maven:maven-archiver from 3.6.3 to 3.6.4 ([#1249](https://redirect.github.com/apache/maven-assembly-plugin/pull/1249)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 ([#1250](https://redirect.github.com/apache/maven-assembly-plugin/pull/1250)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump commons-io:commons-io from 2.19.0 to 2.20.0 ([#1247](https://redirect.github.com/apache/maven-assembly-plugin/pull/1247)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump com.github.luben:zstd-jni from 1.5.7-3 to 1.5.7-4 ([#1244](https://redirect.github.com/apache/maven-assembly-plugin/pull/1244)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump commons-fileupload:commons-fileupload from 1.5 to 1.6.0 in /src/it/projects/bugs/massembly-580 ([#1245](https://redirect.github.com/apache/maven-assembly-plugin/pull/1245)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump com.github.luben:zstd-jni from 1.5.7-2 to 1.5.7-3 ([#225](https://redirect.github.com/apache/maven-assembly-plugin/pull/225)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 ([#209](https://redirect.github.com/apache/maven-assembly-plugin/pull/209)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.maven.shared:maven-common-artifact-filters from 3.3.2 to 3.4.0 ([#207](https://redirect.github.com/apache/maven-assembly-plugin/pull/207)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump commons-io:commons-io from 2.16.1 to 2.19.0 ([#224](https://redirect.github.com/apache/maven-assembly-plugin/pull/224)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.codehaus.plexus:plexus-interpolation from 1.27 to 1.28 ([#223](https://redirect.github.com/apache/maven-assembly-plugin/pull/223)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump com.github.luben:zstd-jni from 1.5.6-3 to 1.5.7-2 ([#222](https://redirect.github.com/apache/maven-assembly-plugin/pull/222)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.3 ([#221](https://redirect.github.com/apache/maven-assembly-plugin/pull/221)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1 ([#213](https://redirect.github.com/apache/maven-assembly-plugin/pull/213)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.maven.shared:maven-filtering from 3.3.2 to 3.4.0 ([#220](https://redirect.github.com/apache/maven-assembly-plugin/pull/220)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.codehaus.plexus:plexus-io from 3.4.2 to 3.5.1 ([#214](https://redirect.github.com/apache/maven-assembly-plugin/pull/214)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.hamcrest:hamcrest from 2.2 to 3.0 ([#212](https://redirect.github.com/apache/maven-assembly-plugin/pull/212)) @[dependabot[bot]](https://github.com/apps/dependabot) > * Bump org.apache.commons:commons-compress from 1.26.1 to 1.27.0 ([#211](https://redirect.github.com/apache/maven-assembly-plugin/pull/211)) @[dependabot[bot]](https://github.com/apps/dependabot) ... (truncated) Commits * [`53dcfc0`](apache/maven-assembly-plugin@53dcfc0) Remove redundant escaping ([#1277](https://redirect.github.com/apache/maven-assembly-plugin/issues/1277)) * [`04cbbb3`](apache/maven-assembly-plugin@04cbbb3) some nits ([#1279](https://redirect.github.com/apache/maven-assembly-plugin/issues/1279)) * [`7c9e58a`](apache/maven-assembly-plugin@7c9e58a) Plug ThreadLocal memory leak ([#1276](https://redirect.github.com/apache/maven-assembly-plugin/issues/1276)) * [`ceef4b0`](apache/maven-assembly-plugin@ceef4b0) commons-io version is now the same ([#1274](https://redirect.github.com/apache/maven-assembly-plugin/issues/1274)) * [`0a06350`](apache/maven-assembly-plugin@0a06350) Declare used dependencies ([#1271](https://redirect.github.com/apache/maven-assembly-plugin/issues/1271)) * [`31ac192`](apache/maven-assembly-plugin@31ac192) Remove commented code ([#1273](https://redirect.github.com/apache/maven-assembly-plugin/issues/1273)) * [`c5b8aff`](apache/maven-assembly-plugin@c5b8aff) Document regex support in include/exclude patterns ([#1243](https://redirect.github.com/apache/maven-assembly-plugin/issues/1243)) * [`bd8cafc`](apache/maven-assembly-plugin@bd8cafc) [maven-release-plugin] prepare for next development iteration * [`434b3aa`](apache/maven-assembly-plugin@434b3aa) [maven-release-plugin] prepare release maven-assembly-plugin-3.8.0 * [`43666c3`](apache/maven-assembly-plugin@43666c3) Bump Maven to 3.9.11. Prerequisite still 3.6.3 * Additional commits viewable in [compare view](apache/maven-assembly-plugin@maven-assembly-plugin-3.7.1...v3.8.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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Discussion on: #1266