Steve Hu

Results 403 comments of Steve Hu

@chrswk I would love to upgrade to Java 11; however, there are still a lot of users stuck on Java 8 and needs this library. It took us a lot...

@SiemelNaran The current source level is java 8 because a lot of users are still using it and we cannot leave them out. If we use java 16 for test...

@TJC I think it is a good idea to upgrade the plugins as long as the upgraded version still working with JDK8. Could you please submit a PR? I will...

@Tim-fors While thinking about it, it is not easy to do to cover all the scenarios. Also, I think this should be a joint effort with the spec team. As...

@filipebezerra The library is rather small and the only dependency that can be optional is the JRuby regex. I've made the change in the master branch and wondering if you...

I have made the change already in the master branch. You just need to clone the project and build locally with mvn clean install and test in your Andriod application...

@rongyj I have rolled back your changes for issue428 and issue425 as it breaks the issue456. Once I rolled back and I can see both 425 and 428 test cases...

There are two main functions for this library: Validating and Walking. From a validation perspective, it is following the specification and the test cases were in default.json for each spec...

@SiemelNaran Your use cases make sense and I think your ideas should work. However, we shouldn't enable this applyDefault feature by default as it is against the specification and most...

@SiemelNaran I am not familiar with the walker feature and I hope @prashanthjos can help to validate your ideas and give you some advice.