Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-5878

Update h2 version

    XMLWordPrintable

Details

    • 3
    • S

    Description

      there was a recent critical h2 security issue resolved with 2.0.206. While this won't affect Optimize in reality, we should still always try to stay on the latest version of our dependencies where possible. The automatic update fails with NPE issues, causing by an underlying mismatch between the h2 server and client versions:

      org.h2.jdbc.JdbcSQLException: Version mismatch, driver version is "0" but server version is "15" [90047-190]
          at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
          at org.h2.message.DbException.get(DbException.java:179)
          at org.h2.server.TcpServerThread.run(TcpServerThread.java:90)
          at java.base/java.lang.Thread.run(Thread.java:834) 

      We need to resolve this mismatch so we can update the h2 version.

      Dependabot PR: https://github.com/camunda/camunda-optimize/pull/4251

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                joshua.windels Joshua Windels
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce