Re: SSL auth fails after upgrading Netty version

2020-09-17 Thread Ted Dunning
Hey Alka, I am a little confused about motivations here. Can you say whether you get what you need from 1.18? On Thu, Sep 17, 2020 at 6:49 AM alka kumari wrote: > Hi Team, > > I am using Apache Drill JDBC project. > I built Drill client 1.17 with Netty version 4.1.50.Final. There are some > b

SSL auth fails after upgrading Netty version

2020-09-17 Thread alka kumari
Hi Team, I am using Apache Drill JDBC project.I built Drill client 1.17 with Netty version 4.1.50.Final. There are some breaking changes because of Netty upgrade and I need to make changes in the below files:- 1.) common\src\main\java\org\apache\drill\common\collections\MapWithOrdinal.java 2.) dr