Skip to content

Bug fix from 3.6.4 missing in 3.7#84

Open
Zru-B wants to merge 2 commits into
vert-x3:3.7from
Zru-B:patch-1
Open

Bug fix from 3.6.4 missing in 3.7#84
Zru-B wants to merge 2 commits into
vert-x3:3.7from
Zru-B:patch-1

Conversation

@Zru-B
Copy link
Copy Markdown

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

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

Zru-B added 2 commits April 29, 2019 14:07
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.

1 participant