[jira] [Commented] (IGNITE-14791) Support byte[] configuration values

2021-06-10 Thread Ivan Bessonov (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-14791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17360919#comment-17360919
 ] 

Ivan Bessonov commented on IGNITE-14791:


[~apolovtcev] thank you for this improvement!

> Support byte[] configuration values
> ---
>
> Key: IGNITE-14791
> URL: https://issues.apache.org/jira/browse/IGNITE-14791
> Project: Ignite
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha2
>Reporter: Ivan Bessonov
>Assignee: Aleksandr Polovtcev
>Priority: Major
>  Labels: ignite-3
> Fix For: 3.0.0-alpha3
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Right now "smallest" array type that we have is int[], it may not be 
> convenient for some use-cases.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (IGNITE-14791) Support byte[] configuration values

2021-06-08 Thread Aleksandr Polovtcev (Jira)


[ 
https://issues.apache.org/jira/browse/IGNITE-14791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17359286#comment-17359286
 ] 

Aleksandr Polovtcev commented on IGNITE-14791:
--

* Moved the `JsonConverter` to the `org.apache.ignite.configuration.json` 
package and removed the duplicate class from the `rest` module.
* Extracted the `JsonConfigurationVisitor`, `JsonObjectConfigurationSource` and 
`JsonPrimitiveConfigurationSource` into separate package-private classes.
* Both the `JsonConverter` and the configuration annotation processor now 
support all primitive types and arrays of primitive types.

> Support byte[] configuration values
> ---
>
> Key: IGNITE-14791
> URL: https://issues.apache.org/jira/browse/IGNITE-14791
> Project: Ignite
>  Issue Type: Sub-task
>Affects Versions: 3.0.0-alpha2
>Reporter: Ivan Bessonov
>Assignee: Aleksandr Polovtcev
>Priority: Major
>  Labels: ignite-3
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Right now "smallest" array type that we have is int[], it may not be 
> convenient for some use-cases.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)