-
Notifications
You must be signed in to change notification settings - Fork 158
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 hibernate.version from 6.3.1.Final to 6.6.1.Final #715
base: main
Are you sure you want to change the base?
Conversation
@dependabot rebase |
Bumps `hibernate.version` from 6.3.1.Final to 6.6.1.Final. Updates `org.hibernate.orm:hibernate-core` from 6.3.1.Final to 6.6.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.1/changelog.txt) - [Commits](hibernate/hibernate-orm@6.3.1...6.6.1) Updates `org.hibernate.orm:hibernate-envers` from 6.3.1.Final to 6.6.1.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.1/changelog.txt) - [Commits](hibernate/hibernate-orm@6.3.1...6.6.1) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.hibernate.orm:hibernate-envers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
fa42eba
to
f5bf5a5
Compare
} | ||
|
||
|
||
public Connection getConnection(String tenantIdentifier) throws SQLException { |
Check notice
Code scanning / CodeQL
Useless parameter Note
return getConnection(); | ||
} | ||
|
||
public Connection getConnection(Object o) throws SQLException { |
Check notice
Code scanning / CodeQL
Confusing overloading of methods Note
getConnection
return getConnection(); | ||
} | ||
|
||
public Connection getConnection(Object o) throws SQLException { |
Check notice
Code scanning / CodeQL
Useless parameter Note
return getConnection(); | ||
} | ||
|
||
public void releaseConnection(Object tenantIdentifier, Connection connection) throws SQLException { |
Check notice
Code scanning / CodeQL
Confusing overloading of methods Note
releaseConnection
return getConnection(); | ||
} | ||
|
||
public void releaseConnection(Object tenantIdentifier, Connection connection) throws SQLException { |
Check notice
Code scanning / CodeQL
Useless parameter Note
return null; | ||
} | ||
|
||
public void releaseConnection(String s, Connection connection) throws SQLException { |
Check notice
Code scanning / CodeQL
Useless parameter Note
|
||
} | ||
|
||
public Connection getConnection(Object tenantIdentifier) throws SQLException { |
Check notice
Code scanning / CodeQL
Confusing overloading of methods Note
getConnection
|
||
} | ||
|
||
public Connection getConnection(Object tenantIdentifier) throws SQLException { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
MultiTenantConnectionProvider<>.getConnection
return null; | ||
} | ||
|
||
public void releaseConnection(Object tenantIdentifier, Connection connection) throws SQLException { |
Check notice
Code scanning / CodeQL
Confusing overloading of methods Note
releaseConnection
return null; | ||
} | ||
|
||
public void releaseConnection(Object tenantIdentifier, Connection connection) throws SQLException { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
MultiTenantConnectionProvider<>.releaseConnection
@tati-qalified I had to do some refactoring to make sure the extension works with Hibernate 6.3.x to 6.6.x . Could you test this branch artifacts with both versions to confirm I didn't break anything? Thanks |
@filipelautert I tested the artifacts from this PR with Hibernate versions 6.3.1.Final and 6.6.1.Final. Both work as expected and generate the same changelog when running |
Bumps
hibernate.version
from 6.3.1.Final to 6.6.1.Final.Updates
org.hibernate.orm:hibernate-core
from 6.3.1.Final to 6.6.1.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-core's releases.
... (truncated)
Changelog
Sourced from org.hibernate.orm:hibernate-core's changelog.
... (truncated)
Commits
2c6b91d
Pre-steps for release :6.6.1.Final
3e215b5
HHH-18337 - SequenceStyleGenerator not respecting physical naming strategyefd4528
HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy744732b
HHH-18174 Fix junction entity name uses algorithm for subqueries0e9577a
HHH-18174 Add test for issue9c5cf75
HHH-18447 Try using native cast for string to boolean723e18d
HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy88bcc71
HHH-18337 Account for physical naming strategy when querying db sequence7c66788
HHH-18337 Add test for issueb09b27c
HHH-18625 - Add Configurable#create(GeneratorCreationContext)Updates
org.hibernate.orm:hibernate-envers
from 6.3.1.Final to 6.6.1.FinalRelease notes
Sourced from org.hibernate.orm:hibernate-envers's releases.
... (truncated)
Changelog
Sourced from org.hibernate.orm:hibernate-envers's changelog.
... (truncated)
Commits
2c6b91d
Pre-steps for release :6.6.1.Final
3e215b5
HHH-18337 - SequenceStyleGenerator not respecting physical naming strategyefd4528
HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy744732b
HHH-18174 Fix junction entity name uses algorithm for subqueries0e9577a
HHH-18174 Add test for issue9c5cf75
HHH-18447 Try using native cast for string to boolean723e18d
HHH-18337 - SequenceStyleGenerator not respecting physical naming strategy88bcc71
HHH-18337 Account for physical naming strategy when querying db sequence7c66788
HHH-18337 Add test for issueb09b27c
HHH-18625 - Add Configurable#create(GeneratorCreationContext)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)