[
https://issues.apache.org/jira/browse/SLING-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17203514#comment-17203514
]
Henry Kuijpers commented on SLING-2938:
---------------------------------------
I just updated the branches with additional Javadoc. Can you please have a look?
Also, I couldn't figure out if there is an action to be done for me, for making
the repos available for Sling. Maybe it's already enough that they're there, so
that someone else can do the required actions to pull them into Sling and also
release them?
There's also a dependency (at least for running the integration tests) on this
PR: [https://github.com/apache/sling-org-apache-sling-testing-clients/pull/18]
for which I just created the unit test that [~kwin] requested.
> AdapterMethods annotation and adapter proxy service
> ---------------------------------------------------
>
> Key: SLING-2938
> URL: https://issues.apache.org/jira/browse/SLING-2938
> Project: Sling
> Issue Type: Bug
> Components: Engine, Extensions
> Affects Versions: Adapter 2.1.0
> Reporter: Bertrand Delacretaz
> Priority: Minor
> Attachments: SLING-2938-api.patch, console.jpg
>
>
> Following up on an idea that Olaf Otto presented at CQCon last week, I've
> been working on an @AdapterMethod annotation that makes it easier to create
> Sling adapters, as in
> @Component
> @Service
> public class MyAdapters implements AdapterMethodProvider {
> @AdapterMethod
> public Bar toBar(Foo f) { ... adapt Foo to Bar ... }
> }
> As this requires changes to the sling.api bundle, I'll commit to my
> whiteboard first, for review
--
This message was sent by Atlassian Jira
(v8.3.4#803005)