Registry / utility / activation

activation

JSON →
library1.1.1javamavenunverified

JavaBeans Activation Framework (JAF) provides a framework for handling MIME data, used by JavaMail and other APIs.

<dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <version>1.1.1</version> </dependency>
INSTALL
IMPORT
SIG · ACTIVATION
A
activation
utilityjavav1.1.1
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 a file to manage MIME data.

import javax.activation.DataHandler; import javax.activation.FileDataSource; DataHandler handler = new DataHandler(new FileDataSource("file.txt")); System.out.println(handler.getContentType());
Debug
Known issues
breakingJAF 1.1.1 is outdated; use jakarta.activation for modern Java
fix
Replace javax.activation with jakarta.activation for Java 9+
affects: 1.1.1
Upgrade
Version history
1.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
32
Meta
1
OpenAI (training)
1
Resources
activation — mvn dependency:get activation · libregistry