nizhikov commented on issue #13297: URL: https://github.com/apache/ignite/issues/13297#issuecomment-4845289663
@adrien-dedecker > What I noticed is that in the core's jar, the META-INF/services/org.apache.ignite.internal.binary.BinariesFactory points to org.apache.ignite.internal.binary.BinariesFactoryImpl. When I check the classes in ignite-core's jar file, I see that implementation present in jar, that's what I do not fully understand. If you still interested. We perform internal refactoring right now. And move some subsystem of apache-ignite away from core to be able to reuse it in other part of db and tools. But, currently we doesn't want to break anything and keep implementations of the interfaces in the same `ignite-core.jar` as for pervious releases. You want to use ignite-core only, as you did always, without any changes. It must work just fine. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
