This repository was archived by the owner on Feb 3, 2024. It is now read-only.
  
  
  - 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 295
fix(deps): update dependency org.jdbi:jdbi3-bom to v3.44.0 #3218
          
     Open
      
      
            renovate
  wants to merge
  1
  commit into
  master
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
renovate/org.jdbi-jdbi3-bom-3.x
  
      
      
   
  
    
  
  
  
 
  
      
    base: master
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 hidden or 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
    
  
  
    
    c72fd44    to
    90a0357      
    Compare
  
    90a0357    to
    e608ff7      
    Compare
  
    e608ff7    to
    779373d      
    Compare
  
    779373d    to
    3cf2ab6      
    Compare
  
    3cf2ab6    to
    7e05627      
    Compare
  
    7e05627    to
    afdd85f      
    Compare
  
    afdd85f    to
    df0b2ad      
    Compare
  
    df0b2ad    to
    dad018c      
    Compare
  
    dad018c    to
    5cb5535      
    Compare
  
    5cb5535    to
    fff9316      
    Compare
  
    fff9316    to
    829314f      
    Compare
  
    829314f    to
    db1220d      
    Compare
  
    db1220d    to
    342081a      
    Compare
  
    342081a    to
    1461db7      
    Compare
  
    1461db7    to
    762028a      
    Compare
  
    762028a    to
    a05d901      
    Compare
  
    a05d901    to
    f29cf77      
    Compare
  
    f29cf77    to
    88de19b      
    Compare
  
    88de19b    to
    49d5e3b      
    Compare
  
    
  
      Sign up for free
      to subscribe to this conversation on GitHub.
      Already have an account?
      Sign in.
  
      
  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.18.0->3.44.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
jdbi/jdbi (org.jdbi:jdbi3-bom)
v3.44.0Compare Source
@Definitionto 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.0Optionalor vavrOption(reported by @martyn0ff, #2558)fix SQL script parsing is (reported by @IrinaTerlizhenko, #2554).
integration-testmodule for tests that require different parts of the code base. Should be used to write test cases for issue investigations.nullas a value for binding bean, method, field and pojo objects (Suggested by @xak2000 in #2562)ResultSetfromCallstatements for databases that do not support cursor parameters. (suggested in #2557 by @metaforte and @0x1F528 in #2546)int,long,short,doubleandfloatreturn values from out parameters directly.v3.42.0@EnableJdbiRepositories, thanks @xfredk (#2528, #2544)v3.41.3-at the end of named parameters get swallowed. (#2499, thanks @gokristian for reporting).otjPostgressupport in jdbi-testing as the project shipped 1.02 with JPMS module name support.commons-compressdependabot issuev3.41.2otjPostgressupport 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.and-as part of named parameter names. (#2471)v3.41.0@Alpha(#2460)v3.40.0PreparedBatchc'tor problem where the binding context was not set correctly. (#2404)v3.39.13.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
@RegisterCollectorcustomizing annotation (#2377)correctly return null for OutParameters when the called procedure returns NULL.
promoted from
@Betato stable (no functional changes, some minor doc reformatting and additions)JdbiProperty,DatabaseValue,PropagateNull,GenerateSqlObjectannotationsNamedArgumentFinder,SetObjectArgumentFactory,GetObjectColumnMapperFactory,GenericMapMapperFactory,RowViewMapperMapMappersconfiguration objectConfigCachefunctionalitySqlStatementCustomizer#warm()andSqlStatementParameterCustomizer#warm()promoted from
@Alphato@Beta(no functional changes, doc cleanups)BaseStatement#attachToHandleForCleanup()v3.39.0v3.38.3ResultReturnerwarmup. 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.2v3.38.1Should reduce allocation rate and time spent in ConcurrentHashMap init
v3.38.0CaseStrategyis now an official API (dropped @Beta) (#2309)AccessibleObjectStrategyinto an enum (#2310)GenericTypecreation 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 theJdbicallback methods to the handle. This allows code that uses theJdbicallback methods to delegate resource management fully to Jdbi. This flag is set by default. (#2293, thanks @jodastephen)JdbiExecutorfor async Jdbi operations (#2280, thanks @leblonk)set(),collectToMap(),toCollection(),collectInto(),collectIntoList(),collectIntoSet()v3.37.1v3.37.0** 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-cachedependency and addingjdbi.installPlugin(new CaffeineCachePlugin());.v3.36.0v3.35.0JdbiFlywayMigrationto work with Flyway 9 (#2179, thanks @broccolai)JdbiExtensionJUnit5 testing frameworkHandleandStatementContextmapTo(KClass<*>)extension function toResultBearingsetTransactionIsolationmethod, addsetTransactionIsolationLevelto the handlereleasemethod, addreleaseSavepointto the handleisInTransactionmethod toTransactional, bringing it to par to the handle set of methodsJdbiH2ExtensionJdbiGenericExtensionv3.34.0jdbi3-generatorwill now support any Java 8+ version without generating compile-time warnings (#2128)@Unmappablewith@JdbiPropertyso you can configure both mapping and binding flexiblyv3.33.0@Unmappablework with FieldMapper fields and KotlinMapper propertiesbyte[]->BYTEAfor Postgres. (#2109)Sqlclass for SQL statements.v3.32.0examplesmodule for JDBI3 example code.v3.31.0jdbi3-oracle12module up to date.v3.30.0v3.29.0This is a maintenance release. It bumps the minor because of a backwards incompatible change
in the
JdbiOtjPostgresExtensiondue to a change in the upstreamotj-pg-embeddedcomponent.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.0v3.27.2v3.27.1v3.27.0v3.26.1** DO NOT USE **
Serious regression in batch binding: https://github.com/jdbi/jdbi/issues/1987
v3.26.0CLASS(fixes #1971)v3.25.0@Json Stringdatabase type mappers now use@EncodedJson Stringinstead (#1953)v3.24.1v3.24.0RowMappers#register(RowMapper<?>)no longer allowsObjectas concrete parameter type.v3.23.0v3.22.0v3.21.0mvnwbinary to build without a local maven installationv3.20.1v3.20.0v3.19.0Java8 compatibility note!
Spring 4 support deprecated due to upstream EOL (this will be the last release!) Please move to Spring 5
booleanout of the box, #1802v3.18.1Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.