Seeing this in crash logs, it seems there's some sort of issue resolving the BindingContextFactory.
Fatal Exception: java.lang.NoClassDefFoundError
Failed resolution of: Lcom/sun/xml/internal/ws/spi/db/BindingContextFactory;
com.mapbox.api.directions.v5.MapboxDirections.errorDidOccur (MapboxDirections.java:194)
com.mapbox.api.directions.v5.MapboxDirections.access$000 (MapboxDirections.java:60)
com.mapbox.api.directions.v5.MapboxDirections$1.onResponse (MapboxDirections.java:146)
retrofit2.ExecutorCallAdapterFactory$ExecutorCallbackCall$1$1.run (ExecutorCallAdapterFactory.java:70)
When navigating to MapboxDirections.java in the Navigation SDK codebase I see:

@osana @zugaldia could this be some sort of dependency conflict in the navigation repo?