Fwd: [commons-net] branch master updated: Prevent serialization

2021-12-14 Thread Gary Gregory
Why not import java.io.ObjectOutputStream instead of always using the fully qualified class name? Gary -- Forwarded message - From: Date: Tue, Dec 14, 2021 at 7:19 PM Subject: [commons-net] branch master updated: Prevent serialization To: comm...@commons.apache.org This is an

Re: Create flow to only reflect selected fields on ReflectionToStringBuilder

2021-12-14 Thread Daniel Augusto Veronezi Salvador
Hi, As explained in the thread, currently ReflectionToStringBuilder does not have ways to print only selected fields. I would like to know what the community think about the proposal (considering that it only adds a functionallity, with clean code, documentation and unit tests). Best regards