|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

ConfiguredEndpointDefinition should be enabled by default
ConfiguredEndpointDefinitionManager needs to be more tolerant to incomplete configurations, i.e. must not fail if there's a node without the required properties, the reload can happen while the user is not done configuring
EndpointDefinition should allow specifying the class that implements the service. RepositoryEndpoint and CommandEndpoint should not extend ConfiguredEndpointDefinition, they should instead be referenced in the definition this way. Instantiating the service should be using the component provider and passing the definition to make it available for injection.