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

fix (osgi) : Fix OSGi startup exceptions while using KubernetesClient/OpenShiftClient #4459

Merged
merged 2 commits into from Oct 5, 2022

Commits on Oct 5, 2022

  1. fix (osgi): Add Provide-Capability field in extension bundle configur…

    …ations
    
    + Add Provide-Capability field in openshift-client + extensions bundle
    configurations in order to resolve SPIFly related NPE (reported in fabric8io#3890)
    
    Signed-off-by: Rohan Kumar <rohaan@redhat.com>
    rohanKanojia authored and manusa committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    49e8f16 View commit details
    Browse the repository at this point in the history
  2. fix (osgi): Remove ExtensionAdapter reference from ManagedKubernetesC…

    …lient
    
    Remove ExtensionAdapter reference from ManagedKubernetesClient, no
    provider is exposed for ExtensionAdapter interface in
    kubernetes-client module. bindExtensionAdapter and
    unbindExtensionAdapter are throwing NullPointerException during
    startup.
    manusa committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    818ca2d View commit details
    Browse the repository at this point in the history