[hibernate-commits] [hibernate/hibernate-orm] 15f737: HHH-12594 - Using property "hibernate.default_batc...

GitHub noreply at github.com
Mon Jun 25 15:03:14 EDT 2018


  Branch: refs/heads/5.2
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 15f737e9e1c7c1a31c52f83e04e7749a17f997f4
      https://github.com/hibernate/hibernate-orm/commit/15f737e9e1c7c1a31c52f83e04e7749a17f997f4
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2018-06-25 (Mon, 25 Jun 2018)

  Changed paths:
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/BatchFetchBootstrapTest.java

  Log Message:
  -----------
  HHH-12594 - Using property "hibernate.default_batch_fetch_size" crashes bootstrapping


  Commit: bb732cf26a7e9e904210918de61fc68da7674001
      https://github.com/hibernate/hibernate-orm/commit/bb732cf26a7e9e904210918de61fc68da7674001
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2018-06-25 (Mon, 25 Jun 2018)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/batchfetch/BatchFetchBootstrapTest.java

  Log Message:
  -----------
  HHH-12594 - Using property "hibernate.default_batch_fetch_size" crashes bootstrapping

Fix test failing in spite of @FailureExpected


  Commit: ebda68958dc083ab6a928a7712281c82d349df66
      https://github.com/hibernate/hibernate-orm/commit/ebda68958dc083ab6a928a7712281c82d349df66
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-06-25 (Mon, 25 Jun 2018)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/batchfetch/BatchFetchBootstrapTest.java

  Log Message:
  -----------
  HHH-12594 Trim down BatchFetchBootstrapTest to the simplest possible configuration

So that we can investigate without unnecessary complexity getting in the
way.


  Commit: 4a53df0dd340543c959feb398377dba8734c744b
      https://github.com/hibernate/hibernate-orm/commit/4a53df0dd340543c959feb398377dba8734c744b
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-06-25 (Mon, 25 Jun 2018)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/loader/plan/exec/internal/EntityLoadQueryDetails.java

  Log Message:
  -----------
  HHH-12594 Do not share AliasResolutionContextImpl between EntityLoadQueryDetails instances

Sharing it results in some tables being aliased twice for the same query
space, but with different aliases, resulting in exceptions.

Ideally we should try to generate the aliases once, and then share the
AliasResolutionContextImpl between EntityLoadQueryDetails instances,
but I'm really not comfortable enough with this code to make that kind
of changes.


  Commit: cf891dbe929e0acc8c064301ce747817fcb33d3f
      https://github.com/hibernate/hibernate-orm/commit/cf891dbe929e0acc8c064301ce747817fcb33d3f
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-06-25 (Mon, 25 Jun 2018)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/batchfetch/BatchFetchBootstrapTest.java

  Log Message:
  -----------
  HHH-12594 Un-ignore BatchFetchBootstrapTest


Compare: https://github.com/hibernate/hibernate-orm/compare/93514be20d8e...cf891dbe929e
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the hibernate-commits mailing list