-
Notifications
You must be signed in to change notification settings - Fork 0
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 dependency org.jdbi:jdbi3-sqlobject to v3.48.0 #38
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/org.jdbi-jdbi3-sqlobject-3.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
f1c528e
to
e00d658
Compare
e00d658
to
c8f8374
Compare
c8f8374
to
e9d78f2
Compare
e9d78f2
to
7923ea5
Compare
7923ea5
to
e1d6bd4
Compare
e1d6bd4
to
0ac28b9
Compare
0ac28b9
to
c4769f6
Compare
c4769f6
to
caa9596
Compare
caa9596
to
8e19002
Compare
8e19002
to
5fb89ee
Compare
5fb89ee
to
34fd3f6
Compare
34fd3f6
to
be946af
Compare
be946af
to
a89b322
Compare
a89b322
to
ec06109
Compare
ec06109
to
f8c0e5b
Compare
f8c0e5b
to
54a262a
Compare
54a262a
to
7b30ac2
Compare
7b30ac2
to
b1884fd
Compare
b1884fd
to
5bf5e62
Compare
5bf5e62
to
25f6922
Compare
25f6922
to
7a74877
Compare
7a74877
to
57a8d14
Compare
57a8d14
to
dc931d2
Compare
dc931d2
to
8da5352
Compare
8da5352
to
5ce0518
Compare
5ce0518
to
5c4072a
Compare
5c4072a
to
1f9c01a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
3.20.1
->3.48.0
Release Notes
jdbi/jdbi (org.jdbi:jdbi3-sqlobject)
v3.48.0
Compare Source
v3.47.0
Compare Source
@JdbiRepository
so aot generation works (#2727, thanks @hpoettker !)spring
module that will focus on Spring Framework 6.x and beyond. This is currently the same code as spring5 but no longer needs to maintain Spring Framework 5.x backwards compatibility.v3.46.0
Compare Source
v3.45.4
Compare Source
v3.45.3
Compare Source
v3.45.2
Compare Source
v3.45.1
Compare Source
v3.45.0
Compare Source
JdbiTestContainersExtension#setShutdownWaitTime(int)
to control waiting for extension shutdown if a database is very slow. Addresses #2629 (thanks @stoyants).v3.44.1
Compare Source
@Definition
feature also supports super-interface definitionsv3.44.0
Compare Source
@Definition
to define computed constantsConnection#commit()
threw an Exception, we called commit() again. Now thecode explicitly calls
Connection#rollback()
. Fixes #2595<T extends This<T>>
(#2582, reported by @johnarrr)v3.43.0
Compare Source
** POTENTIAL BREAKING CHANGE **
With 3.43.0, we have improved the support for calling stored procedures via Call, and in particular
returning result sets.
Like any object that comes from a Statement, the expectation is that code will consume
all results (whether it's "normal" result set or a stored procedure result) before closing the Statement.
However, previously, Jdbi did not enforce this - OutParameters could be used after the statement closed.
So, you might observe new exceptions while trying to use OutParameters after closing the Call they came from.
See: https://github.com/jdbi/jdbi/issues/2592
Optional
or vavrOption
(reported by @martyn0ff, #2558)fix SQL script parsing is (reported by @IrinaTerlizhenko, #2554).
integration-test
module for tests that require different parts of the code base. Should be used to write test cases for issue investigations.null
as a value for binding bean, method, field and pojo objects (Suggested by @xak2000 in #2562)ResultSet
fromCall
statements for databases that do not support cursor parameters. (suggested in #2557 by @metaforte and @0x1F528 in #2546)int
,long
,short
,double
andfloat
return values from out parameters directly.v3.42.0
Compare Source
@EnableJdbiRepositories
, thanks @xfredk (#2528, #2544)v3.41.3
Compare Source
-
at the end of named parameters get swallowed. (#2499, thanks @gokristian for reporting).otjPostgres
support in jdbi-testing as the project shipped 1.02 with JPMS module name support.commons-compress
dependabot issuev3.41.2
Compare Source
otjPostgres
support in jdbi-testing. This will be undeprecated if they ship a version that provides an automatic module name for JPMS, otherwise it will be removed when Jdbi ships with full JPMS support.Handle#begin()
beforeHandle#commit()
(#2491, thanks @grigorem)v3.41.1
Compare Source
.
and-
as part of named parameter names. (#2471)v3.41.0
Compare Source
@Alpha
(#2460)v3.40.0
Compare Source
PreparedBatch
c'tor problem where the binding context was not set correctly. (#2404)v3.39.1
Compare Source
3.39.x is the last release of Jdbi to support Java 8. Java 8 is
obsolete for a long time and the burden of supporting it in Jdbi has
grown as parts of our tool chain and libraries no longer support
it. We intend to do occasional bug patches for significant bugs or
security issues but there will be no further active development
work.
add
Extensions#failFast()
to enable extension objects with misconfigured methods to fail at first access. Default is to fail when a misconfigured method is accessed for the first time.add new
@RegisterCollector
customizing annotation (#2377)correctly return null for OutParameters when the called procedure returns NULL.
promoted from
@Beta
to stable (no functional changes, some minor doc reformatting and additions)JdbiProperty
,DatabaseValue
,PropagateNull
,GenerateSqlObject
annotationsNamedArgumentFinder
,SetObjectArgumentFactory
,GetObjectColumnMapperFactory
,GenericMapMapperFactory
,RowViewMapper
MapMappers
configuration objectConfigCache
functionalitySqlStatementCustomizer#warm()
andSqlStatementParameterCustomizer#warm()
promoted from
@Alpha
to@Beta
(no functional changes, doc cleanups)BaseStatement#attachToHandleForCleanup()
v3.39.0
Compare Source
v3.38.3
Compare Source
ResultReturner
warmup. This restores the pre-3.38.0 behaviorwhere SQLObject classes with invalid methods could be used unless a method is explicitly called (#2342)
v3.38.2
Compare Source
v3.38.1
Compare Source
Should reduce allocation rate and time spent in ConcurrentHashMap init
v3.38.0
Compare Source
CaseStrategy
is now an official API (dropped @Beta) (#2309)AccessibleObjectStrategy
into an enum (#2310)GenericType
creation in parameterized classes (#2305)SqlStatements#setAttachAllStatementsForCleanup
. Setting this configuration flag will attach all created statements to their handles for resource cleanup. Default isfalse
. (#2293, thanks @jodastephen)SqlStatements#setAttachCallbackStatementsForCleanup
. Setting this configuration flag will attach all created statements within one of theJdbi
callback methods to the handle. This allows code that uses theJdbi
callback methods to delegate resource management fully to Jdbi. This flag is set by default. (#2293, thanks @jodastephen)JdbiExecutor
for async Jdbi operations (#2280, thanks @leblonk)set()
,collectToMap()
,toCollection()
,collectInto()
,collectIntoList()
,collectIntoSet()
v3.37.1
Compare Source
v3.37.0
Compare Source
** DO NOT USE **
The default cache contains a thread deadlock when the cache is
evicting while adding new entries through multiple threads. This has
been fixed in 3.37.1
jdbi3-caffeine-cache
dependency and addingjdbi.installPlugin(new CaffeineCachePlugin());
.v3.36.0
Compare Source
v3.35.0
Compare Source
JdbiFlywayMigration
to work with Flyway 9 (#2179, thanks @broccolai)JdbiExtension
JUnit5 testing frameworkHandle
andStatementContext
mapTo(KClass<*>)
extension function toResultBearing
setTransactionIsolation
method, addsetTransactionIsolationLevel
to the handlerelease
method, addreleaseSavepoint
to the handleisInTransaction
method toTransactional
, bringing it to par to the handle set of methodsJdbiH2Extension
JdbiGenericExtension
v3.34.0
Compare Source
jdbi3-generator
will now support any Java 8+ version without generating compile-time warnings (#2128)@Unmappable
with@JdbiProperty
so you can configure both mapping and binding flexiblyv3.33.0
Compare Source
@Unmappable
work with FieldMapper fields and KotlinMapper propertiesbyte[]
->BYTEA
for Postgres. (#2109)Sql
class for SQL statements.v3.32.0
Compare Source
examples
module for JDBI3 example code.v3.31.0
Compare Source
jdbi3-oracle12
module up to date.v3.30.0
Compare Source
v3.29.0
Compare Source
This is a maintenance release. It bumps the minor because of a backwards incompatible change
in the
JdbiOtjPostgresExtension
due to a change in the upstreamotj-pg-embedded
component.If you do not use this component, there are no significant changes over 3.28.0.
incompatible change as the component changed the call signature of
getJdbcUrl
. This onlyaffects the JdbiOtjPostgresExtension
v3.28.0
Compare Source
v3.27.2
Compare Source
v3.27.1
Compare Source
v3.27.0
Compare Source
v3.26.1
Compare Source
** DO NOT USE **
Serious regression in batch binding: https://github.com/jdbi/jdbi/issues/1987
v3.26.0
Compare Source
CLASS
(fixes #1971)v3.25.0
Compare Source
@Json String
database type mappers now use@EncodedJson String
instead (#1953)v3.24.1
Compare Source
v3.24.0
Compare Source
RowMappers#register(RowMapper<?>)
no longer allowsObject
as concrete parameter type.v3.23.0
Compare Source
v3.22.0
Compare Source
v3.21.0
Compare Source
mvnw
binary to build without a local maven installationConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.