Registry / other / internal-api

internal-api

JSON →
library8.0.1javamavenunverified

Provides internal API classes for GlassFish Nucleus, the core of the GlassFish application server.

<dependency> <groupId>org.glassfish.main.common</groupId> <artifactId>internal-api</artifactId> <version>8.0.1</version> </dependency>
INSTALL
IMPORT
SIG · INTERNAL-API
I
internal-api
otherjavav8.0.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.

Globals
org.glassfish.internal.api.Globals

Demonstrates accessing a core GlassFish internal API class.

import org.glassfish.internal.api.Globals; public class Example { public static void main(String[] args) { System.out.println("Globals class loaded: " + Globals.class.getName()); } }
Debug
Known issues
breakingThis is an internal API and may change without notice; not intended for direct use by applications.
fix
Use public GlassFish APIs instead of internal classes.
affects: *
Upgrade
Version history
8.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
internal-api — mvn dependency:get internal-api · libregistry