Skip to content

Update h2 version for core-java-lang-oop-modifiers#13786

Closed
ehsansasanian wants to merge 1 commit into
eugenp:masterfrom
ehsansasanian:java-16946-upgrade-h2-database-for-core-java-lang-oop-modifiers-module
Closed

Update h2 version for core-java-lang-oop-modifiers#13786
ehsansasanian wants to merge 1 commit into
eugenp:masterfrom
ehsansasanian:java-16946-upgrade-h2-database-for-core-java-lang-oop-modifiers-module

Conversation

@ehsansasanian

Copy link
Copy Markdown
Contributor

No description provided.


<properties>
<h2.version>1.4.197</h2.version> <!-- needs to be specified as it fails with parent's 1.4.200 -->
<h2.version>2.1.214</h2.version> <!-- needs to be specified as it fails with parent's 1.4.200 -->

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please remove the comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

will do it.

public void whenConnectingToH2_connectionInstanceIsReturned() throws SQLException {

final String url = "jdbc:h2:~/test";
final String url = "jdbc:h2:mem:test";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

let's use the filesystem db, not the in-memory one.

@ehsansasanian ehsansasanian May 8, 2023

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It's already done in the new PR. #13976
Closing this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants