Jakarta EE Application Client10.09.18.07.0
This feature enables support for the Jakarta EE 10.0 Application Client.
Enabling this feature
To enable the Jakarta EE 10.0 Application Client feature, add the following element declaration into your server.xml file, inside the featureManager element:
<feature>jakartaeeClient-10.0</feature>
Standard API packages provided by this feature
- jakarta.annotation 
- jakarta.annotation.security 
- jakarta.annotation.sql 
- jakarta.ejb 
- jakarta.ejb.embeddable 
- jakarta.ejb.spi 
- jakarta.interceptor 
- jakarta.jws 
- jakarta.jws.soap 
- jakarta.xml.soap 
- jakarta.xml.ws 
- jakarta.xml.ws.handler 
- jakarta.xml.ws.handler.soap 
- jakarta.xml.ws.http 
- jakarta.xml.ws.soap 
- jakarta.xml.ws.spi 
- jakarta.xml.ws.spi.http 
- jakarta.xml.ws.wsaddressing 
- javax.rmi 
- javax.rmi.CORBA 
- org.omg.BiDirPolicy 
- org.omg.CONV_FRAME 
- org.omg.CORBA 
- org.omg.CORBA.ContainedPackage 
- org.omg.CORBA.ContainerPackage 
- org.omg.CORBA.InterfaceDefPackage 
- org.omg.CORBA.ORBPackage 
- org.omg.CORBA.PollableSetPackage 
- org.omg.CORBA.TypeCodePackage 
- org.omg.CORBA.ValueDefPackage 
- org.omg.CORBA.portable 
- org.omg.CORBA_2_3 
- org.omg.CORBA_2_3.portable 
- org.omg.CORBA_2_4 
- org.omg.CORBA_2_4.portable 
- org.omg.CSI 
- org.omg.CSIIOP 
- org.omg.CosNaming 
- org.omg.CosNaming.NamingContextExtPackage 
- org.omg.CosNaming.NamingContextPackage 
- org.omg.CosTSInteroperation 
- org.omg.CosTransactions 
- org.omg.Dynamic 
- org.omg.DynamicAny 
- org.omg.DynamicAny.DynAnyFactoryPackage 
- org.omg.DynamicAny.DynAnyPackage 
- org.omg.GIOP 
- org.omg.GSSUP 
- org.omg.IIOP 
- org.omg.IOP 
- org.omg.IOP.CodecFactoryPackage 
- org.omg.IOP.CodecPackage 
- org.omg.MessageRouting 
- org.omg.Messaging 
- org.omg.PortableInterceptor 
- org.omg.PortableInterceptor.ORBInitInfoPackage 
- org.omg.PortableServer 
- org.omg.PortableServer.CurrentPackage 
- org.omg.PortableServer.POAManagerFactoryPackage 
- org.omg.PortableServer.POAManagerPackage 
- org.omg.PortableServer.POAPackage 
- org.omg.PortableServer.ServantLocatorPackage 
- org.omg.PortableServer.portable 
- org.omg.SSLIOP 
- org.omg.Security 
- org.omg.SecurityLevel1 
- org.omg.SecurityLevel2 
- org.omg.SendingContext 
- org.omg.SendingContext.CodeBasePackage 
- org.omg.TimeBase 
- org.omg.stub.java.rmi 
Developing a feature that depends on this feature
If you are developing a feature that depends on this feature, include the following item in the Subsystem-Content header in your feature manifest file.
io.openliberty.jakartaeeClient-10.0; type="osgi.subsystem.feature"