You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a compilation error while building one of our projects after updating the dependency to 19.5.0:
Symbol 'type com.twitter.finatra.http.RouteHint' is missing from the classpath.
[error] This symbol is required by 'value com.twitter.finatra.http.EmbeddedHttpServer.routeHint'.
[error] Make sure that type RouteHint is in your classpath and check for conflicting dependencies with `-Ylog-classpath`.
[error] A full rebuild may help if 'EmbeddedHttpServer.class' was compiled against an incompatible version of com.twitter.finatra.http.
[error] val response = server.httpGetJson[ChangelogResponse](
I assume the RouteHint it should be in finatra-http_2.12-19.5.0-tests.jar archive, but I can't see it there
Any chance there was a problem with build?
The text was updated successfully, but these errors were encountered:
@viktortnk yep, looks like it didn't get wired up properly in the build.sbt file. I'll let the team know and we'll most likely cut a 19.5.1 release. Thanks!
I've got a compilation error while building one of our projects after updating the dependency to 19.5.0:
I assume the
RouteHint
it should be infinatra-http_2.12-19.5.0-tests.jar
archive, but I can't see it thereAny chance there was a problem with build?
The text was updated successfully, but these errors were encountered: