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

moved to akka-http 1.0-RC3 and removed redundant imports #268

Merged
1 commit merged into from
May 26, 2015
Merged

moved to akka-http 1.0-RC3 and removed redundant imports #268

1 commit merged into from
May 26, 2015

Conversation

antonkulaga
Copy link
Contributor

I moved to akka-http 1.0-RC3 and removed redundant imports.
I also added updateOptions := updateOptions.value.withCachedResolution(true) to speed up dependency resolution as it takes a lot of time and slows down development. I also recommend to clean all target folders after git pull

resolvers += Resolver.bintrayRepo("inthenow","releases")

resolvers += Resolver.bintrayRepo("inthenow","releases"),
updateOptions := updateOptions.value.withCachedResolution(true) //to speed up dependency resolution
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this important for this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am tired of long loading time (esp. when I am asked to change one line in my PR and I have to open and wait until it loads=)) . I use cacheresolution in most of my projects and never had any troubles with it, but speed ups were pretty sufficient.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool. Look forward to it.

@bblfish
Copy link
Member

bblfish commented May 24, 2015

seems fine to me. Nice to know about akka.http evolution. I completely lost track of that.

@antonkulaga
Copy link
Contributor Author

I've started a project with akka-http ( https://github.com/denigma/plasmid-bank ). Latest RC supports both Websockets and https. I suggest to think about moving readwriteweb to akka-http.

@bblfish
Copy link
Member

bblfish commented May 24, 2015

It has been my intention to move read-write-web to akka-http since nearly 1.5 years. The problem was support for HTTPs at the time. I think they support it now.
The other thing I hope for is that akka http can be compiled to scala-js.

@antonkulaga
Copy link
Contributor Author

I think they support it now.

That means that you can start moving to akka-http =) I can help with that.

@bblfish
Copy link
Member

bblfish commented May 24, 2015

I opened issue 155 for that on rww-play.

@betehess
Copy link
Member

This is house cleaning so fine by me if @inthenow has nothing against using the new cache resolution mechanism.

@ghost
Copy link

ghost commented May 26, 2015

LGTM

ghost pushed a commit that referenced this pull request May 26, 2015
moved to akka-http 1.0-RC3 and removed redundant imports
@ghost ghost merged commit 0e7eba4 into banana-rdf:series/0.8.x May 26, 2015
@antonkulaga antonkulaga deleted the akka_http_update branch May 26, 2015 09:20
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants