Closed Luke-Roy-IBM closed 2 years ago
This update is especially interesting for all actions that want/need to use a newer version of gson than the one actually used here (2.8.5/2.6.2). Due to the design, the action code is always using the gson classes provided by the action loop proxy/launcer code and not the gson classes from the action jar itself. As the new gson version provides new functionality but seems backward compatible it seems be no problem for already created actions to run with the new version of this library.
@dgrove-oss Would you please review the pull request :)