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

Update sadu to v2 (major) #82

Merged
merged 3 commits into from
Jun 6, 2024
Merged

Update sadu to v2 (major) #82

merged 3 commits into from
Jun 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

rainbowdashlabs/sadu (de.chojo.sadu:sadu-datasource)

v2.2.0: Release of Value Converters

What's Changed

this release contains a newly added ValueReader class, which allows reading all kind of types from a ResultSet. Pre defined Value Reader can be accessed via the StandardValueReader class. Value readers for all date and time classes are present

Adapters for missing date and time classes were added.

The Adapters and ValueReaders for certain types are now grouped in ValueConverters accessible via the StandardValueConverters class. Those implement the Adapter and ValueReader class allowing them to be used for reading and writing values at the same time. Have a look at #​182 for further information and examples.

New Contributors

Full Changelog: rainbowdashlabs/sadu@v2.1.0...v2.2.0

v2.1.0

What's Changed

Full Changelog: rainbowdashlabs/sadu@v2.0.0...v2.1.0

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 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
  • 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<? extends T, Row, SQLException> was used to map a row was replaced with RowMapper<T>, 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
What's Changed

Full Changelog: rainbowdashlabs/sadu@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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot enabled auto-merge (rebase) February 24, 2024 05:07
@renovate renovate bot changed the title Update sadu to v2 (major) Update sadu to v2 (major) - autoclosed Mar 25, 2024
@renovate renovate bot closed this Mar 25, 2024
auto-merge was automatically disabled March 25, 2024 01:06

Pull request was closed

@renovate renovate bot deleted the deps/major-sadu branch March 25, 2024 01:06
@renovate renovate bot changed the title Update sadu to v2 (major) - autoclosed Update sadu to v2 (major) Mar 25, 2024
@renovate renovate bot reopened this Mar 25, 2024
@renovate renovate bot restored the deps/major-sadu branch March 25, 2024 03:10
@renovate renovate bot enabled auto-merge (rebase) March 25, 2024 07:07
@renovate renovate bot changed the title Update sadu to v2 (major) Update sadu to v2 (major) - autoclosed May 14, 2024
@renovate renovate bot closed this May 14, 2024
auto-merge was automatically disabled May 14, 2024 01:04

Pull request was closed

@renovate renovate bot deleted the deps/major-sadu branch May 14, 2024 01:04
@renovate renovate bot changed the title Update sadu to v2 (major) - autoclosed Update sadu to v2 (major) May 14, 2024
@renovate renovate bot reopened this May 14, 2024
@renovate renovate bot restored the deps/major-sadu branch May 14, 2024 04:21
@renovate renovate bot enabled auto-merge (rebase) May 14, 2024 07:34
@renovate renovate bot changed the title Update sadu to v2 (major) Update sadu to v2 (major) - autoclosed May 25, 2024
@renovate renovate bot closed this May 25, 2024
auto-merge was automatically disabled May 25, 2024 01:03

Pull request was closed

@renovate renovate bot deleted the deps/major-sadu branch May 25, 2024 01:03
@renovate renovate bot changed the title Update sadu to v2 (major) - autoclosed Update sadu to v2 (major) May 25, 2024
@renovate renovate bot reopened this May 25, 2024
@renovate renovate bot restored the deps/major-sadu branch May 25, 2024 03:49
@renovate renovate bot enabled auto-merge (rebase) May 25, 2024 07:19
Copy link
Contributor Author

renovate bot commented Jun 6, 2024

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 renovate bot merged commit 4a140d6 into main Jun 6, 2024
6 checks passed
@renovate renovate bot deleted the deps/major-sadu branch June 6, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant