You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/11/08 15:01:29 UTC

[GitHub] [pulsar] eolivelli opened a new issue #12670: Java Client Schema API: SchemaInfo.builder() is no more present in Pulsar 2.8.x

eolivelli opened a new issue #12670:
URL: https://github.com/apache/pulsar/issues/12670


   **Describe the bug**
   SchemaInfo.builder() is no more available in Pulsar 2.8.x, so there is no way to use the pure public API to build a SchemaInfo object.
   
   **Suggestion**
   This is a breaking API change that we can easily fix:
   Add back SchemaInfo.builder() to call internally SchemaInfoImpl.builder()
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] eolivelli commented on issue #12670: Java Client Schema API: SchemaInfo.builder() is no more present in Pulsar 2.8.x

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #12670:
URL: https://github.com/apache/pulsar/issues/12670#issuecomment-963247039


   @merlimat FYI
   
   I will send a patch


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] eolivelli closed issue #12670: Java Client Schema API: SchemaInfo.builder() is no more present in Pulsar 2.8.x

Posted by GitBox <gi...@apache.org>.
eolivelli closed issue #12670:
URL: https://github.com/apache/pulsar/issues/12670


   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] eolivelli commented on issue #12670: Java Client Schema API: SchemaInfo.builder() is no more present in Pulsar 2.8.x

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #12670:
URL: https://github.com/apache/pulsar/issues/12670#issuecomment-963303980


   It is actually not possible to preserve binary compatibility with Pulsar 2.7.x
   but we should at least provide the Builder


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org