bdemers commented on issue #18: Move Jackson configuration into a Factory and Provider URL: https://github.com/apache/directory-scimple/pull/18#issuecomment-445860352 @stnor you can use Apache Tomee too ;) `mvn tomee:run` After some super quick testing looks like Tomee works but Wildfly doesn't. I guess Wildfly's EJB statck doesn't support constructor injection... I was able to get Scimple running on a Tomee + Spring Boot Application (self contained jar, not a war). It's a bit of an uphill battle though: mixing CDI/EJB with Spring components, and some dependency-hell caused by repackaged EE dependencies. I haven't kept this up to date for boot 2.1, but the code is [here](https://github.com/bdemers/apache-scimple-spring-demo/tree/master/src/main/java/com/example/scim/scimple).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
