Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HHH-19098 Disable implicit loading of the default import script #9693

Merged
merged 2 commits into from
Feb 12, 2025

Conversation

dreab8
Copy link
Member

@dreab8 dreab8 commented Feb 4, 2025

https://hibernate.atlassian.net/browse/HHH-19098

#9692 backport for 6.6


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


@dreab8 dreab8 added the 6.6 label Feb 4, 2025
private String name;
}

public class ExecutionOptionsTestImpl implements ExecutionOptions, ExceptionHandler {

Check notice

Code scanning / CodeQL

Inner class could be static Note test

ExecutionOptionsTestImpl should be made static, since the enclosing instance is not used.
Copy link
Member

@mbladel mbladel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dreab8 dreab8 requested review from sebersole and gavinking February 5, 2025 17:08
@yrodiere yrodiere merged commit 287b920 into hibernate:6.6 Feb 12, 2025
30 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants