milleruntime opened a new issue, #2776: URL: https://github.com/apache/accumulo/issues/2776
<pre> java: non-transient instance field of a serializable class declared with a non-serializable type </pre> These warnings will need to be fixed. Building with Java 18 showed the warnings in these classes: - Authorizations.java - MutationsRejectedException.java - TableInfo.java - CloneInfo.java - NamespaceInfo.java - ImportedTableInfo.java These are all `Serializable` classes that have non-serializable types. For instance: https://github.com/apache/accumulo/blob/cf57e343de77f416de10c22e0ed05ef37f433b36/core/src/main/java/org/apache/accumulo/core/security/Authorizations.java#L47-L48 -- 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]
