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

[FLINK-35182] Bump org.apache.commons:commons-compress from 1.24.0 to 1.26.1 for Flink Pulsar connector #90

Merged
merged 1 commit into from
May 3, 2024

Conversation

GOODBOY008
Copy link
Member

@GOODBOY008 GOODBOY008 commented Apr 20, 2024

This closes #83.

pom.xml Outdated
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Move the version to the properties.

pom.xml Outdated
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Move the version to the properties.

@@ -49,7 +49,7 @@ public Foo() {}

@Override
public String toString() {
return "" + i + "," + f + "," + (bar == null ? "null" : bar.toString());
return i + "," + f + "," + (bar == null ? "null" : bar.toString());
Copy link
Contributor

Choose a reason for hiding this comment

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

I prefer to do only one thing in one PR. This refactor shouldn't be included in the version bump.

Copy link
Member Author

Choose a reason for hiding this comment

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

Because ci failed ,I just modify code to trigger ci. Now,This code had been reverted.

@syhily
Copy link
Contributor

syhily commented Apr 27, 2024

OK, LGTM. We need to get the CI pass, finally.

@GOODBOY008
Copy link
Member Author

@syhily CI passed~

@syhily
Copy link
Contributor

syhily commented Apr 28, 2024

@tisonkun

Copy link
Member

@tisonkun tisonkun left a comment

Choose a reason for hiding this comment

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

Thank you! This closes #83.

@tisonkun tisonkun merged commit b37a8b3 into apache:main May 3, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants