markusthoemmes opened a new pull request #4834: Replace to[Type] calls with 
explicit types.
URL: https://github.com/apache/openwhisk/pull/4834
 
 
   ## Description
   Scala 2.13 dropped `to[Type]` in favor of `to(Type)` which isn't backwards 
compatible. To circumvent cross-compilation issues, this just changes the very 
little occurrences we had of that to actually use explicit typing to not need 
the casts at all.
   
   ## Related issue and scope
   <!--- Please include a link to a related issue if there is one. -->
   Ref #4741
   
   ## Checklist:
   <!--- Please review the points below which help you make sure you've covered 
all aspects of the change you're making. -->
   
   - [X] I signed an [Apache 
CLA](https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md).
   - [X] I reviewed the [style 
guides](https://github.com/apache/openwhisk/wiki/Contributing:-Git-guidelines#code-readiness)
 and followed the recommendations (Travis CI will check :).
   - [X] I added tests to cover my changes.
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to