Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with 19.5.0 finatra build #502

Closed
viktortnk opened this issue May 19, 2019 · 4 comments
Closed

Problems with 19.5.0 finatra build #502

viktortnk opened this issue May 19, 2019 · 4 comments
Assignees
Labels

Comments

@viktortnk
Copy link

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?

@cacoco cacoco self-assigned this May 20, 2019
@cacoco cacoco added the bug label May 20, 2019
@cacoco
Copy link
Contributor

cacoco commented May 20, 2019

@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!

@ryanoneill
Copy link
Contributor

I cut a 19.5.1 release last night, and this should now be fixed. Thanks!

@cacoco cacoco closed this as completed May 22, 2019
@viktortnk
Copy link
Author

thanks, got everything working now

@ryanoneill
Copy link
Contributor

Glad to hear that @viktortnk. Thanks for reporting the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants