Open sbernard31 opened 4 months ago
For me this seems to be a leftover protected
in
protected final void wrapMessage(EpochMessage epochMessage) throws HandshakeException {
and I would prefer to change that to private
in 4.0.
Just in the case, you have some time left, you may check branch 4.0.x
if that "works for you".
When building leshan, revapi reports something wrong with californium API. (I think this is not new but before I just ignored all error from californium and I changed my build config about that recently)
Report :
nonPublicPartOfAPI
is described here.I copy/paste the
exampleUseChainInNewApi
here because this is the most important part to understand the issue :Solution ?
I think
EpochMessage
class should be protected instead of private ?I know this is part of @NoPublicAPI but even if this is not intended to be used the visibility seems inconsistent.
(tested with Cf 3.12.0)