vrann opened a new pull request #5065:
URL: https://github.com/apache/openwhisk/pull/5065


   Implement apache/openwhisk#5060
   
   For any new features which uses Akka actors it would makes sense to start 
using Behavior-based construction of actors with the [Akka 
Typed](https://doc.akka.io/docs/akka/current/typed/from-classic.html). This is 
the way to construct actors encouraged by Akka for any new functionality. In 
order to use Akka Typed, it should be supported by the Akka version used in 
OpenWhisk. At the same time no changes needed to the Akka Classic actors. 
Upgrading to the newest Akka version would allow to use all latest features of 
the Akka, while keeping it compatible with almost everything of the Akka 2.5.x 
that is been used in OpenWhisk so far.
   
   ## Description
   - [x] got rid of implicit custom ActorMaterializer 
   - [x] upgraded to Akka Http 10.2.3 
   - [x] changed the way how Https set up when host name verification is 
disabled 
   - [x] changed RestartSink.withBackoff to accept RestartSettings 
   - [x] changed akka.actor.FSM.setTimer => 
akka.actor.FSM.startTimerAtFixedRate 
   - [x] changed akka.actor.Scheduler.schedule => 
akka.actor.Scheduler.scheduleAtFixedRate 
   - [x] updated to the new signature of Source.actorRef 
   - [x] replaced deprecated HttpResponse.copy
   - [x] replaced Gzip with Coders.Gzip
   
   ## Related issue and scope
   <!--- Please include a link to a related issue if there is one. -->
   - [ ] I opened an issue to propose and discuss this change (#????)
   
   ## My changes affect the following components
   <!--- Select below all system components are affected by your change. -->
   <!--- Enter an `x` in all applicable boxes. -->
   - [x] API
   - [x] Controller
   - [x] Message Bus (e.g., Kafka)
   - [x] Loadbalancer
   - [x] Invoker
   - [ ] Intrinsic actions (e.g., sequences, conductors)
   - [ ] Data stores (e.g., CouchDB)
   - [x] Tests
   - [ ] Deployment
   - [ ] CLI
   - [ ] General tooling
   - [ ] Documentation
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Use `x` in all the 
boxes that apply: -->
   - [ ] Bug fix (generally a non-breaking change which closes an issue).
   - [x] Enhancement or new feature (adds new functionality).
   - [ ] Breaking change (a bug fix or enhancement which changes existing 
behavior).
   
   ## Checklist:
   <!--- Please review the points below which help you make sure you've covered 
all aspects of the change you're making. -->
   
   - [ ] 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 :).
   - [ ] I added tests to cover my changes.
   - [x] My changes require further changes to the documentation.
   - [ ] I updated the documentation where necessary.


----------------------------------------------------------------
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]


Reply via email to