Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.59 KB

ImplementationNotes.md

File metadata and controls

27 lines (16 loc) · 1.59 KB

Resources

For spring support

  • create an impl of org.springframework.context.support.AbstractResourceBasedMessageSource
  • Inspiration from org.springframework.context.support.ResourceBundleMessageSource

TODO

org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator.interpolateMessage 267 may fail

TODO Caching

  • first cache is in here org.hibernate.validator.resourceloading.CachingResourceBundleLocator.getResourceBundle
  • then here: java.util.ResourceBundle.getBundleImpl(String baseName, Locale locale, ClassLoader loader, Control control) 1314

Other implementations