Hi folks!

I've opened a PR <https://github.com/FasterXML/jackson-databind/pull/2432> 
that introduces the possibility of declaring modules dependencies to ensure 
the object mapper will register the required module as well.

In our case, we've several modules that depend on the Jdk8Module. We also 
have modules that depend on other modules, e.g.:

   - Module A depends on Jdk8Module
   - Module B depends on Module A and Jdk8Module
   - Module C depends on Module B and Jdk8Module


When you split the serialization modules into fine-grained modules, it's 
much easier to declare the dependencies at the module level rather than 
requiring the dependency every time you have to use it.

Please, feel free to leave your comments about the proposal.

- Marcos

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jackson-dev/ae65db94-60ce-4b5d-b8f0-586a7f9ba06b%40googlegroups.com.

Reply via email to