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

Bump org.firebirdsql.jdbc:jaybird from 5.0.2.java8 to 5.0.3.java8 #5287

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps org.firebirdsql.jdbc:jaybird from 5.0.2.java8 to 5.0.3.java8.

Release notes

Sourced from org.firebirdsql.jdbc:jaybird's releases.

Jaybird 5.0.2

What's new

The following has been changed or fixed since Jaybird 5.0.1:

  • Fixed: Reconnect transaction with a transaction id exceeding 0x7FFF_FFFF did not work (jaybird#734)
  • New feature: add connection property parallelWorkers to set Firebird 5.0 isc_dpb_parallel_workers (jaybird#737)
  • New feature: add MaintenanceManager.upgradeOds() for the Firebird 5.0 gfix/service repair action to perform a minor ODS upgrade of a database (jaybird#738)
  • New feature: add parallel workers support for BackupManager (jaybird#739)
  • New feature: add parallel workers support for sweep in MaintenanceManager (jaybird#740)
  • Fixed: DatabaseConnectionProperties.setServerBatchBufferSize(int) ignored provided value and always set default (0, or “use server-side maximum”) (jaybird#741)
  • New feature: add MaintenanceManager.fixIcu() for the Firebird 3.0 gfix/service repair action “ICU” to update or rebuild collations and indexes when the ICU version changed (jaybird#744)
  • Fixed: The first call to getTableStatistics() of a FBTableStatisticsManager instance returned only a few or even no tables; if no tables were returned, subsequent calls would also return no tables (jaybird#747)

Bug reports about undocumented changes in behavior are appreciated. Feedback can be sent to the Firebird-java Google Group or reported on the issue tracker https://github.com/FirebirdSQL/jaybird/issues.

See also the full Jaybird 5 release notes.

Maven

The release is also available on maven(*):

<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird</artifactId>
<version>5.0.2.java11</version>

* The version depends on your target Java version: 5.0.2.java11 (for Java 11 and higher), or 5.0.2.java8

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 27, 2023
@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 November 30, 2023 20:36
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 1, 2023 16:56
@dependabot dependabot bot force-pushed the dependabot-maven-org.firebirdsql.jdbc-jaybird-5.0.3.java8 branch from a1f20b6 to 0982ffb Compare December 1, 2023 16:56
@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 December 4, 2023 18:30
@dependabot dependabot bot force-pushed the dependabot-maven-org.firebirdsql.jdbc-jaybird-5.0.3.java8 branch from 0982ffb to a7d89ce Compare December 4, 2023 18:30
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 4, 2023 20:51
@dependabot dependabot bot force-pushed the dependabot-maven-org.firebirdsql.jdbc-jaybird-5.0.3.java8 branch from a7d89ce to 57947b0 Compare December 4, 2023 20:51
@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 December 5, 2023 15:39
@dependabot dependabot bot force-pushed the dependabot-maven-org.firebirdsql.jdbc-jaybird-5.0.3.java8 branch from 57947b0 to a33d73a Compare December 5, 2023 15:39
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 5, 2023 16:09
@dependabot dependabot bot force-pushed the dependabot-maven-org.firebirdsql.jdbc-jaybird-5.0.3.java8 branch from a33d73a to 16f7ab3 Compare December 5, 2023 16:09
@dependabot dependabot bot changed the base branch from master to github-action-DAT-15775 December 11, 2023 18:25
@dependabot dependabot bot changed the base branch from github-action-DAT-15775 to master December 11, 2023 19:04
@dependabot dependabot bot force-pushed the dependabot-maven-org.firebirdsql.jdbc-jaybird-5.0.3.java8 branch from 16f7ab3 to d5f8d6b Compare December 11, 2023 19:05
@MalloD12 MalloD12 self-requested a review January 2, 2024 20:09
@MalloD12 MalloD12 self-assigned this Jan 2, 2024
@MalloD12 MalloD12 added the sdou Security, Driver and other updates label Jan 2, 2024
@MalloD12
Copy link
Contributor

MalloD12 commented Jan 2, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot-maven-org.firebirdsql.jdbc-jaybird-5.0.3.java8 branch from d5f8d6b to d1a2ef6 Compare January 2, 2024 20:10
Copy link
Contributor

@MalloD12 MalloD12 left a comment

Choose a reason for hiding this comment

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

Approved.

Build and tests have been executed successfully (except for functional test that are failing for a known issue).

@MalloD12
Copy link
Contributor

MalloD12 commented Jan 9, 2024

@dependabot rebase

Bumps [org.firebirdsql.jdbc:jaybird](https://github.com/FirebirdSQL/jaybird) from 5.0.2.java8 to 5.0.3.java8.
- [Release notes](https://github.com/FirebirdSQL/jaybird/releases)
- [Commits](https://github.com/FirebirdSQL/jaybird/commits)

---
updated-dependencies:
- dependency-name: org.firebirdsql.jdbc:jaybird
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-maven-org.firebirdsql.jdbc-jaybird-5.0.3.java8 branch from d1a2ef6 to 251cafc Compare January 9, 2024 18:53
@filipelautert filipelautert added this to the 1NEXT milestone Jan 12, 2024
@filipelautert filipelautert merged commit 9329bfe into master Jan 12, 2024
32 checks passed
@filipelautert filipelautert deleted the dependabot-maven-org.firebirdsql.jdbc-jaybird-5.0.3.java8 branch January 12, 2024 20:09
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 sdou Security, Driver and other updates
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants