mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
- upgraded to Spring boot 2.0.5 - added dependency to spring-boot-starter-web (before it was brought in by thymeleaf 1.5.15) - removed try-catch since UnsupportedEncodingException is not thrown anymore by HierarchicalUriComponents.encodeUriComponent(..) - updated WebApplicationConfig to implement WebMvcConfigurer (WebMvcConfigurerAdapter is deprecated) - updated import of LocalServerPort - updated tests to use new method from InvocationOnMock