junkdog / artemis-odb

A continuation of the popular Artemis ECS framework
BSD 2-Clause "Simplified" License
776 stars 111 forks source link

Out-dated artemis-odb version? #264

Closed nikoliazekter closed 9 years ago

nikoliazekter commented 9 years ago

I use Gradle to add artemis-odb to my project. A lot of files that exist in GitHub repo are missing in donwloaded library. For example, I can't use EntitySubscription and AspectSubscriptionManager. Isn't it time to update artemis-odb to 0.9.1?

junkdog commented 9 years ago

Hi, the roadmap for 0.10.0/1.0.0 strayed off course - it should have been out by now, but there are still several changes remaining before it's ready. I'm hoping artemis-odb develop can resume now that things have calmed down (we live in interesting times).

nikoliazekter commented 9 years ago

I built artemis-odb from source.

DaanVanYperen commented 9 years ago

@junkdog that's one long list!

@nikoliazekter @junkdog typically pushes out snapshots to the sonatype repo fairly regularly. If you are not in production yet you could always fall back to those (currently 0.9.1-SNAPSHOT).

maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }

DaanVanYperen commented 9 years ago

Answered! No action remains.