Warning message on code #1201

CLOSED
Submitted 7 months ago

Using Eclipse 2023-09, the code on section 1.7 triggers a warning: "The method createImage(ImageDescriptor) from the type ResourceManager is deprecated since version 3.31"

Is it expected?

Comments

  7 months ago

Thanks updated with non-deprecated API. I also used the new ImageDescriptor API in the service. It is now kind of obsolete as the new ImageDescriptor API is replicating what I offered with the service, but it hopefully still serves as an example for defining more OSGi services.

Please login to write a comment.