Registry / utility / james-server-util-java8

james-server-util-java8

JSON →
library3.1.0javamavenunverified

Utility library for Apache James Mail Server, providing common helper classes for Java 8 environments.

<dependency> <groupId>org.apache.james</groupId> <artifactId>james-server-util-java8</artifactId> <version>3.1.0</version> </dependency>
INSTALL
IMPORT
SIG · JAMES-SERVER-UTIL-
J
james-server-util-java8
utilityjavav3.1.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.

MDCBuilder
org.apache.james.util.MDCBuilder

Build and manage Mapped Diagnostic Context (MDC) for logging.

import org.apache.james.util.MDCBuilder; public class Example { public void process() { MDCBuilder.create() .addContext("key", "value") .execute(() -> System.out.println("Processing")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
james-server-util-java8 — mvn dependency:get james-server-util-java8 · libregistry