[midPoint-git] [Evolveum/midpoint] 303168: Fix connection leak in modifyObjectDynamically

mederly noreply at github.com
Thu Apr 15 09:10:53 CEST 2021


  Branch: refs/heads/feature/faster-buckets
  Home:   https://github.com/Evolveum/midpoint
  Commit: 303168ef415c1e295e30d81f91ae5c1f2fe09836
      https://github.com/Evolveum/midpoint/commit/303168ef415c1e295e30d81f91ae5c1f2fe09836
  Author: Pavol Mederly <mederly at evolveum.com>
  Date:   2021-04-15 (Thu, 15 Apr 2021)

  Changed paths:
    M pom.xml
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/helpers/ObjectUpdater.java
    M repo/repo-sqlbase/src/main/java/com/evolveum/midpoint/repo/sqlbase/DataSourceFactory.java

  Log Message:
  -----------
  Fix connection leak in modifyObjectDynamically

Also:

1. DB connections in HikariCP are now stored with autocommit = false
(avoiding unnecessary resetting of this flag each time a connection
is returned to the pool).

2. Updated HikariCP to 3.4.5 (the latest 3.x version).




More information about the midPoint-svn mailing list