Open bkoehm opened 2 years ago
Upgraded to Grails 5, extended from pull request #40 from @vishnuaggarwal23 which upgraded to Grails 4. The most notable change is in the Post class where usage of deprecated RestBuilder has been replaced with Spring Boot's RestTemplateBuilder.
RestBuilder
RestTemplateBuilder
Upgraded to Grails 5, extended from pull request #40 from @vishnuaggarwal23 which upgraded to Grails 4. The most notable change is in the Post class where usage of deprecated
RestBuilder
has been replaced with Spring Boot'sRestTemplateBuilder
.