As seen in #938, #5708, #5765, ect we have some classes that are not intended for extension. Effective Java 2nd edition recommends making theses class final (or replacing all public constructors).
While not technically a breaking change, the class wasn't design for extension and shouldn't be used that way, we can defer this until the next major version.
Deliverables
As seen in #938, #5708, #5765, ect we have some classes that are not intended for extension. Effective Java 2nd edition recommends making theses class final (or replacing all public constructors).
While not technically a breaking change, the class wasn't design for extension and shouldn't be used that way, we can defer this until the next major version.
Deliverables