-
Notifications
You must be signed in to change notification settings - Fork 4
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
No longer works on OpenNMS 30.0.0+ (OpenNMS Plugin API v1.0.0) #9
Comments
Same issue here :/ , looks like it wants less than v1.0.0 of the API, specifically 0.5.0-0.6.0, or anything under 1.0.0 |
Yeah, we need to make another release with the new API version. We'll get this sorted. |
Current commit references API v1.1.0+, that fails on release-30.x, changing that in the pom to 1.0.0 succeeds. Plugin loaded cleanly in 30.0.2. |
Any update as to when the fix for this issue will get committed? Running opennms-31.0.7 and same problem. |
@j-white any updates on getting a new build shipped? |
Are there any plans to have this fixed for latest opennms version? |
Tried with 33.0.3 and problem persists.
|
I wouldn't hold my breath. Probably safe to consider this plugin abandoned, since it hasn't worked for the last two years. |
@mgob any chance you could provide the .kar file you were able to build for v30.x? I am having some troubles compiling it.
Thanks |
No longer works on OpenNMS 30.0.0+ (OpenNMS Plugin API v1.0.0)
Error executing command: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=opennms-plugins-pagerduty; type=karaf.feature; version="[0.1.3,0.1.3]"; filter:="(&(osgi.identity=opennms-plugins-pagerduty)(type=karaf.feature)(version>=0.1.3)(version<=0.1.3))" [caused by: Unable to resolve opennms-plugins-pagerduty/0.1.3: missing requirement [opennms-plugins-pagerduty/0.1.3] osgi.identity; osgi.identity=org.opennms.plugins.pagerduty-plugin; type=osgi.bundle; version="[0.1.3,0.1.3]"; resolution:=mandatory [caused by: Unable to resolve org.opennms.plugins.pagerduty-plugin/0.1.3: missing requirement [org.opennms.plugins.pagerduty-plugin/0.1.3] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.opennms.integration.api.v1.alarms)(version>=0.5.0)(!(version>=1.0.0)))"]]
The text was updated successfully, but these errors were encountered: