summaryrefslogtreecommitdiffstats
path: root/spring-utils/src/main/java/org
AgeCommit message (Collapse)AuthorFilesLines
2022-02-16Move common classes to policy/commonRam Krishna Verma2-0/+143
Moving YamlHttpMessageConverter & CustomImplicitNamingStrategy classes to policy/common (spring-utils sub-module). So that the same can be used by multiple components without duplicating it. These classes are already covered by tests at each component. Issue-ID: POLICY-3931 Change-Id: I8fc6978b585bfcd930e0916f67961d05946d207c Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>