commanded / commanded-extreme-adapter

Extreme event store adapter for Commanded
MIT License
12 stars 18 forks source link

Old httpoison dependency #14

Closed drozzy closed 6 years ago

drozzy commented 6 years ago

Getting this error:

Failed to use "httpoison" (versions 1.2.0 and 1.3.0) because
  commanded_extreme_adapter (version 0.5.0) requires ~> 0.11.1
  extreme (versions 0.13.1 and 0.13.2) requires ~> 1.2
drozzy commented 6 years ago

Just getting weird errors :(

could not compile dependency :commanded_extreme_adapter, "mix compile" failed. You can recompile this dependency with "mix deps.compile commanded_extreme_adapter", update it with "mix deps.update commanded_extreme_adapter" or clean it with "mix deps.clean commanded_extreme_adapter"
slashdotdash commented 6 years ago

Could do with upgrading the extreme dependency to the latest version (v0.13.2) and check any other outdated dependencies.

Happy to accept a pull request to make those changes.

drozzy commented 6 years ago

How much can I change :)?

Are you against me blatantly copying piece of this adapter into a new library(I don’t need the docker stuff or many of the subscribe all functions). Or would you rather I push here?

One thing I’m not a fan of is rather complex name. I was thinking something shorter.

slashdotdash commented 6 years ago

@drozzy Feel free to clone or copy and modify as you wish. Get it working for your own use case then we can see what changes you had to make and if they can be merged back in.