Updating to the rebranded Java SDK

What you need to know about this rebranding effort and how to put it in place

We've rebranded the Java SDK for Rapid API, which will impact any applications using it. The SDK name, namespace, and exceptions IDs have been changed. To use this updated SDK, you'll need to:

  • Use the package name in project dependencies
  • Import the models from the new namespaces
  • Update the exception handlers with the new exception classes
  • Adjust the log messages prefix

SDK Name

Before rebranding

Rebranded SDK

Namespace

Before rebrandingRebranded SDK
import com.expediagroup.openworld.sdk.rapid.client.RapidClientimport com.expediagroup.sdk.rapid.client.RapidClient
import com.expediagroup.openworld.sdk.rapid.models.*import com.expediagroup.sdk.rapid.models.*

Exceptions

Before rebrandingRebranded SDK
OpenWorldExceptionExpediaGroupException
OpenWorldServiceExceptionExpediaGroupServiceException
OpenWorldClientExceptionExpediaGroupClientException

Logging message prefix

Before rebrandingRebranded SDK
ExpediaSDKExpediaGroupSDK
Did you find this page helpful?
How can we improve this content?
Thank you for helping us improve Developer Hub!