falkzoll commented on PR #139: URL: https://github.com/apache/openwhisk-runtime-java/pull/139#issuecomment-1152073071
This update is especially interesting for all actions that want/need to use a newer version of gson. 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 seems backward compatible it should be no problem for already created actions to run with the new version of this library. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
