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 fix from 3.6.4 missing in 3.7 #84

Open
wants to merge 2 commits into
base: 3.7
Choose a base branch
from
Open

Conversation

Zru-B
Copy link

@Zru-B Zru-B commented Apr 29, 2019

As requested by Juilent I created a new PR with a bugfix from 3.6.4

The hierarchical properties file processor thows a ArrayIndexOutOfBoundsException when file contains comments or blank lines.
The fix was to filter blank lines and lines starting with either "#" or "!" (after triming spaces) in the toJson method.

The patch was merged into 3.6.4 but I've been requested by Juilen to PR the patch into 3.7
I've updated the hierarchical.properties to include comments (with both "#" and "!") and blank lines in order to test the bug fix for hierarchical processor throwing an exception when having properties file with comments and/or blank lines.
@Zru-B Zru-B marked this pull request as ready for review April 29, 2019 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant