e97cb12b24
Motivation: The way how an EventLoopGroup is created for a specific transport has changed. We should remove all the old deprecated implementations and change all our code to use the new way how to init groups Modifications: - Remove LocalEventLoopGroup, NioEventLoopGroup, EpollEventLoopGroup and KQueueEventLoopGroup - Adjust code to use the new way how to setup EventLoopGroups Result: Remove deprecate classes and usages