Open
Conversation
…ured during metadata creation
… default catalog/schema
…agement tool or session factory creation This is necessary if we want the default catalog/schema to take precedence, since the default catalog/schema is applied late, on schema management tool or session factory creation.
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.
Cherry picked from 1706141
… JDBC driver isn't loadable
…2 due to introducing SqlStringGenerationContext
…lass hierarchy with a default schema
…D tables with the default catalog/schema
…dropping catalogs/schemas
…n defined in mappersuperclass with generics
…at use the https scheme
Older versions cannot correctly resolve dependencies
so that we do not use the outdated ones that aren't available anymore
# Conflicts: # local-build-plugins/src/main/groovy/local.publishing.gradle # Conflicts: # ci/snapshot-publish.Jenkinsfile # Conflicts: # ci/release/Jenkinsfile # gradle/publishing-pom.gradle
52e7d12 to
8092609
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bringing latest changes from original repo on branch 5.6.