Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSGi: add gutter icon for Felix Properties #166

Closed
deeprim opened this issue May 4, 2018 · 0 comments · Fixed by #200
Closed

OSGi: add gutter icon for Felix Properties #166

deeprim opened this issue May 4, 2018 · 0 comments · Fixed by #200

Comments

@deeprim
Copy link
Collaborator

deeprim commented May 4, 2018

Add property gutter for Felix properties declared via org.apache.felix.scr.annotations.Properties annotation and for OSGI R6 org.osgi.service.component.annotations.Component inline properties.

Felix properties:

@Component 
@Service
@Properties({
    @Property(name="sling.servlets.resourcetypes",value="project/components/header"), 
    @Property(name="sling.servlets.selector",value="foo"),
    @Property(name=HeaderServlet.SOME_PROPERTY_VALUE,value="foo")
})
public class HeaderServlet implements SlingSafeMethodsServet { 
static final String SOME_PROPERTY_VALUE = "value";
...
}
@deeprim deeprim modified the milestones: v0.9, v0.9.1 May 4, 2018
@deeprim deeprim added this to Ready for development in Common May 21, 2018
@deeprim deeprim removed this from the v0.9.1 milestone Jul 11, 2018
@koha26 koha26 added this to the v0.9.2 milestone Apr 18, 2022
@koha26 koha26 self-assigned this Apr 19, 2022
@koha26 koha26 moved this from Ready for development to In progress in Common Apr 19, 2022
koha26 added a commit that referenced this issue May 4, 2022
deeprim added a commit that referenced this issue May 4, 2022
#166 Added gutter icons for Felix Properties and OSGi R6 inline property
@koha26 koha26 moved this from In progress to Done in Common May 4, 2022
@koha26 koha26 closed this as completed May 4, 2022
@koha26 koha26 moved this from Done to Archive in Common Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Common
Archive
Development

Successfully merging a pull request may close this issue.

2 participants