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

[Bug][Core] Fix Change SeaTunnel Logo Print Error in some jdk version #3160

Merged
merged 3 commits into from
Oct 25, 2022

Conversation

john8628
Copy link
Contributor

@john8628 john8628 commented Oct 22, 2022

Purpose of this pull request

#3153

Check list

@john8628 john8628 changed the title Sea tunnel logo print Seatunnel logo print Oct 22, 2022
@@ -96,7 +95,8 @@ protected final void close(List<? extends Plugin<E>>... plugins) {
protected void showAsciiLogo() {
String printAsciiLogo = System.getenv("SEATUNNEL_PRINT_ASCII_LOGO");
if ("true".equalsIgnoreCase(printAsciiLogo)) {
AsciiArtUtils.printAsciiArt(Constants.LOGO);
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok ,that sounds good;

@TyrantLucifer
Copy link
Member

Please refer to Coding Guide and change your pull request titile. Thx.

@john8628 john8628 changed the title Seatunnel logo print [Improve][Core] Change SeaTunnel Logo Print Method Oct 23, 2022
Copy link
Member

@hailin0 hailin0 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@TyrantLucifer TyrantLucifer left a comment

Choose a reason for hiding this comment

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

+1

@EricJoy2048 EricJoy2048 changed the title [Improve][Core] Change SeaTunnel Logo Print Method [Bug][Core] Fix Change SeaTunnel Logo Print Error in some jdk version Oct 25, 2022
Copy link
Member

@EricJoy2048 EricJoy2048 left a comment

Choose a reason for hiding this comment

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

LGTM

@EricJoy2048 EricJoy2048 merged commit dae1bda into apache:dev Oct 25, 2022
@john8628 john8628 deleted the SeaTunnel_Logo_Print branch October 25, 2022 02:26
lhyundeadsoul pushed a commit to lhyundeadsoul/incubator-seatunnel that referenced this pull request Oct 26, 2022
…apache#3160)

* [Bug][Core] Fix Change SeaTunnel Logo Print Error in some jdk version

* [Improve][Core] remove unuse class
Carl-Zhou-CN pushed a commit to Carl-Zhou-CN/incubator-seatunnel that referenced this pull request Oct 27, 2022
…apache#3160)

* [Bug][Core] Fix Change SeaTunnel Logo Print Error in some jdk version

* [Improve][Core] remove unuse class
Carl-Zhou-CN pushed a commit to Carl-Zhou-CN/incubator-seatunnel that referenced this pull request Oct 31, 2022
…apache#3160)

* [Bug][Core] Fix Change SeaTunnel Logo Print Error in some jdk version

* [Improve][Core] remove unuse class
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.

4 participants