In 1cca9a3, we leveraged the generated POJOs introduced from https://github.com/killbill/api-pojos, but unfortunately there are cyclic dependency with the generated catalog POJOs and this resulted in duplicating a lot of the POJOs.
The goal is to modify the generated code to prevent such cyclic dependencies and remove the additional (non generated) POJOs.
In 1cca9a3, we leveraged the generated POJOs introduced from https://github.com/killbill/api-pojos, but unfortunately there are cyclic dependency with the generated catalog POJOs and this resulted in duplicating a lot of the POJOs.
The goal is to modify the generated code to prevent such cyclic dependencies and remove the additional (non generated) POJOs.