leadpony
leadpony
@anitadc Thank you for your reply. I ported the code sample [Basic Parser](https://github.com/leadpony/justify-examples/tree/master/justify-examples-basicparser) to a Spring Boot application. Please find the attatched project. [justify-examples-spring-boot.zip](https://github.com/leadpony/justify/files/3916858/justify-examples-spring-boot.zip) It seems to work fine. Please...
Can you provide me with a sample project that reproduces the reported problem?
Thank you @anitadc With your help, I reproduced the problem finally using both spring-boot-maven-plugin and `CompletableFuture`. However the same problem occurs even without Justify. Could you please run the following...
I added a fallback logic to JsonValidationService#newInstance(). Could you please test with the current snapshot? See Building from Source section in the top page of this repository.
@anitadc You need to build and install it to your local repository by yourself. If it works well with your application, I will publish it as the next official release....
@fmaritato I am not sure what you exactly want to do, but have you tried [Schema Resolver](https://github.com/leadpony/justify-examples/tree/master/justify-examples-schemaresolver) in the Justify Examples? That example shows how to resolve external schemas and...
@fmaritato Thank you for quick response. I grasped your request. Sorry but there is no such feature in Justify. Your request is the same as Issue #6
@mmadson Sorry for late reply. I have added an experimental example which fills a Java object with default values specified in the JSON schema. https://github.com/leadpony/justify-examples/tree/binding-default/justify-examples-yasson Unfortunately, we must use Yasson-specific...
@Navgeet Justify is a streaming validator, that means it does not require a whole JSON document to validate in memory and checks it event by event produced by the underlying...
Hi everyone. All of the API methods shoud be changed from class methods into instance methods of `Json` or `Jsonp` in JSON-P 2.0, like as `Jsonb` interface in JSON-B does....