Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump com.github.jsqlparser:jsqlparser from 4.6 to 5.1 in /dhis-2 #19752

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2025

Bumps com.github.jsqlparser:jsqlparser from 4.6 to 5.1.

Release notes

Sourced from com.github.jsqlparser:jsqlparser's releases.

jsqlparser-5.1

What's Changed

Changes and new Features

New Contributors

Full Changelog: JSQLParser/JSqlParser@jsqlparser-5.0...jsqlparser-5.1

jsqlparser-5.0

What's Changed

Changes and new Features

... (truncated)

Changelog

Sourced from com.github.jsqlparser:jsqlparser's changelog.

JSqlParser changelog

Changelog of JSqlParser.

jsqlparser-5.0 (2024-06-30)

Breaking changes

  • Visitors return Objects and accept parameters (5bd28 Andreas Reichel)
  • Visitors return Objects (131a9 Andreas Reichel)
  • Visitors return Objects (c2328 Andreas Reichel)
  • Visitors return Objects (ec497 Andreas Reichel)
  • Visitors return Objects (681ca Andreas Reichel)

Features

  • provide compatibility methods (3f995 Andreas Reichel)
  • apply the new parametrized Visitor patterns to all entities and provide default implementations (e1692 Andreas Reichel)
  • syntax sugar (2fce4 Andreas Reichel)
  • Visitors return Objects and accept parameters (5bd28 Andreas Reichel)
  • Visitors return Objects (131a9 Andreas Reichel)
  • Visitors return Objects (c2328 Andreas Reichel)
  • Visitors return Objects (ec497 Andreas Reichel)
  • Visitors return Objects (681ca Andreas Reichel)
  • Allow OUTER keyword as function parameter name (#2021) (fc90c Chris Crabtree)
  • BigQuery SELECT AS STRUCT ... and SELECT AS VALUE ... (5c360 Andreas Reichel)
  • add syntax sugar (2ace7 Andreas Reichel)
  • AllColumns, DuckDB uses EXCLUDE instead of EXCEPT (1ad42 Andreas Reichel)
  • syntax sugar (ae1ef Andreas Reichel)
  • syntax sugar (81846 Andreas Reichel)
  • syntax sugar (2cb3e Andreas Reichel)
  • syntax sugar (b2eed Andreas Reichel)
  • Databricks IGNORE/RESPECT NULLS (e9c9a Andreas Reichel)
  • Databricks IGNORE/RESPECT NULLS (544b1 Andreas Reichel)
  • Capture expression name part delimiters (#2001) (0368b Chris Crabtree)
  • syntax sugar (ca5c5 Andreas Reichel)
  • translate HEX to Unicode String and ByteArray String (df519 Andreas Reichel)
  • StructType syntax sugar (6e9bf Andreas Reichel)
  • Values implement FromItem (e426c Andreas Reichel)
  • add ParenthesedSelect delegate (66d05 Andreas Reichel)
  • add ParenthesedSelect delegate (f1699 Andreas Reichel)
  • Simplify traversing the AST bottom to top (bddc4 Andreas Reichel)
  • AST Node access for FromItem (c1edf Andreas Reichel)
  • RedShift specific Window function IGNORE | RESPECT NULLS (321c8 Andreas Reichel)
  • RedShift allows TOP before DISTINCT, see https://docs.aws.amazon.com/redshift/latest/dg/r_SELECT_list.html (13e61 Andreas Reichel)
  • Redshift APPROXIMATE Aggregate functions (e4ece Andreas Reichel)
  • add CCJSqlParserUtil.sanitizeSingleSql(String sqlStr) to help MyBatikPlus users to clean their statements (1606e Andreas Reichel)
  • return any UnsupportedStatement content (063d2 Andreas Reichel)
  • re-enable UnsupportedStatement (82b45 Andreas Reichel)
  • better statement error recovery (b3d3a Andreas Reichel)

... (truncated)

Commits
  • b3d857f [maven-release-plugin] prepare release jsqlparser-5.1
  • 086ce2b Merge origin/master
  • 23cd338 build: github stack overflow
  • fcd0819 build: github stack overflow
  • 785af16 fix: rewrite the production to make it comptaible with the Maven build
  • 5d1efce added one license header
  • 1ad52ff try working around github build issues
  • 4ad0068 Update gradle wrapper
  • b287779 feat: allow file names as Table supporting CSV or Parquet files
  • 5d080b3 build: update memory settings
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 <dependency name> 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)

Bumps [com.github.jsqlparser:jsqlparser](https://github.com/JSQLParser/JSqlParser) from 4.6 to 5.1.
- [Release notes](https://github.com/JSQLParser/JSqlParser/releases)
- [Changelog](https://github.com/JSQLParser/JSqlParser/blob/master/CHANGELOG.md)
- [Commits](JSQLParser/JSqlParser@jsqlparser-4.6...jsqlparser-5.1)

---
updated-dependencies:
- dependency-name: com.github.jsqlparser:jsqlparser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 23, 2025
@enricocolasante enricocolasante requested a review from a team January 23, 2025 10:37
@luciano-fiandesio
Copy link
Contributor

Can we keep the current version for now, some API have changed in the newer version and I had issues with it

Copy link
Contributor

@luciano-fiandesio luciano-fiandesio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we keep the current version for now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant