stnor commented on issue #18: Move Jackson configuration into a Factory and Provider URL: https://github.com/apache/directory-scimple/pull/18#issuecomment-453734431 Yes, that's exactly what I'm after. I have a hard time understanding why you're using EJB:s in the first place, as there are no transaction management in the SCIM-code. It seems it's only used for DI. "@Inject" and JAX-RS plays well with microcontainers such as Spring. The main benefit of supporting microcontainers is startup time. My project starts up less than 3 seconds including a connection pool and tx mgmt, security... Saves time in the dev cycle... Also makes the code suitable to deploy with Docker, as the memory footprint is substantially less than EJB-servers.
---------------------------------------------------------------- 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
