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

Bump Hazelcast to 5.3.0 #423

Merged
merged 2 commits into from
Jun 7, 2023
Merged

Conversation

ldziedziul
Copy link
Contributor

No description provided.

@ldziedziul ldziedziul added the dependencies Pull requests that update a dependency file label Jun 7, 2023
@ldziedziul ldziedziul requested a review from a team as a code owner June 7, 2023 08:13
@ldziedziul ldziedziul self-assigned this Jun 7, 2023
@github-actions
Copy link

github-actions bot commented Jun 7, 2023

Test Results

128 tests  ±0   128 ✔️ ±0   1m 10s ⏱️ -7s
  24 suites ±0       0 💤 ±0 
  24 files   ±0       0 ±0 

Results for commit d847440. ± Comparison against base commit edb060c.

♻️ This comment has been updated with latest results.

succeed = true;
} catch (Exception e) {
if (logger.isFineEnabled()) {
logger.fine("Failed to establish home phone call. Retries left: " + retryCount, e);
}
} finally {
closeResource(in);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was the cause of the failing compatibility tests, we've got an exception here:

Throwable: java.lang.NoSuchMethodError: 'void com.hazelcast.internal.nio.IOUtil.closeResource(java.lang.AutoCloseable)'

@TomaszGaweda followed my suggestion and changed closeResource signature: hazelcast/hazelcast#23880 (comment)

I've changed the implementation to avoid this method and use try-with-resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility-sensitive dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants