#1 fix issue about reading correct schema with allOff, create eclips…#17
Open
pisua wants to merge 2 commits intoapptik:masterfrom
Open
#1 fix issue about reading correct schema with allOff, create eclips…#17pisua wants to merge 2 commits intoapptik:masterfrom
pisua wants to merge 2 commits intoapptik:masterfrom
Conversation
…e projet and pom.xml and add using regex for string generation
Member
|
Hi @pisua. Thx for the interest and the PR I'm really happy you found a use of this lib :) |
Author
|
I’ve check with gradle and in deed, I’ve forget to set the dependency to the regex generation lib. I’ll look on it and fix it in my fork. I’ll keep you inform.
… Le 5 juil. 2017 à 22:24, Kalin Maldzhanski ***@***.***> a écrit :
Hi @pisua <https://github.com/pisua>. Thx for the interest and the PR I'm really happy you found a use of this lib :)
It all sounds OK but the tests are failing. Could you try and fix those, please .
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#17 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AB5IGlf0_ly5u-C_2Sg3I3P3W0xyn0DBks5sK_D8gaJpZM4OOk1K>.
|
Author
|
@djodjoni |
Member
|
Ok Ill take a look at it in the next days |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@djodjoni
Hi,
First of all, thanks for you API that allows to generate fake JSON based on JSON schema. As We need this kind of tool in java that are rare to find open source, I was great to see that one.
During my usage, I've detected 2 issues that I've fix in my fork.
Also during the project fork as we run using maven and eclipse, I've also manage to have eclipse project and pom.xml. This doesn't impact the gradle build
Finally, I've made some improvements about json-generator, in order to allow to generate empty JSON base on the schema using the configuration (boolean parameter emptyJson) and also use a lib that allow to generate String base on regular expression.
I let you have a see if you can integrate these in you GitHub repo. If you need a version without the improvement I can push a branch with only my fixes.
Plus if you have some question don't hesitate to send me an email or a GitHub notification.
Regards,
Aurélien Pisu