[
https://issues.apache.org/jira/browse/SM-4760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oliver Lietz reopened SM-4760:
------------------------------
[~jbonofre], The bundle contains some classes from {{javax.activation}} and
[exports the
package|https://github.com/apache/servicemix-specs/blob/043000b57b3acecac3d4fe71f54088c33270ab83/activation-api-2.0.1/pom.xml#L80]:
{noformat}
Export-Package: javax.activation;version="2.0.1",jakarta.activation;vers
ion="2.0.1"
{noformat}
The [compiler
argument|https://github.com/apache/servicemix-specs/blob/043000b57b3acecac3d4fe71f54088c33270ab83/activation-api-2.0.1/pom.xml#L69]
looks wrong also:
{noformat}
<compilerArgument>-Xbootclasspath/p:${settings.localRepository}/org/apache/geronimo/specs/geronimo-activation_1.1_spec/1.1/geronimo-activation_1.1_spec-1.1.jar</compilerArgument>
{noformat}
Some significant changes were made when moving from {{javax.activation}} to
{{jakarta.activation}}, e.g. {{ActivationDataFlavor}} is no longer extending
{{java.awt.datatransfer.DataFlavor}}.
And I still see
{noformat}
jakarta.activation.UnsupportedDataTypeException:
no object DCH for MIME type multipart/mixed;
{noformat}
in [Sling Commons Messaging Mail
(jakarta)|https://github.com/apache/sling-org-apache-sling-commons-messaging-mail/tree/jakarta].
> Create OSGi bundle for Jakarta Activation 2.0.1
> -----------------------------------------------
>
> Key: SM-4760
> URL: https://issues.apache.org/jira/browse/SM-4760
> Project: ServiceMix
> Issue Type: Task
> Components: specs
> Reporter: Oliver Lietz
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: activation-api-2.0.1_1
>
>
> https://eclipse-ee4j.github.io/jaf/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)