apache / openwhisk-runtime-java

Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages
https://openwhisk.apache.org/
Apache License 2.0
46 stars 63 forks source link

Update GSON to 2.9.0# #139

Closed Luke-Roy-IBM closed 2 years ago

Luke-Roy-IBM commented 2 years ago

@dgrove-oss Would you please review the pull request :)

falkzoll commented 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.