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

akka-stream-alpakka-mongodb artifact is missing in maven #593

Closed
anoo-muthuswaami opened this issue Nov 17, 2017 · 4 comments
Closed

akka-stream-alpakka-mongodb artifact is missing in maven #593

anoo-muthuswaami opened this issue Nov 17, 2017 · 4 comments
Milestone

Comments

@anoo-muthuswaami
Copy link

I'm unable to locate mongoDB connector artifact in Maven https://repo1.maven.org/maven2/com/lightbend/akka/

@johanandren
Copy link
Member

I noticed that the module was not part of the build in #597 but then it turned out the tests do not pass, so there's more work than just adding it to the build and fixing the code formatting. We need help from the community to get this in.

@ennru
Copy link
Member

ennru commented Nov 21, 2017

@gosubpl @stephennancekivell Could you have a look at the existing MongoDB tests in master?

@stephennancekivell
Copy link
Contributor

Hi guys. I suspect its just missing a docker-compose entry. The tests worked for me locally months ago when I was first looking at it, connecting to my locally running mongo.

Should be something like this.

+  mongo:
+    image: mongo
+    ports:
+      - "27017:27017"

However Im struggling to run the build locally I get a unresolved dependency error for com.thoughtworks.paranamer#paranamer;2.8...

@ennru
Copy link
Member

ennru commented Nov 21, 2017

It does the trick locally for me. I'll send a PR.

ennru added a commit to ennru/alpakka that referenced this issue Nov 21, 2017
- added mongodb module to sbt aggregate
- added Mongo to Docker compose
- reformated sources

Fixes akka#593
@johanandren johanandren added this to the 0.15 milestone Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants