We are currently using "SAP Hybris Digital Asset Management 22.1.0 by OpenText" and working on migrating from v22.1 to v22.4 (required to support Hybris v2211).
We are facing connectivity issues with the OTMM APIs. We understand that OTMM internally uses Jersey client for the API endpoint connectivity and the current SAP Hybris OTMM extensions (v22.1) that we have connect to the API endpoints fine.
API endpoint - https://<hostname>/otmmapi/v5/sessions/
The connectivity to this endpoint fails with HTTP 503 error with the new SAP Hybris OTMM extensions (v22.4). When we debugged the issue, we found that the new extensions use JDK Connector (org.glassfish.jersey.jdk.connector.JdkConnectorProvider) to initiate the API call as opposed to HttpUrlConnectorProvider (org.glassfish.jersey.client.HttpUrlConnectorProvider), that is used by the previous version.
When connecting with HttpUrlConnectorProvider we see that it works fine but with JdkConnectorProvider it fails. Is there any setting/configuration that we need to enable for the APIs to work with v22.4. We checked the upgrade documentation and couldn't find anything specific to this.