Skip to content

[FLINK-31070][table] Bump jline to 3.29.0#28022

Merged
snuyanzin merged 2 commits intoapache:masterfrom
snuyanzin:jline30
Apr 24, 2026
Merged

[FLINK-31070][table] Bump jline to 3.29.0#28022
snuyanzin merged 2 commits intoapache:masterfrom
snuyanzin:jline30

Conversation

@snuyanzin
Copy link
Copy Markdown
Contributor

@snuyanzin snuyanzin commented Apr 24, 2026

What is the purpose of the change

Bumping jline version to 3.29.0, there are some high/critical fixes

Brief change log

pom and NOTICE

Verifying this change

Existing tests

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (yes )
  • The public API, i.e., is any changed class annotated with @Public(Evolving): ( no)
  • The serializers: (no )
  • The runtime per-record code paths (performance sensitive): (no )
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no )
  • The S3 file system connector: (no)

Documentation

  • Does this pull request introduce a new feature? ( no)
  • If yes, how is the feature documented? (not applicable)

Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

@flinkbot
Copy link
Copy Markdown
Collaborator

flinkbot commented Apr 24, 2026

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

Copy link
Copy Markdown
Contributor

@spuru9 spuru9 left a comment

Choose a reason for hiding this comment

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

I know the Jira mention the specific version but can we go for latest minor.

Comment thread pom.xml Outdated
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.12.1</version>
<version>5.17.0</version>
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.

same here with 5.18.1

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.

for this one we can, updated

<groupId>org.jline</groupId>
<artifactId>jline-terminal</artifactId>
<version>3.21.0</version>
<version>3.29.0</version>
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.

Can't we use the latest minor? 3.30.9

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.

right now no, it requires more debug because of their breaking changes

@snuyanzin snuyanzin requested a review from spuru9 April 24, 2026 14:42
@github-actions github-actions Bot added the community-reviewed PR has been reviewed by the community. label Apr 24, 2026
@snuyanzin
Copy link
Copy Markdown
Contributor Author

thanks for taking a look

@snuyanzin snuyanzin merged commit b98f75e into apache:master Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-reviewed PR has been reviewed by the community.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants