[
https://issues.apache.org/jira/browse/IGNITE-27315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vadim Kolodin updated IGNITE-27315:
-----------------------------------
Description: during test runs TC reports that all checks are passed
successfully, while there is some checkstyle issues (was: Support java records
in ignite APIs on java 14+ runtime.
Ignite target should remain java 11.
{code:java}
// e.g.
Table table = ignite.tables().table("table");
table.recordView(Rec.class);
table.keyValueView(Integer.class, Val.class)
record Rec(@Column("key") Integer key, @Column("val") String val) {}
record Val(@Column("val") String val) {}{code}
internal impl is org.apache.ignite.internal.marshaller.Marshaller)
> Marshaller java records test fixtures checkstyle
> ------------------------------------------------
>
> Key: IGNITE-27315
> URL: https://issues.apache.org/jira/browse/IGNITE-27315
> Project: Ignite
> Issue Type: Improvement
> Reporter: Vadim Kolodin
> Assignee: Vadim Kolodin
> Priority: Major
> Labels: ignite-3
>
> during test runs TC reports that all checks are passed successfully, while
> there is some checkstyle issues
--
This message was sent by Atlassian Jira
(v8.20.10#820010)