This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a change to branch ignite-13618
in repository https://gitbox.apache.org/repos/asf/ignite.git.
from 4131261 Fix broken null fields serialization in JaninoSerilizer.
Tests added.
new 4a64085 Minor.
new 23b1ceb Fix styles. Add benchmarks.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
modules/commons/pom.xml | 16 ++
.../generator/FieldAccessExprGenerator.java | 11 ++
.../generator/JaninoSerializerGenerator.java | 4 +-
.../schema/marshaller/reflection/Marshaller.java | 1 +
.../reflection => util}/ObjectFactory.java | 9 +-
.../benchmarks/SerializerBenchmarkTest.java | 186 +++++++++++++++++++++
.../schema/marshaller/JavaSerializerTest.java | 4 +-
7 files changed, 222 insertions(+), 9 deletions(-)
rename
modules/commons/src/main/java/org/apache/ignite/internal/{schema/marshaller/reflection
=> util}/ObjectFactory.java (83%)
create mode 100644
modules/commons/src/test/java/org/apache/ignite/internal/benchmarks/SerializerBenchmarkTest.java