I'm not sure about sources. But "mvn clean package" should generate "modules/core/target/classes/META-INF/classnames.properties"
And yes, I think we should also push "fresh" classnames.properties as one of pre-release steps. On Tue, Jan 10, 2017 at 7:51 AM, Denis Magda <[email protected]> wrote: > Committers, especially Anton V. and Vovan, > > I’ve been looking at the following ticket [1] and found out that the issue > happens simply because both > > org.apache.ignite.binary.BinaryObjectBuilder > > and > > org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl > > are not added to META-INF/classnames.properties file. > > However, when I build the project from scratch I don’t see the file to be > updated. There is still no entries for BinaryObjectBuilder* classes. Even > more, if I download 1.8 release there is not META-INF/classnames.properties > file at all. Did we introduce a bug or change the logic? > > > [1] https://issues.apache.org/jira/browse/IGNITE-2422 < > https://issues.apache.org/jira/browse/IGNITE-2422> > > — > Denis -- Alexey Kuznetsov GridGain Systems www.gridgain.com
