dlmarion commented on issue #2776: URL: https://github.com/apache/accumulo/issues/2776#issuecomment-1156357600
I'm not sure that these warning indicate an error *will* occur based on [this](https://bugs.openjdk.org/browse/JDK-8160675?focusedCommentId=14173534&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14173534) comment and this comment in https://bugs.openjdk.org/browse/JDK-8274336: > It is not necessarily erroneous that a field's type is not declared to be serializable; as a runtime invariant, the field could only point to objects that can be serialized. @ctubbsii said: > we're just breaking binary compatibility, which we don't guarantee across minor/major versions anyway The public API definition says, "The Accumulo project maintains binary compatibility across this API within a major release...", which I take to mean binary compatibility across all 2.x releases. Am I reading that wrong? I'm thinking we should address this in a 3.0 when we are making other API changes. -- 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]
