[ 
https://issues.apache.org/jira/browse/IGNITE-26985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vadim Kolodin updated IGNITE-26985:
-----------------------------------
    Labels: ignite-3  (was: )

> Marshaller java records support
> -------------------------------
>
>                 Key: IGNITE-26985
>                 URL: https://issues.apache.org/jira/browse/IGNITE-26985
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Vadim Kolodin
>            Assignee: Vadim Kolodin
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to