eclipse / microprofile-conference

Microprofile.io Demo Code - Web Services Conference Application
http://microprofile.io/
Apache License 2.0
116 stars 116 forks source link

Changed content of JavaOne2016.json to be generic #155

Closed kwsutter closed 7 years ago

kwsutter commented 7 years ago

Used http://www.generatedata.com/ to generate random data for the various json fields. Since everything was a String, I had to edit a couple of the fields -- twitterHandle and links. Pretty quick and dirty way of generating data. Doing this work in response to Issue #154.

heiko-braun commented 7 years ago

@kwsutter If you use increasing id's from 1-100 in speakers.json then it would be easier to cross reference speaker id's in other generated datasets

kwsutter commented 7 years ago

Since the patch from @heiko-braun (PR #154) overlapped the content of this PR, I will just back this one out and re-submit a clean version of any remaining json documents.