Skip to content

fix: Updates on JVM console encoding#4495

Open
hrishikesh-nalawade wants to merge 1 commit intov3.x.xfrom
hrishikesh-nalawade/GH4419/updated-console-encoding
Open

fix: Updates on JVM console encoding#4495
hrishikesh-nalawade wants to merge 1 commit intov3.x.xfrom
hrishikesh-nalawade/GH4419/updated-console-encoding

Conversation

@hrishikesh-nalawade
Copy link
Member

Description

Further updates on the previous PR. #4482

Linked to #4419

Type of change

  • fix: Bug fix (non-breaking change which fixes an issue)

Signed-off-by: hrishikesh-nalawade <hrishikesh.nalawade.17@gmail.com>
JAVA_VERSION=$(${JAVA_HOME}/bin/javap -J-Xms4m -J-Xmx16m -verbose java.lang.String \
| grep "major version" \
| cut -d " " -f5)
| awk '{print $NF}')
Copy link
Contributor

Choose a reason for hiding this comment

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

what is the background of this change? Can you expand on what scenario breaks with the original code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Development

Successfully merging this pull request may close these issues.

2 participants