Re: Camel 3.x - User/Internal properties - XsltBuilder

2024-08-07 Thread Claus Ibsen
Hi Yeah that should be changed to getAllProperties. https://issues.apache.org/jira/browse/CAMEL-21053 On Wed, Aug 7, 2024 at 8:16 AM Weickel, Andre wrote: > 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 b

Camel 3.x - User/Internal properties - XsltBuilder

2024-08-06 Thread Weickel, Andre
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