Java библиотеки

Jakarta Servlet 5.0

io.openliberty.features : servlet-5.0

This feature enables support for HTTP Servlets written to the Jakarta Servlet 5.0 specification. You can package servlets in Jakarta EE specified WAR or EAR files. If servlet security is required, you should also configure an appSecurity feature. Without a security feature, any security constraints for the application are ignored.

Последняя версия: 22.0.0.6

Дата:

Java Servlets 4.0

io.openliberty.features : servlet-4.0

This feature enables support for HTTP Servlets written to the Java Servlet 4.0 specification. You can package servlets in Java EE specified WAR or EAR files. If servlet security is required, you should also configure an appSecurity feature. Without a security feature, any security constraints for the application are ignored.

Последняя версия: 22.0.0.6

Дата:

Java Servlets 3.1

io.openliberty.features : servlet-3.1

This feature enables support for HTTP Servlets written to the Java Servlet 3.1 specification. You can package servlets in Java EE specified WAR or EAR files. If servlet security is required, you should also configure an appSecurity feature. Without a security feature, any security constraints for the application are ignored.

Последняя версия: 22.0.0.6

Дата:

Java Servlets 3.0

com.ibm.websphere.appserver.features : servlet-3.0

This feature enables support for HTTP Servlets written to the Java Servlet 3.0 specification. The servlets can be packaged in Java EE specified WAR or EAR files. If servlet security is required, an appSecurity feature should also be configured; in the absence of a security feature any security constraints for the application will be ignored.

Последняя версия: 22.0.0.6

Дата:

Job Manager Integration 1.0

com.ibm.websphere.appserver.features : serverStatus-1.0

This feature enables Liberty profile servers to automatically publish their status to the WebSphere Application Server Job Managers. This feature is required for the Job Manager to discover server instances that it did not start. This feature is stabilized.

Последняя версия: 22.0.0.6

Дата:

System for Cross-domain Identity Management 1.0

com.ibm.websphere.appserver.features : scim-1.0

This feature enables support for invoking User Management API using SCIM REST Services.

Последняя версия: 22.0.0.6

Дата:

Scaling Member 1.0

com.ibm.websphere.appserver.features : scalingMember-1.0

The Scaling Member feature allows a Liberty clustered server to be managed by a Liberty Scaling Controller server. The Scaling Controller directs the Scaling Member to start and stop based on Scaling Controller policies.

Последняя версия: 22.0.0.6

Дата:

Scaling Controller 1.0

com.ibm.websphere.appserver.features : scalingController-1.0

The Scaling Controller feature manages Liberty clusters by starting and stopping servers based on Scaling Policy.

Последняя версия: 22.0.0.6

Дата:

SAML Web Single Sign-On 2.0

io.openliberty.features : samlWeb-2.0

This feature enables web applications to use SAML web single sign-on version 2.0 function.

Последняя версия: 22.0.0.6

Дата:

WebRTC Rtcomm Gateway 1.0

com.ibm.websphere.appserver.features : rtcommGateway-1.0

This feature allows the Rtcomm framework to connect with SIP networks.

Последняя версия: 22.0.0.6

Дата:

Real-Time Communications 1.0

com.ibm.websphere.appserver.features : rtcomm-1.0

The Liberty Real-Time Communications feature (rtcomm-1.0) enables a highly-scalable signaling infrastructure that can be used to connect WebRTC clients and other types of IoT nodes into real-time audio/video/data interactions.

Последняя версия: 22.0.0.6

Дата:

Jakarta RESTful Web Services 3.0 Client

io.openliberty.features : restfulWSClient-3.0

This feature enables support for the Jakarta RESTful Web Services 3.0 Client API.

Последняя версия: 22.0.0.6

Дата:

Jakarta RESTful Web Services 3.0

io.openliberty.features : restfulWS-3.0

This feature enables support for Jakarta RESTful Web Services 3.0. These annotations can be used to define web service clients and endpoints that comply with the REST architectural style. Endpoints are accessed through a common interface that is based on the HTTP standard methods.

Последняя версия: 22.0.0.6

Дата:

Admin REST Connector 2.0

io.openliberty.features : restConnector-2.0

A secure, REST administrative connector that can be used locally or remotely using any Java developer kit. This connector enables remote access from a Java client or directly through an HTTPS call. The administrator and reader roles protect the connector. The connector requires TLS to keep the communication confidential. The HTTPS port used by the connector is defined through the default HTTP endpoint. This feature supersedes the restConnector-1.0 feature. It enables the REST handler configuration APIs. When this feature is combined with features supporting configuration validation, the corresponding REST handler validation APIs are enabled.

Последняя версия: 22.0.0.6

Дата:

Admin REST Connector 1.0

com.ibm.websphere.appserver.features : restConnector-1.0

A secure, REST administrative connector that can be used locally or remotely using any Java developer kit. This connector enables remote access from a Java client or directly through an HTTPS call. The administrator and reader roles protect the connector. The connector requires TLS to keep the communication confidential. The HTTPS port used by the connector is defined through the default HTTP endpoint. This feature is superseded by the restConnector-2.0 feature and enables the jaxrs-1.1 feature.

Последняя версия: 22.0.0.6

Дата:

Request Timing 1.0

io.openliberty.features : requestTiming-1.0

Provides warnings and diagnostic info for slow or hung requests.

Последняя версия: 22.0.0.6

Дата:

IBM Cloud Product Insights 1.0

com.ibm.websphere.appserver.features : productInsights-1.0

This feature has been discontinued. The productInsights feature registers the software with IBM Cloud Product Insights for server registration and usage reporting.

Последняя версия: 22.0.0.6

Дата:

Jakarta Persistence 3.0 Container

io.openliberty.features : persistenceContainer-3.0

This feature enables support for applications that use application-managed and container-managed persistence. This feature only includes Jakarta Persistence 3.0 specification interfaces and container-managed persistence integration. This feature does not include a Jakarta Persistence provider implementation.

Последняя версия: 22.0.0.6

Дата:

Jakarta Persistence 3.0

io.openliberty.features : persistence-3.0

This feature enables support for applications that use application-managed and container-managed persistence. This feature includes Jakarta Persistence 3.0 specification interfaces and container-managed persistence integration. EclipseLink is also included as the default persistence provider implementation.

Последняя версия: 22.0.0.6

Дата:

Password Utilities 1.0

io.openliberty.features : passwordUtilities-1.0

This feature enables support for obtaining the values of the user and password attributes of authData elements from an application, and also allows the use of the com.ibm.websphere.crypto.PasswordUtil class as an API.

Последняя версия: 22.0.0.6

Дата:

Jakarta Server Pages 3.0

io.openliberty.features : pages-3.0

This feature enables support for Jakarta Server Pages that are written to the Jakarta Server Pages 3.0 specification. This framework simplifies the construction of user interfaces. Enabling this feature also enables the Jakarta Expression Language version 4.0 feature.

Последняя версия: 22.0.0.6

Дата:

OSGi Debug Console 1.0

io.openliberty.features : osgiConsole-1.0

This feature enables an OSGi console to aid debug of the runtime. It can be used to display information about bundles, packages and services which may be useful when developing your own features for product extensions.

Последняя версия: 22.0.0.6

Дата:

OSGi Bundle 1.0

com.ibm.websphere.appserver.features : osgiBundle-1.0

This feature enables support for deploying OSGi applications. With the OSGi Applications support in WebSphere Application Server, you can develop and deploy modular applications that use Java EE and OSGi technologies.

Последняя версия: 22.0.0.6

Дата:

OSGi Application Integration 1.0

com.ibm.websphere.appserver.features : osgiAppIntegration-1.0

This feature adds local application-to-application integration for OSGi Applications.

Последняя версия: 22.0.0.6

Дата:

OSGi Applications Console 1.0

com.ibm.websphere.appserver.features : osgiAppConsole-1.0

This feature enables an OSGi web console to aid debugging an OSGi application. It can be used to display information about bundles, packages and services which may be useful when developing your own OSGi application.

Последняя версия: 22.0.0.6

Дата:

OSGi Java Persistence API 1.0

com.ibm.websphere.appserver.features : osgi.jpa-1.0

This feature is superseded by the blueprint-1.0 and jpa-2.0 features. When those features are both added to the server, this feature is added automatically.

Последняя версия: 22.0.0.6

Дата:

Opentracing 2.0

io.openliberty.features : opentracing-2.0

This feature provides support for Opentracing function for enterprise Java.

Последняя версия: 22.0.0.6

Дата:

Opentracing 1.3

io.openliberty.features : opentracing-1.3

This feature provides support for Opentracing function for enterprise Java.

Последняя версия: 22.0.0.6

Дата:

Opentracing 1.2

io.openliberty.features : opentracing-1.2

This feature provides support for Opentracing function for enterprise Java.

Последняя версия: 22.0.0.6

Дата:

Opentracing 1.1

io.openliberty.features : opentracing-1.1

This feature provides support for Opentracing function for enterprise Java.

Последняя версия: 22.0.0.6

Дата:

Opentracing 1.0

io.openliberty.features : opentracing-1.0

This feature provides support for Opentracing function for enterprise Java.

Последняя версия: 22.0.0.6

Дата:

OpenID Connect Provider 1.0

io.openliberty.features : openidConnectServer-1.0

This feature enables web applications to integrate OpenID Connect Server 1.0 for authenticating users instead of, or in addition to, the configured user registry.

Последняя версия: 22.0.0.6

Дата:

OpenID Connect Client 1.0

io.openliberty.features : openidConnectClient-1.0

This feature enables web applications to integrate OpenID Connect Client 1.0 for authenticating users instead of, or in addition to, the configured user registry.

Последняя версия: 22.0.0.6

Дата:

OpenID 2.0

io.openliberty.features : openid-2.0

This feature enables web applications to integrate OpenID 2.0 for authenticating users instead of, or in addition to, the configured user registry.

Последняя версия: 22.0.0.6

Дата:

OpenAPI 3.1

io.openliberty.features : openapi-3.1

This feature enables users to discover and understand REST APIs exposed by web applications and Liberty components that use the OpenAPI 3.0 specification.

Последняя версия: 22.0.0.6

Дата:

OpenAPI 3.0

com.ibm.websphere.appserver.features : openapi-3.0

This feature enables users to discover and understand REST APIs exposed by web applications and Liberty components that use the OpenAPI 3.0 specification.

Последняя версия: 22.0.0.6

Дата:

OAuth 2.0

io.openliberty.features : oauth-2.0

This feature enables web applications to integrate OAuth 2.0 for authenticating and authorizing users.

Последняя версия: 22.0.0.6

Дата:

ND Member Bundle

com.ibm.websphere.appserver.features : ndMemberBundle

Adds all the features required for a server to be clustered and auto-scaled in a Liberty collective.

Последняя версия: 22.0.0.6

Дата:

ND Controller Bundle

com.ibm.websphere.appserver.features : ndControllerBundle

Adds all the features required for a server to manage Liberty collectives.

Последняя версия: 22.0.0.6

Дата:

MicroProfile Rest Client 3.0

io.openliberty.features : mpRestClient-3.0

The MicroProfile Rest Client specification provides a type-safe mechanism for invoking RESTful services.

Последняя версия: 22.0.0.6

Дата:

MicroProfile Rest Client 2.0

io.openliberty.features : mpRestClient-2.0

The MicroProfile Rest Client specification provides a type-safe mechanism for invoking RESTful services.

Последняя версия: 22.0.0.6

Дата:

MicroProfile Rest Client 1.4

io.openliberty.features : mpRestClient-1.4

The MicroProfile Rest Client specification provides a type-safe mechanism for invoking RESTful services.

Последняя версия: 22.0.0.6

Дата:

MicroProfile Rest Client 1.3

io.openliberty.features : mpRestClient-1.3

The MicroProfile Rest Client specification provides a type-safe mechanism for invoking RESTful services.

Последняя версия: 22.0.0.6

Дата:

MicroProfile Rest Client 1.2

io.openliberty.features : mpRestClient-1.2

The MicroProfile Rest Client specification provides a type-safe mechanism for invoking RESTful services.

Последняя версия: 22.0.0.6

Дата:

MicroProfile Rest Client 1.1

io.openliberty.features : mpRestClient-1.1

The MicroProfile Rest Client specification provides a type-safe mechanism for invoking RESTful services.

Последняя версия: 22.0.0.6

Дата:

MicroProfile Rest Client 1.0

io.openliberty.features : mpRestClient-1.0

The Eclipse MicroProfile Rest Client specification provides a type-safe mechanism for invoking RESTful services.

Последняя версия: 22.0.0.6

Дата:

MicroProfile Reactive Streams 1.0

io.openliberty.features : mpReactiveStreams-1.0

This feature provides support for the MicroProfile Reactive Streams 1.0 API

Последняя версия: 22.0.0.6

Дата:

MicroProfile Reactive Messaging 1.0

io.openliberty.features : mpReactiveMessaging-1.0

The Eclipse MicroProfile Reactive Messaging specification provides asynchronous messaging support based on Reactive Streams for MicroProfile.

Последняя версия: 22.0.0.6

Дата:

MicroProfile OpenTracing 3.0

io.openliberty.features : mpOpenTracing-3.0

The MicroProfile OpenTracing specification provides a mechanism to access an opentracing.io Tracer.

Последняя версия: 22.0.0.6

Дата:

MicroProfile OpenTracing 2.0

io.openliberty.features : mpOpenTracing-2.0

The MicroProfile OpenTracing specification provides a mechanism to access an opentracing.io Tracer.

Последняя версия: 22.0.0.6

Дата: