]
Gustavo Fernandes commented on ISPN-8359:
-----------------------------------------
Merged into master, leaving it open until back porting to 9.1.x
Add default methods for various Serializable methods on Streams
---------------------------------------------------------------
Key: ISPN-8359
URL:
https://issues.jboss.org/browse/ISPN-8359
Project: Infinispan
Issue Type: Task
Reporter: William Burns
Assignee: William Burns
Fix For: 9.1.2.Final, 9.2.0.Alpha1
Java 8 added default methods. At the time I didn't think to add them when I
introduced Serializable variants for various methods. But as the hierarchy becomes larger,
this produces a lot of code bloat. Thus we should remove all of the impl methods and
replace them all with default variant on the interface.