-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
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
renovate
bot
force-pushed
the
deps/major-sadu
branch
from
February 25, 2024 06:35
538524c
to
db79b1e
Compare
renovate
bot
changed the title
Update sadu to v2 (major)
Update sadu to v2 (major) - autoclosed
Mar 25, 2024
auto-merge was automatically disabled
March 25, 2024 01:06
Pull request was closed
renovate
bot
changed the title
Update sadu to v2 (major) - autoclosed
Update sadu to v2 (major)
Mar 25, 2024
renovate
bot
force-pushed
the
deps/major-sadu
branch
from
March 25, 2024 07:07
db79b1e
to
66710d6
Compare
renovate
bot
changed the title
Update sadu to v2 (major)
Update sadu to v2 (major) - autoclosed
May 14, 2024
auto-merge was automatically disabled
May 14, 2024 01:04
Pull request was closed
renovate
bot
changed the title
Update sadu to v2 (major) - autoclosed
Update sadu to v2 (major)
May 14, 2024
renovate
bot
force-pushed
the
deps/major-sadu
branch
from
May 14, 2024 07:34
66710d6
to
3a15ed9
Compare
renovate
bot
changed the title
Update sadu to v2 (major)
Update sadu to v2 (major) - autoclosed
May 25, 2024
auto-merge was automatically disabled
May 25, 2024 01:03
Pull request was closed
renovate
bot
changed the title
Update sadu to v2 (major) - autoclosed
Update sadu to v2 (major)
May 25, 2024
renovate
bot
force-pushed
the
deps/major-sadu
branch
from
May 27, 2024 20:08
3a15ed9
to
36d8ca1
Compare
Edited/Blocked NotificationRenovate 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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.4.1
->2.2.0
1.4.1
->2.2.0
1.4.1
->2.2.0
1.4.1
->2.2.0
Release Notes
rainbowdashlabs/sadu (de.chojo.sadu:sadu-datasource)
v2.2.0
: Release of Value ConvertersWhat'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
Module changes
Class changes
General changes
ThrowingFunction<? extends T, Row, SQLException>
was used to map a row was replaced withRowMapper<T>
, which is an interface that is still compatible with the old signature viaRowMapping.create(ThrowingFunction)
or via signature match, which is identicalDendency changes
Documentation
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.
This PR has been generated by Mend Renovate. View repository job log here.