Cannot read field when the order is wrong from a Java Properties file. #1580
Unanswered
Ayush-Shyam-Kumar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm working on a personal project where I want to read some fields present in a Java Proprieties file.
build.branch=refs/heads/main
build.branch.is_default=false
viper library fails to detect the above order for build.branch
but detects when the order is as below.
build.branch.is_default=false
build.branch=refs/heads/main
how can I fix this ?
Beta Was this translation helpful? Give feedback.
All reactions