Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hibernate/hibernate-orm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.6.2
Choose a base ref
...
head repository: hibernate/hibernate-orm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.6.3
Choose a head ref
  • 6 commits
  • 8 files changed
  • 4 contributors

Commits on Dec 8, 2021

  1. 5.6.3-SNAPSHOT

    Hibernate-CI committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    f6f7654 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. HHH-14948 - Reduce the size of the imports cache in the metamodel

    We have agreed to mitigate a memory issue by introducing a hard-coded
    (for the time being) cap on the imports cache in MetamodelImpl. This
    would preserve the previously available performance improvement for
    the majority of applications using Hibernate (which are expected to have
    less than 1000 imports) while mitigating an unbounded memory consumption
    issue for applications that exceed this limit when dynamically
    generating queries with random entity aliases.
    
    The commit also adds a not-so-beautiful test, which, however, is
    beneficial considering the consequences of introduing a regression.
    Ivaylo Mitrev authored and Sanne committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    fc957ec View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Configuration menu
    Copy the full SHA
    ad8723c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    ab80895 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d1027f View commit details
    Browse the repository at this point in the history
  3. 5.6.3.Final

    Hibernate-CI committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    2607c91 View commit details
    Browse the repository at this point in the history
Loading