Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adapter 2.1.0
-
None
Description
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)
}
As this requires changes to the sling.api bundle, I'll commit to my whiteboard first, for review
Attachments
Attachments
Issue Links
- is related to
-
SLING-9892 adapter-annotations integration tests sometimes fail
-
- Resolved
-
- relates to
-
SLING-9880 Run SonarQube analysis with JDK 11
-
- Resolved
-
-
SLING-9890 Document the new adapter-annotations module
-
- Open
-
- links to