Add support to ignore lines during the parse
To address my need to from issue #8 this was the most basic and easy to solve the problem and still keep the spirit of the library.
I have add a support for multiples <ignore>regex</ignore> tags. This way now we have ability to entire skip undesired lines from the file.
We'll check this out shortly. We'll also update the build to use something newer than java 7 ;)
Sorry for the delay; I had some trouble getting the time together to get this building on JDK 9+
Can you merge master back into this branch and check it again, please? The jaxb stuff we used to use for config management is gone from the JDK now, we replaced it with jackson.
This means the changes to src/main/java/com/sonalake/utah/config/Config.java would need to be updated.
Thanks
Hi, keep in mind that this will be built using jdk 11 as the compiler, so imports like this, in com.sonalake.utah.config.Ignorer won't compile after the merge.
import javax.xml.bind.annotation.XmlValue;
If you don't know it, check out http://www.jenv.be/ - it makes it really easy to use different java versions for different products.
I'll update the main project to skip over the gpg signing on PRs
If you can pull master back into your PR, there is an updated .travis.yml that will skip over the GPG signing during the PR builds.
This was what was failing in the last travis build because you don't have our secret keys ;)
@herbertpimentel, we've moved to a new build process for this project. Can you update the PR to merge it into the develop branch, so we can try to load it in again, please?