I use ServingXML (1.1.2) for various plain-XML transformations. I need to upgrade the Saxon lib used by ServingXML to up to date Saxon 9.6 line (currently Saxon-HE 9.6.0.6J).
Reason for this is: I'm forced to use the recent Saxon line and I use both Saxon and ServingXML with a preloading app container which - sadly - restricts using multiple lib versions simultaneously.
Anyway, I've replaced the Saxon libs and made minor changes to the ServingXML code to match Saxon API differences.
It seems to work fine. However, a single ServingXML run the upgraded Saxon spits tens of lines:
XML Parser does not recognize the feature http://xml.org/sax/features/validation
It seems odd to me because I'm unable to find any place in the ServingXML source where would that wrong feature setting to Saxon happen.