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

[Core] Use Locale.ROOT when transforming case of identifiers #1484

Merged
merged 1 commit into from
Oct 18, 2018

Conversation

mpkorstanje
Copy link
Contributor

@mpkorstanje mpkorstanje commented Oct 18, 2018

Summary

Several plugins use lowercased string representations of enum
values. Doing this without an explicit locale results in the
default locale being used. This may lead to surprising errors.

Fixes: cucumber/cucumber-java-skeleton#33

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).

Several plugins use lowercased string representations of enum
values. Doing this without an explicit locale results in the
default locale being used. This may lead to surprising errors.

Fixes: cucumber/cucumber-java-skeleton#33
@coveralls
Copy link

coveralls commented Oct 18, 2018

Coverage Status

Coverage remained the same at 85.763% when pulling ad18a54 on use-locale-in-case-transforms into 329cad4 on master.

@mpkorstanje mpkorstanje merged commit 9346da2 into master Oct 18, 2018
@mpkorstanje mpkorstanje deleted the use-locale-in-case-transforms branch October 18, 2018 18:15
@lock
Copy link

lock bot commented Oct 18, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project did not run
2 participants