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

[Java][CI][FlightSQL] Bump org.apache.derby:derby from 10.14.2.0 to 10.17.1.0 in /java/flight/flight-sql #38813

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps org.apache.derby:derby from 10.14.2.0 to 10.17.1.0.

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps org.apache.derby:derby from 10.14.2.0 to 10.17.1.0.

---
updated-dependencies:
- dependency-name: org.apache.derby:derby
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from lidavidm as a code owner November 20, 2023 23:31
@dependabot dependabot bot added dependencies Dependabot-only java Dependabot-only labels Nov 20, 2023
Copy link

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

In the case of PARQUET issues on JIRA the title also supports:

PARQUET-${JIRA_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

See also:

@kou
Copy link
Member

kou commented Nov 22, 2023

It seems that we can't upgrade derby without changing our code.

@jduo @danepitkin @davisusanibar Do you want to take a look at this?

@kou kou changed the title Bump org.apache.derby:derby from 10.14.2.0 to 10.17.1.0 in /java/flight/flight-sql [Java][CI][FlightSQL] Bump org.apache.derby:derby from 10.14.2.0 to 10.17.1.0 in /java/flight/flight-sql Nov 22, 2023
@lidavidm
Copy link
Member

Derby dropped Java 8 support so we're stuck on this current version (or we have to disable these tests under Java 8): https://db.apache.org/derby/derby_downloads.html

@danepitkin
Copy link
Contributor

Is this upgrade security related? Derby v10.17 is Java 21+ only, so this is definitely not something we can support. I'd lean towards keeping the old version around so we can continue to test Java 8.

@lidavidm
Copy link
Member

Derby is only used in unit tests, so I think we can ignore this.

@danepitkin
Copy link
Contributor

@dependabot ignore this dependency

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2023

Sorry, only users with push access can use that command.

@kou
Copy link
Member

kou commented Nov 23, 2023

@dependabot ignore this dependency

@dependabot dependabot bot closed this Nov 23, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 23, 2023

OK, I won't notify you about org.apache.derby:derby again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/maven/java/flight/flight-sql/org.apache.derby-derby-10.17.1.0 branch November 23, 2023 01:13
@kou
Copy link
Member

kou commented Nov 23, 2023

Thanks.
It makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review Awaiting review Component: Java dependencies Dependabot-only java Dependabot-only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants