Hi, we migrate from Camel 2.x to 3.x. and figured out that since Camel 3.9 the method getProperties() only returns user properties but no more internal properties. To get all properties the method getAllProperties() has to be used.
Unfortunately the XsltBuilder class (https://github.com/apache/camel/blob/5feb913b5bee12a8d2564b9fd557b1e7cc137bae/components/camel-xslt/src/main/java/org/apache/camel/component/xslt/XsltBuilder.java#L462) still uses getProperties() and as a result internal properties like CamelSplitIndex are no longer accessible via Xslt. Is that on purpose? Thanks and regards André