A lot has changed since the old version and likely refactored to a different package. See ProxyTcpSessionConfig.java <https://github.com/apache/mina/blob/trunk/core/src/main/java/org/apache/mina/transport/tcp/ProxyTcpSessionConfig.java>
On Sat, Apr 8, 2023 at 11:48 AM Chandan Singh < [email protected]> wrote: > Hi All , > > I am looking to upgrade from mina-core 1.7.1 version to 2.2.1 but > getting compilation issue stating packages not found as shown below , > Please let me know how to resolve these > > *package org.apache.mina.common does not exist* > > > > * cannot find symbol[ERROR] symbol: class SocketSessionConfig[ERROR] > location: package org.apache.mina.transport.socket.nio* > > > *Regards* > *Chandan* >
