shichaoyuan commented on PR #607:
URL: https://github.com/apache/skywalking-java/pull/607#issuecomment-1711378322

   > This could be an illegal string?
   
   the `BytesReference` returned by `mappings()` method was changed.
   
   7.3
   ```
   
   public abstract class BytesReference implements Comparable<BytesReference>, 
ToXContentFragment 
   ```
   
   7.17
   ```
   package org.elasticsearch.common.bytes;
   public interface BytesReference extends Comparable<BytesReference>, 
ToXContentFragment 
   ```


-- 
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]

Reply via email to