jTransfo 0.3 released

This release features two extra integration modules and a small improvement.

Registration of object finders has changed to make it more thread safe and consistent with registration of type converters. You now have to call updateObjectFinders after changing the object finders list.

Spring integration module added

  • Object finders and type converters which are available in the application context are automatically added in the jTransfo bean.
  • Looks for additional bean definitions in META-INF/jTransfoContext.xml in all jars.

joda-time integration module added

  • This currently supports conversion between Date (transfer object side) and either DateTime or DateMidnight at domain object side.
  • The converters are automatically added when spring integration is used.
Posted in Release