leehaut commented on PR #8247: URL: https://github.com/apache/hop/pull/8247#issuecomment-5666431019
Thanks @mattcasters and @hansva. @hansva on omitted tags vs defaults: I checked the current loader. `deSerializeString` still treats a missing tag as null (setter skipped, constructor default stays) and `<tag/>` as an explicit `""`. So that distinction is still in place, and this PR does not omit empty string tags at serialize time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
