Hi Igniters,
Today I noticed quite old code aimed to workaround an old bug in 1.5 JDK revision which was fixed in rev 1.7 org/apache/ignite/internal/util/nio/GridNioServer.java:161 Since we widely use lambdas now (so Ignite requires at least Java 1.8) do we really need it now? I would like to remove it. Regards, Igor |
Hello!
Feel free to file a ticket, contribute a fix. Regards, -- Ilya Kasnacheev вт, 10 мар. 2020 г. в 16:38, Seliverstov Igor <[hidden email]>: > Hi Igniters, > > Today I noticed quite old code aimed to workaround an old bug in 1.5 JDK > revision which was fixed in rev 1.7 > > org/apache/ignite/internal/util/nio/GridNioServer.java:161 > > Since we widely use lambdas now (so Ignite requires at least Java 1.8) do > we really need it now? > > I would like to remove it. > > Regards, > Igor |
Folks,
I created a ticket [1] and raised PR. TC is in progress. [1] https://issues.apache.org/jira/browse/IGNITE-12787 Best regards, Ivan Pavlukhin вт, 10 мар. 2020 г. в 16:56, Ilya Kasnacheev <[hidden email]>: > > Hello! > > Feel free to file a ticket, contribute a fix. > > Regards, > -- > Ilya Kasnacheev > > > вт, 10 мар. 2020 г. в 16:38, Seliverstov Igor <[hidden email]>: > > > Hi Igniters, > > > > Today I noticed quite old code aimed to workaround an old bug in 1.5 JDK > > revision which was fixed in rev 1.7 > > > > org/apache/ignite/internal/util/nio/GridNioServer.java:161 > > > > Since we widely use lambdas now (so Ignite requires at least Java 1.8) do > > we really need it now? > > > > I would like to remove it. > > > > Regards, > > Igor |
Igniters,
Please review PR for the subject https://issues.apache.org/jira/browse/IGNITE-12787 Best regards, Ivan Pavlukhin пн, 16 мар. 2020 г. в 00:38, Ivan Pavlukhin <[hidden email]>: > > Folks, > > I created a ticket [1] and raised PR. TC is in progress. > > [1] https://issues.apache.org/jira/browse/IGNITE-12787 > > Best regards, > Ivan Pavlukhin > > вт, 10 мар. 2020 г. в 16:56, Ilya Kasnacheev <[hidden email]>: > > > > Hello! > > > > Feel free to file a ticket, contribute a fix. > > > > Regards, > > -- > > Ilya Kasnacheev > > > > > > вт, 10 мар. 2020 г. в 16:38, Seliverstov Igor <[hidden email]>: > > > > > Hi Igniters, > > > > > > Today I noticed quite old code aimed to workaround an old bug in 1.5 JDK > > > revision which was fixed in rev 1.7 > > > > > > org/apache/ignite/internal/util/nio/GridNioServer.java:161 > > > > > > Since we widely use lambdas now (so Ignite requires at least Java 1.8) do > > > we really need it now? > > > > > > I would like to remove it. > > > > > > Regards, > > > Igor |
Merged to master.
Best regards, Ivan Pavlukhin ср, 18 мар. 2020 г. в 00:53, Ivan Pavlukhin <[hidden email]>: > > Igniters, > > Please review PR for the subject > https://issues.apache.org/jira/browse/IGNITE-12787 > > Best regards, > Ivan Pavlukhin > > пн, 16 мар. 2020 г. в 00:38, Ivan Pavlukhin <[hidden email]>: > > > > Folks, > > > > I created a ticket [1] and raised PR. TC is in progress. > > > > [1] https://issues.apache.org/jira/browse/IGNITE-12787 > > > > Best regards, > > Ivan Pavlukhin > > > > вт, 10 мар. 2020 г. в 16:56, Ilya Kasnacheev <[hidden email]>: > > > > > > Hello! > > > > > > Feel free to file a ticket, contribute a fix. > > > > > > Regards, > > > -- > > > Ilya Kasnacheev > > > > > > > > > вт, 10 мар. 2020 г. в 16:38, Seliverstov Igor <[hidden email]>: > > > > > > > Hi Igniters, > > > > > > > > Today I noticed quite old code aimed to workaround an old bug in 1.5 JDK > > > > revision which was fixed in rev 1.7 > > > > > > > > org/apache/ignite/internal/util/nio/GridNioServer.java:161 > > > > > > > > Since we widely use lambdas now (so Ignite requires at least Java 1.8) do > > > > we really need it now? > > > > > > > > I would like to remove it. > > > > > > > > Regards, > > > > Igor |
Free forum by Nabble | Edit this page |