Re: Deprecation of XMLSerializer

2017-10-22 Thread Jacques Le Roux
Hi Michael, I trust Adrian's comment and we have already more uses of UtilXml than XMLSerializer So +1 to your suggestions BTW I just reviewed your last batch of commits, and I learned some points doing so. The use of FindBugs proves to be very useful finally :) Thanks for the good work!

Deprecation of XMLSerializer

2017-10-22 Thread Michael Brohl
Hi everyone, during my code review for the FindBugs work I saw this Javadoc notice about XMLSerializer being deprecated, but there is no @deprecated annotation: /**  * XmlSerializer class. This class is deprecated - new code should use the  * Java object marshalling/unmarshalling methods in