hazelcast / hazelcast-kubernetes

Kubernetes Discovery for Hazelcast
Apache License 2.0
174 stars 99 forks source link

POM file error: maven-bundle-plugin's Import-Package configuration is missing package com.hazelcast.cluster #359

Open svendiedrichsen opened 2 years ago

svendiedrichsen commented 2 years ago

At least com.hazelcast.kubernetes.KubernetesApiEndpointResolver and com.hazelcast.kubernetes.DnsEndpointResolver are using classes from the package com.hazelcast.cluster which is missing from the Import-Package configuration of the OSGI bundle information. Thus in an OSGI environment at least the above mentioned endpoint resolvers cannot be used with Hazelcast 4.x.

Please see: https://github.com/payara/Payara/issues/5552