Jakarta Connectors
2.1
2.0
1.7

This feature enables the configuration of resource adapters to access Enterprise Information Systems (EIS) from applications. The configuration of a resource adapter also includes the configuration of connection factories, administered objects and activation specifications. Any resource adapter that complies with the Jakarta Connectors 2.0 specification or lower can be used. High performance connection pooling is also provided.

Enabling this feature

To enable the Jakarta Connectors 2.0 feature, add the following element declaration into your server.xml file, inside the featureManager element:

<feature>connectors-2.0</feature>

Standard API packages provided by this feature

  • jakarta.resource

  • jakarta.resource.cci

  • jakarta.resource.spi

  • jakarta.resource.spi.endpoint

  • jakarta.resource.spi.security

  • jakarta.resource.spi.work

Liberty API packages provided by this feature

Features that this feature enables

Supported Java versions

  • JavaSE-1.8

  • JavaSE-11.0

  • JavaSE-17.0

  • JavaSE-21.0

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.connectors-2.0; type="osgi.subsystem.feature"