Conversation
…o create org.openrtb.common.api.v_2_2
|
Hi Unruly Developer :) I appreciate your work to update the Avro protocol files to match 2.2. Why can't we just create a branch for 2.2 as opposed to embedding version Best On Wed, Jun 18, 2014 at 11:43 AM, Unruly Developers <
Pankaj Shroff |
|
Hi Pankaj, We wanted to be able to support more than one version of the spec for integrating with different partners. If we namespace them this way, it's pretty easy to do that, we just have to be able to work out which one somebody is supplying us, and as you said, that's relatively easy. If we try to rely on maven versioning, we'll be unable to have more than one version in any given class loader. Clive |
move 2.1 version into org.openrtb.common.api.v_2_1 so that we can also create org.openrtb.common.api.v_2_2