On Thu, Nov 1, 2012 at 10:38 AM, √iktor Ҡlang <viktor.kl...@gmail.com>wrote:
> On Thu, Nov 1, 2012 at 5:07 PM, Dave LeBlanc <david.lebl...@gmail.com>wrote:
>> On Thu, Nov 1, 2012 at 1:21 AM, √iktor Ҡlang <viktor.kl...@gmail.com>wrote:
>>> Hi Dave,
>>> On Thu, Nov 1, 2012 at 5:36 AM, Dave LeBlanc <david.lebl...@gmail.com>wrote:
>>>> Hey Hakkers,
>>>> I know I mentioned this a while back - about the bundles having the
>>>> wrong dependency version in the bundles for typesafe-config (since we're
>>>> now using 1.0.0). I thought that was addressed, but it's still using an old
>>>> range in the 2.1.0-RC1 deployed bundles.
>>> this should be fixed since a while back:
>>> https://github.com/akka/akka/blob/release-2.1/project/AkkaBuild.scala...
>> Yeah, that's what I thought, so I was surprised that the RC1 jars don't
>> have the updated range.
> Oh, it was fixed _after_ RC1 :-)
Ok, good stuff - just wanted to make sure it wasn't lost in some bit vortex
somewhere.
>>>> We're just referencing a local copy for now, but it'd be nice to have
>>>> that fixed for the next RC.
>>>> As well, I noticed that akka-remote has a dependency on uncommons-maths
>>>> for some crypto stuff, but that isn't an OSGi bundle. I've added the
>>>> requisite bnd stuff into their custom ant script and sent off a pull
>>>> request to the maintainer, but it's something to keep in mind that would
>>>> otherwise block someone from using remote actors with OSGi.
>>> Alright, cool. The alternative is to just install it as a bundle?
>> Not sure what you mean. The uncommons-jar isn't an OSGi bundle as it
>> stands (so it can't be installed in an OSGi container), and the work I did
>> just makes it a valid bundle that we're able to install. We'll be waiting
>> on the maintainer to apply those changes and get them applied to Maven
>> Central though. You can see the pull request here:
>> https://github.com/dwdyer/uncommoncs-maths/pull/5<https://github.com/dwdyer/uncommons-maths/pull/5>
> I'm no OSGi expert, but I'm pretty sure it's possible to manually install
> jars as bundles, just like you can install files into Maven (install-file)
> even though they are not Maven Artifacts (with poms)
Not as far as I know - there are ways, but nothing that's particularly easy
or elegant. What we've done is about as clean as it gets.
>> I suppose you guys could also host a local copy of uncommons maths that's
>> bundleified too. For the time being that's probably a better idea.
> Lets see what they say at uncommons-maths. The alternative is for a kind
> soul to reimplement what we use from them natively for Akka. (Pull Requests
> are more than welcome)
I'll take a quick look, but my bandwidth is a little limited right now.
Thanks,
-Dave
> Cheers,
> √
>>>> Thanks, and keep up the great work.
>>> Thanks for helping us out here!
>> My pleasure :)
>>> Cheers,
>>> √
>>>> -Dave
>>>> --
>>>> Dave LeBlanc <david.lebl...@gmail.com>
>>>> --
>>>> >>>>>>>>>> Read the docs: http://akka.io/docs/
>>>> >>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>> >>>>>>>>>> Search the archives:
>>>> https://groups.google.com/group/akka-user
>>>> ---
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Akka User List" group.
>>>> To post to this group, send email to akka-user@googlegroups.com.
>>>> To unsubscribe from this group, send email to
>>>> akka-user+unsubscribe@googlegroups.com.
>>>> Visit this group at http://groups.google.com/group/akka-user?hl=en.
>>> --
>>> Viktor Klang
>>> Akka Tech Lead
>>> Typesafe <http://www.typesafe.com/> - The software stack for
>>> applications that scale
>>> Twitter: @viktorklang
>>> --
>>> >>>>>>>>>> Read the docs: http://akka.io/docs/
>>> >>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>> >>>>>>>>>> Search the archives:
>>> https://groups.google.com/group/akka-user
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Akka User List" group.
>>> To post to this group, send email to akka-user@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> akka-user+unsubscribe@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/akka-user?hl=en.
>> --
>> Dave LeBlanc <david.lebl...@gmail.com>
>> --
>> >>>>>>>>>> Read the docs: http://akka.io/docs/
>> >>>>>>>>>> Check the FAQ: http://akka.io/faq/
>> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Akka User List" group.
>> To post to this group, send email to akka-user@googlegroups.com.
>> To unsubscribe from this group, send email to
>> akka-user+unsubscribe@googlegroups.com.
>> Visit this group at http://groups.google.com/group/akka-user?hl=en.
> --
> Viktor Klang
> Akka Tech Lead
> Typesafe <http://www.typesafe.com/> - The software stack for applications
> that scale
> Twitter: @viktorklang
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ: http://akka.io/faq/
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To post to this group, send email to akka-user@googlegroups.com.
> To unsubscribe from this group, send email to
> akka-user+unsubscribe@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user?hl=en.
--
Dave LeBlanc <david.lebl...@gmail.com>