-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump org.assertj:assertj-db from 2.0.2 to 3.0.0 (#935)
Bumps [org.assertj:assertj-db](https://github.com/assertj/assertj-db) from 2.0.2 to 3.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/assertj/assertj-db/releases">org.assertj:assertj-db's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <h2>:star: Improvements</h2> <ul> <li>Fluent construction of AssertJ-DB connection to database</li> <li>Cacheable database schema metadata</li> <li>Fluent database element builder ( Table, Request, Changes )</li> </ul> <h2>:construction: Breaking changes</h2> <ul> <li>Remove classes : Source, SourceWithLetterCase, DataSourceWithLetterCase</li> <li>Remove public constructor of classes : Table, Request, Changes</li> </ul> <h2>:gear: Chore</h2> <ul> <li>Upgrade to AssertJ Core 3.21.0</li> <li>Upgrade GitHub actions</li> <li>Upgrade tests dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/assertj/assertj-db/commit/c47219277071c8a6c320ef14d53302bddf295a68"><code>c472192</code></a> Release assertj-db-3.0.0</li> <li><a href="https://github.com/assertj/assertj-db/commit/d342a209a8c2d4e1cfc62b99a5b8a07fa4e25c84"><code>d342a20</code></a> Bump org.hsqldb:hsqldb from 2.7.3 to 2.7.4</li> <li><a href="https://github.com/assertj/assertj-db/commit/9111ddff54251aea66464a2bece4068ba08b5214"><code>9111ddf</code></a> Bump org.apache.maven.plugins:maven-shade-plugin from 3.2.4 to 3.6.0</li> <li><a href="https://github.com/assertj/assertj-db/commit/f5532a720c986197c36e524a4b6022d1fbdf624b"><code>f5532a7</code></a> Configure dependabot to ignore major version</li> <li><a href="https://github.com/assertj/assertj-db/commit/bc0cfb751e3c68dc10b29c43b968010e9601962a"><code>bc0cfb7</code></a> Provide fluent API to build DbElement</li> <li><a href="https://github.com/assertj/assertj-db/commit/e6d1dc4429d76d3f60cbfac57d27561e2c7e9ac9"><code>e6d1dc4</code></a> Cacheable database schema metadata</li> <li><a href="https://github.com/assertj/assertj-db/commit/28b7ce2d22b45224347ae7676f79d832e02dedeb"><code>28b7ce2</code></a> Migrate SonarCloud to assertj-org</li> <li><a href="https://github.com/assertj/assertj-db/commit/9756d93360b1063ea19f79a0ce4d5d4f2157667d"><code>9756d93</code></a> Fix javadoc generation</li> <li><a href="https://github.com/assertj/assertj-db/commit/c85789566a5f9cd5be35fa7a5a70a59dd32b456c"><code>c857895</code></a> Apply assertj code style</li> <li><a href="https://github.com/assertj/assertj-db/commit/6250ec92bda361b8006e2039dcd6350b23f6962a"><code>6250ec9</code></a> Bump the licence current year to 2024</li> <li>Additional commits viewable in <a href="https://github.com/assertj/assertj-db/compare/assertj-db-2.0.2...assertj-db-3.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.assertj:assertj-db&package-manager=gradle&previous-version=2.0.2&new-version=3.0.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas <[email protected]>
- Loading branch information
1 parent
2176865
commit 1b24eee
Showing
11 changed files
with
67 additions
and
51 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
4 changes: 2 additions & 2 deletions
4
miner/src/main/java/fr/rakambda/channelpointsminer/miner/database/MariaDBDatabase.java
This file contains 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
4 changes: 2 additions & 2 deletions
4
miner/src/main/java/fr/rakambda/channelpointsminer/miner/database/MysqlDatabase.java
This file contains 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
6 changes: 3 additions & 3 deletions
6
miner/src/main/java/fr/rakambda/channelpointsminer/miner/database/SQLiteDatabase.java
This file contains 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
4 changes: 3 additions & 1 deletion
4
miner/src/main/java/fr/rakambda/channelpointsminer/miner/event/IEventHandler.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
package fr.rakambda.channelpointsminer.miner.event; | ||
|
||
import java.io.IOException; | ||
|
||
public interface IEventHandler extends AutoCloseable{ | ||
void onEvent(IEvent event); | ||
|
||
@Override | ||
default void close(){} | ||
default void close() throws IOException{} | ||
} |
This file contains 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
This file contains 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
This file contains 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