[
https://issues.apache.org/jira/browse/IGNITE-10099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16670417#comment-16670417
]
ASF GitHub Bot commented on IGNITE-10099:
-----------------------------------------
GitHub user rynffoll opened a pull request:
https://github.com/apache/ignite/pull/5226
IGNITE-10099
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rynffoll/ignite IGNITE-10099
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5226.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5226
----
commit fdb78a8b6d0331975e61df16af2f109b1bfed9a9
Author: Ruslan Kamashev <rynffoll@...>
Date: 2018-10-30T18:25:13Z
Make constructor public
----
> ClusterNodeAttributeAffinityBackupFilter isn't available in Java config
> -----------------------------------------------------------------------
>
> Key: IGNITE-10099
> URL: https://issues.apache.org/jira/browse/IGNITE-10099
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.7
> Reporter: Ruslan Kamashev
> Priority: Minor
> Fix For: 2.8
>
>
> Original issue: https://issues.apache.org/jira/browse/IGNITE-9365
> ClusterNodeAttributeAffinityBackupFilter is available only in Spring config,
> because constructor is package-private.
> For support Java config, we should make constructor public.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)