Registry / other / org-apache-servicemix-specs-activation-api-1-1

org-apache-servicemix-specs-activation-api-1-1

JSON →
library2.9.0javamavenunverified

OSGi specification bundle for the Java Activation Framework (JAF) API version 1.1.

<dependency> <groupId>org.apache.servicemix.specs</groupId> <artifactId>org.apache.servicemix.specs.activation-api-1.1</artifactId> <version>2.9.0</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-SERVICE
O
org-apache-servicemix-specs-activation-api-1-1
otherjavav2.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataHandler
javax.activation.DataHandler

Creates a DataHandler for handling data from a file source.

import javax.activation.DataHandler; import javax.activation.FileDataSource; public class Example { public static void main(String[] args) { DataHandler handler = new DataHandler(new FileDataSource("file.txt")); System.out.println("DataHandler created for file"); } }
Debug
Known issues
breakingThis bundle provides the javax.activation API which may conflict with JDK 9+ modules.
fix
Use the jakarta.activation API or add --add-modules java.activation for JDK 9+.
affects: >=2.9.0
Upgrade
Version history
2.9.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
org-apache-servicemix-specs-activation-api-1-1 — mvn dependency:get org-apache-servicemix-specs-activation-api-1-1 · libregistry