eolivelli opened a new pull request #12673:
URL: https://github.com/apache/pulsar/pull/12673
Fixes #12670
### Motivation
In 2.8.0 we dropped SchemaInfo.builder() API and so it is no more possible
to create a SchemaInfo instance without using SchemaInfoImpl internal class.
### Modifications
Restore a Builder, I used Delombok in order to get the same results as
before.
Unfortunately SchemaInfo is now an interface, it was a class in 2.7, so we
cannot really fix the breaking change at runtime, but at least users will be
able to simply rebuild their code.
### Verifying this change
This change is already covered by existing tests
### Does this pull request potentially affect one of the following parts:
*If `yes` was chosen, please highlight the changes*
- The public API: yes
### Documentation
- [x] `no-need-doc`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]