Re: Upgrading from mina-core ( 1.7.1 ) to Mina-core 2.2.1

2023-04-09 Thread Jonathan Valliere
We also likely broke some things between 2.1 and 2.2 (some debate about
whether we should be at 3.0 despite it already exists in a very old branch)

On Sun, Apr 9, 2023 at 9:54 AM Isaac M  wrote:

> 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 <
> mailbox.chandansi...@gmail.com> 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*
> >
>


Re: Upgrading from mina-core ( 1.7.1 ) to Mina-core 2.2.1

2023-04-09 Thread Isaac M
A lot has changed since the old version and likely refactored to a
different package. See ProxyTcpSessionConfig.java


On Sat, Apr 8, 2023 at 11:48 AM Chandan Singh <
mailbox.chandansi...@gmail.com> 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*
>