Is @GetMapping
supported in spring-webmvc-portlet-4.3.1 ? For me it is not and this is what I see when trying to deploy a portlet :
java.lang.IllegalStateException: No portlet mode mappings specified - neither at type nor at method level
If not how can we make it support that annotation? TIA.