Skip to content

Jahia/OSGi-modules-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSGi-modules-samples

This repository contains samples of modules to create Jahia Actions, Filters, etc... with OSGi

GraphQL extensions

The code samples showing how to add GraphQL APIs can be found located directly in the graphql-core repository.

How to use OSGi annotations in your module

In order for the OSGi annotations to work in your module, you need to make sure that you have this tag <_dsannotations>*</_dsannotations> in the maven-bundle-plugin plugin instructions of your pom.xml:

<plugin>
    <groupId>org.apache.felix</groupId>
    <artifactId>maven-bundle-plugin</artifactId>
    <extensions>true</extensions>
    <configuration>
        <instructions>
            <_dsannotations>*</_dsannotations>
        </instructions>
    </configuration>
</plugin>

About

This repository contains samples of modules to create Jahia Actions, Filters, etc... using OSGi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors