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-18096 Support for JPA 3.2 database generator options #8379

Merged
merged 2 commits into from
May 16, 2024

Conversation

dreab8
Copy link
Member

@dreab8 dreab8 commented May 14, 2024


@BeforeEach
public void setUp() throws IOException {
output = File.createTempFile( "update_script", ".sql" );

Check warning

Code scanning / CodeQL

Local information disclosure in a temporary directory Medium

Local information disclosure vulnerability due to use of file readable by other local users.
}

public SequenceStructure(
JdbcEnvironment jdbcEnvironment,

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'jdbcEnvironment' is never used.
}

public TableStructure(
JdbcEnvironment jdbcEnvironment,

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'jdbcEnvironment' is never used.
@sebersole sebersole merged commit 9d09d5a into hibernate:wip/7.0 May 16, 2024
20 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants