Steve Hu

Results 403 comments of Steve Hu

@arandjel Could you please provide a v7 schema file? I am having a hard time to figure out the vocabulary URLs for V7. I never use it before. LOL:)

I just realized it is the meta schema and the v2019-09 is significantly different. I am guessing v2019-09 is not parse correctly due to unknown keywords. Need to debug into...

I have just added two test cases to reproduce the issue. The v2019-09 test case is marked as ignored as there is an issue. I am wondering if anyone can...

Fantastic findings!!! I don't know why the 2019-09 version is changed dramatically. Maybe we should have another version of the properties validator for 2019-09 to handle the scenario or to...

We have some issues connecting to the HTTPS site with the client.truststore configuration. This is the reason we need to move to Java 11 so that we can use the...

@mahirgamal I have tested the HTTPS access to public sites and it works. So my previous answer was wrong. Could you please submit a PR with a test case? I...

I am in a process to change the validator loading to SPI and might add a config file for these validators. I have a config module from light-4j framework that...

@BalloonWen @jiachen1120 We have a config file already and I am wondering if we should put this into the config to control the case-insensitive?

@Tryking @HemantMJain As this is an exceptional feature in the library and there is no demand from other users, I am wondering if you could help to submit a PR...

As this is not standard in the spec., we can only implement it with a configuration like `enum_const_insensitive: true` or something like that. It would be very helpful if someone...