The module_info.class is different in all three jackson jars we need to use (all version 2.10.2):
jackson_annotations.jar - module_info.class (size:190) jackson_core.jar module_info.class (size:698) jackson_databind module_info.class (size 1496) As all 3 jars are needed at our company in the same source repository, we are getting errors about this class with the same name but different for each of the jars. Looking forward to a recommendation for us to upgrade to jackson_databind 2.10.2 due to security issues with our previous versinos. Thanks, Ron On Tuesday, January 28, 2020 at 11:03:53 AM UTC-8, Ron Karim (Oracle Corp.) wrote: > > As we are upgrading jackson modules to version 2.10.2, we are using > jackson_core, jackson_databind and jackson_annotations (all versions > 2.10.2), > Each of these jars have a module_info.class that seems to be different in > each jar. Hence we cannot use these 3 jars in our systems. > > Should we be using the same 2.10.2 version for jackson_core and > jackson_annotations too ? Along with the jackson_databind 2.10.2 ? > > Or is there another resolution to dealing with the module_info.class in > each of these jars ? > > Appreciate your help. > > -- You received this message because you are subscribed to the Google Groups "jackson-user" 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-user/f2e3550f-1bd3-4e52-b14f-8eae935fd506%40googlegroups.com.
