[hibernate-commits] [hibernate/hibernate-orm] 80360b: HHH-12594 Trim down BatchFetchBootstrapTest to the...

GitHub noreply at github.com
Mon Jun 25 11:39:45 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 80360b131793df287d8322c0f89478ad8116ee63
      https://github.com/hibernate/hibernate-orm/commit/80360b131793df287d8322c0f89478ad8116ee63
  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: e1bcfc12cf8904e15e4ca8519d61dd99a8184fa8
      https://github.com/hibernate/hibernate-orm/commit/e1bcfc12cf8904e15e4ca8519d61dd99a8184fa8
  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: e5dc635a52362f69b69acb8d5b166b69b165dbbd
      https://github.com/hibernate/hibernate-orm/commit/e5dc635a52362f69b69acb8d5b166b69b165dbbd
  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/337646de132e...e5dc635a5236
      **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