hazelcast-kubernetes icon indicating copy to clipboard operation
hazelcast-kubernetes copied to clipboard

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

Open svendiedrichsen opened this issue 2 years ago • 0 comments

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

svendiedrichsen avatar Jan 09 '22 18:01 svendiedrichsen