Apose Email and Atlassian SDK

When using Aspose email in the Atlassian SDK environment, it triggers the install to Jira fail as it causes the following osgi error
osgi.wiring.package; (osgi.wiring.package=com.sun.imageio.plugins.jpeg)]

This is not used in any of my code and removing the dependency on aspose-email resolves the issue.

Latest Atlassian SDK and Jira version 8.20.7

<dependency>
		<groupId>com.aspose</groupId>
		<artifactId>aspose-email</artifactId>
		<version>21.5</version>
		<type>pom</type>
	</dependency>

@davidj.martin

We have logged this problem in our issue tracking system as EMAILJAVA-35053. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Any update on the linked request?

@davidj.martin

Your issue has been resolved. Please use the latest version of Aspose.Email for Java 22.5.

While looking for smth, I saw your post, and I’ve worked with Apose Email and Atlassian SDK on different projects. here’s what I can share. Apose Email is a solid choice if you’re looking for an easy-to-use, cost-effective solution for handling email tasks like sending, receiving, and processing messages.
On the other hand, Atlassian SDK is a bit more complex but worth it if you’re developing for Jira or Confluence. It’s got a steep learning curve, but the possibilities are endless if you’re customizing those tools. Regarding pricing, Apose Email is more affordable, especially for smaller teams. You can check out Atlassian pricing here: atlas pricing to better understand what fits your budget.

Hello @Pointsowo ,

Thank you for your feedback! We appreciate you sharing your experience and insights—it’s always great to hear how developers utilize Aspose.Email and other tools in their projects.