rainbowdashlabs / reputation-bot

Reputation bot which collects reputation based on chat messages in discord
GNU Affero General Public License v3.0
29 stars 16 forks source link

Update sadu to v2 (major) - abandoned #601

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
de.chojo.sadu:sadu-datasource 1.4.1 -> 2.0.0 age adoption passing confidence
de.chojo.sadu:sadu-postgresql 1.4.1 -> 2.0.0 age adoption passing confidence
de.chojo.sadu:sadu-updater 1.4.1 -> 2.0.0 age adoption passing confidence
de.chojo.sadu:sadu-queries 1.4.1 -> 2.0.0 age adoption passing confidence

Release Notes

rainbowdashlabs/sadu (de.chojo.sadu:sadu-datasource) ### [`v2.0.0`](https://togithub.com/rainbowdashlabs/sadu/releases/tag/v2.0.0) ##### Changelog: 2.0.0 has several breaking changes. A general cleanup was performed to align the package structure and allow usage of java modules. The old queries module was removed and replaced by a new query format. See the [migration guide](https://sadu.docs.chojo.dev/queries/migration/) for further information. ##### Package Changes - Everything inside the **core module** was moved from **de.sadu** to **de.sadu.core** - Everything inside the **mariadb module** was moved from **de.sadu** to **de.sadu.mariadb** - Everything inside the **sqlite module** was moved from **de.sadu** to **de.sadu.sqlite** - Everything inside the **mysql module** was moved from **de.sadu** to **de.sadu.mysql** - Everything inside the **postgresql module** was moved from **de.sadu** to **de.sadu.postgresql** - Everything inside the **testing module** was moved from **de.sadu.tests** to **de.sadu.testing** - The **Row** class was moved from **de.sadu.wrapper.util** to **de.sadu.mapper.wrapper** ##### Module changes - Removed queries module - Added new queries module [#​42](https://togithub.com/rainbowdashlabs/sadu/issues/42) - Every module now declares a module-info.java and defines its module ##### Class changes - Added RowMapping class. - A RowMapper is now a RowMapping as well. This should be compatible with the old signature already. ##### General changes - Setting a config in the SqlUpdater is no longer possible. The Updater wasnt using the query builder anyway, so it had no effect at all. - All instances where `ThrowingFunction` was used to map a row was replaced with `RowMapper`, which is an interface that is still compatible with the old signature via `RowMapping.create(ThrowingFunction)` or via signature match, which is identical - Bumped base java version from 15 to 17 ##### Dendency changes - Annotations from jsr305 were replaced with jetbrains annotations ##### Documentation - Documentation and package-info were added to a wide amount of packages - Docs are now available at [sadu.docs.chojo.dev](https://sadu.docs.chojo.dev) ##### What's Changed - chore(deps): update dependency gradle to v8.6 by [@​renovate](https://togithub.com/renovate) in [https://github.com/rainbowdashlabs/sadu/pull/156](https://togithub.com/rainbowdashlabs/sadu/pull/156) - fix(deps): update junit to v5.10.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/rainbowdashlabs/sadu/pull/157](https://togithub.com/rainbowdashlabs/sadu/pull/157) - fix(deps): update junit5 monorepo to v5.10.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/rainbowdashlabs/sadu/pull/158](https://togithub.com/rainbowdashlabs/sadu/pull/158) - fix(deps): update dependency org.xerial:sqlite-jdbc to v3.45.1.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/rainbowdashlabs/sadu/pull/155](https://togithub.com/rainbowdashlabs/sadu/pull/155) - fix(deps): update testcontainers-java monorepo to v1.19.4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/rainbowdashlabs/sadu/pull/153](https://togithub.com/rainbowdashlabs/sadu/pull/153) - fix(deps): update testcontainers-java monorepo to v1.19.5 by [@​renovate](https://togithub.com/renovate) in [https://github.com/rainbowdashlabs/sadu/pull/160](https://togithub.com/rainbowdashlabs/sadu/pull/160) - Sadu Queries 2 by [@​rainbowdashlabs](https://togithub.com/rainbowdashlabs) in [https://github.com/rainbowdashlabs/sadu/pull/42](https://togithub.com/rainbowdashlabs/sadu/pull/42) - Migrate to 2.0.0 by [@​rainbowdashlabs](https://togithub.com/rainbowdashlabs) in [https://github.com/rainbowdashlabs/sadu/pull/162](https://togithub.com/rainbowdashlabs/sadu/pull/162) - fix(deps): update slf4j monorepo to v2.0.12 by [@​renovate](https://togithub.com/renovate) in [https://github.com/rainbowdashlabs/sadu/pull/159](https://togithub.com/rainbowdashlabs/sadu/pull/159) - Feature/cleanup by [@​rainbowdashlabs](https://togithub.com/rainbowdashlabs) in [https://github.com/rainbowdashlabs/sadu/pull/163](https://togithub.com/rainbowdashlabs/sadu/pull/163) - Feature: expose exceptions by [@​rainbowdashlabs](https://togithub.com/rainbowdashlabs) in [https://github.com/rainbowdashlabs/sadu/pull/164](https://togithub.com/rainbowdashlabs/sadu/pull/164) - Update dependency org.postgresql:postgresql to v42.7.2 by [@​renovate](https://togithub.com/renovate) in [https://github.com/rainbowdashlabs/sadu/pull/166](https://togithub.com/rainbowdashlabs/sadu/pull/166) - Release 2.0.0 by [@​rainbowdashlabs](https://togithub.com/rainbowdashlabs) in [https://github.com/rainbowdashlabs/sadu/pull/161](https://togithub.com/rainbowdashlabs/sadu/pull/161) **Full Changelog**: https://github.com/rainbowdashlabs/sadu/compare/v1.4.1...v2.0.0

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

rainbowdashlabs commented 6 months ago

Needs migration to new syntax as the build fails.

Already done in #596

renovate[bot] commented 6 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] commented 5 months ago

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.