Uploaded image for project: 'OptaPlanner'
  1. OptaPlanner
  2. PLANNER-1311

Support newer Hibernate version used in spring-boot-jpa ver. 2.x

XMLWordPrintable

    • NEW
    • NEW

      Current OptaPlanner's persist-jpa uses Hibernate ver. 5.1.15.Final, but spring-boot-jpa ver. 2.x uses Hibernate ver. 5.2.x.
      One effect of the upgrade is the parameter type in

      org.hibernate.usertype.CompositeUserType
      

      interface changed from

      org.hibernate.engine.spi.SessionImplementor
      

      to

      org.hibernate.engine.spi.SharedSessionContractImplementor
      

      which makes

      org.optaplanner.persistence.jpa.impl.score.AbstractScoreHibernateType
      

      class and all its subclasses fail to implement the method in the interface.

      The discussion may be foud here

              gdesmet@redhat.com Geoffrey De Smet (Inactive)
              tonnydan tonny ton (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: