Skip to content

Upgrade Guava library to version 32.0.0-jre in CDAP common module#18

Open
dheeraj-kholia-cs wants to merge 1 commit intoguava-library-upgradefrom
cdap-common-guava-library-upgrade
Open

Upgrade Guava library to version 32.0.0-jre in CDAP common module#18
dheeraj-kholia-cs wants to merge 1 commit intoguava-library-upgradefrom
cdap-common-guava-library-upgrade

Conversation

@dheeraj-kholia-cs
Copy link
Copy Markdown
Collaborator

  • Updated the Guava dependency version in pom.xml to 32.0.0-jre.
  • Ensured compatibility with the upgraded Guava version.

- Updated the Guava dependency version in `pom.xml` to 32.0.0-jre.
- Ensured compatibility with the upgraded Guava version.
@@ -0,0 +1,38 @@
/*
* Copyright © 2024 Cask Data, Inc.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

change the year to 2026 in all new files

@Override
public void finished(HttpResponder responder) {
Closeables.closeQuietly(outputStream);
try { if (outputStream != null) outputStream.close(); } catch (IOException ignored) { }
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

use curly braces in if conditions

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