[
https://issues.apache.org/jira/browse/SLING-3320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894546#comment-13894546
]
Bertrand Delacretaz commented on SLING-3320:
--------------------------------------------
I have committed a minimized version of your patch (i.e. without the formatting
changes) in http://svn.apache.org/r1565659.
Also added a few more tests in BindingsValuesProvidersByContextIT including
mixing language-specific and generic providers.
[~radu.cotescu] can you please cross-check?
> Execution order of BindingsValuesProvider
> ------------------------------------------
>
> Key: SLING-3320
> URL: https://issues.apache.org/jira/browse/SLING-3320
> Project: Sling
> Issue Type: Bug
> Reporter: Feike Visser
> Assignee: Bertrand Delacretaz
> Attachments: SLING-3320_1.diff
>
>
> I have implemented two basic BindingsValuesProviders like this.
> {code}
> @Service
> @Component(immediate=true)
> public class MyBindings implements BindingsValuesProvider {
> }
> {code}
> What I want to make sure is that they are *always* executed in the same
> order, first A, then B.
> Because I want to re-use objects that were set in the first
> BindingsValuesProvider.
> Currently I don't have a way to do this.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)