Skip to content

DEP-562: enable extra java locale providers for java8 or later#201

Merged
joshp123 merged 1 commit intobuildpack-2.2from
java-locales
Sep 26, 2018
Merged

DEP-562: enable extra java locale providers for java8 or later#201
joshp123 merged 1 commit intobuildpack-2.2from
java-locales

Conversation

@xiwenc
Copy link
Copy Markdown
Contributor

@xiwenc xiwenc commented Sep 26, 2018

See Jira issue for details

Comment thread start.py
javaopts = m2ee_section["javaopts"]

# enable locale for java8 or later
if not java_version.startswith("7"):
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.

The comment says "enable locale for java8 or later", but the code says "enable locale for java versions that are not 7".

Are we sure that the only Java versions are 7 and 8+?

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.

yep, we do not support java older than 7 in buildpack

@joshp123 joshp123 merged commit e3b71ff into buildpack-2.2 Sep 26, 2018
@markbastiaans markbastiaans deleted the java-locales branch October 16, 2020 12:00
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