Closed rocketraman closed 11 years ago
Beautiful work! What about moving directly to akka 2.2-SNAPSHOT?
great! thanks for your changes!
Working on the Akka 2.2-SNAPSHOT now...
Ah wait... I wanted to rebase the "fixup" commits before merge.
Also, it seems like the 2.2-SNAPSHOT is missing the OSGi meta-data in akka-actor.jar and perhaps others...
Manifest-Version: 1.0
Implementation-Vendor: Typesafe Inc.
Implementation-Title: akka-actor
Implementation-Version: 2.2-SNAPSHOT
Implementation-Vendor-Id: com.typesafe.akka
Specification-Vendor: Typesafe Inc.
Specification-Title: akka-actor
Specification-Version: 2.2-SNAPSHOT
We should probably post on the ML about that...
Can I force push the branch without the "fixup" commits, and you can redo the merge?
there are no akka-actor bundle in version 2.2-SNAPSHOT, it is wrapped into akka-osgi yes, I will.
by the way, you are using akka bundle in version 2.2-SNAPSHOT but you're compiling with 2.1.0, am I right? It may not be really important, from the moment akka moves it in their build, it is maybe easier to compile on 2.2
No, I'm compiling with 2.2. Thanks for the info about akka-actor, I didn't know that -- let me update.
Don't worry, I will amend the two lasts commits and push
<properties>
<akka.version>2.1.0</akka.version>
...
push done, if it's ok for you
Here is the pull request we discussed this morning.