helgoboss opened a new pull request #147: URL: https://github.com/apache/servicemix-bundles/pull/147
The current castor bundle surprises me with the following exception: `java.lang.ClassNotFoundException: org.apache.commons.lang3.StringUtils cannot be found by org.apache.servicemix.bundles.castor_1.4.1.1` at `AbstractProperties.java` line 661. This is due to a missing package import of `org.apache.commons.lang3`. Here's a fix. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
