I’m trying to write a Unit Test for a simple bean that’s used in my program to validate forms. The bean is annotated with @Component and has a class...
  • May 14, 2022
  • 0 Comments
This is continuation of question Spring MVC @PathVariable getting truncated Spring forum states that it has fixed(3.2 version) as part of ContentNegotiationManager. see the below link. https://jira.springsource.org/browse/SPR-6164 https://jira.springsource.org/browse/SPR-7632 In...
  • May 9, 2022
  • 0 Comments