[RedBrdige] What would you like, singleton, thread local or single thread?

On Sat, Oct 31, 2009 at 11:24 AM, Thomas E Enebo [email protected]
wrote:

Yoko, can you add this change to jruby-embed.jar from before you
merged jruby-embed with trunk and put out a new release?

I’m just done with that. The new version of JRuby Embed,
jruby-embed-0.1.3.jar, is
http://kenai.com/projects/jruby-embed/downloads. Sources are also
updated and available to download at
http://kenai.com/projects/jruby-embed/sources/sources/. You can use
either compiled archive or sources to build by maven. This version is
identical to JRuby trunk, but I confirmed it worked well on JRuby
1.4.0RC3.

After that we can update the poms and add the new jar to build_lib on
1.4 branch (I can do this part once you have a new release out).

Will you update jruby-embed.jar to build_lib, Tom?

-Yoko

We probably want to merge this into 1.4 as well, don’t we? With a big


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

On Sat, Oct 31, 2009 at 3:14 PM, Yoko H. [email protected] wrote:

identical to JRuby trunk, but I confirmed it worked well on JRuby
1.4.0RC3.

One more thing. You should add a tag in your repository. I used
latest rev to maven deploy your release, which should be safe since
you are the only person commiting to what amounts to an end-of-life
repo.

git tag {tag}
git push --tags # <---- This one bit me for a while

I am using the maven deployed .jar for build_lib versus your released
file since that will match a maven compile.

After that we can update the poms and add the new jar to build_lib on
1.4 branch (I can do this part once you have a new release out).

Will you update jruby-embed.jar to build_lib, Tom?

Just testing it now. Thanks Yoko,

-Tom

default value. I switched the default value of LocalContextScope from
embedding for the various threading setups (Rob’s plan). That fits


blog: http://blog.enebo.com twitter: tom_enebo
mail: [email protected]


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

On Sun, Nov 1, 2009 at 10:40 AM, Thomas E Enebo [email protected]
wrote:

One more thing. You should add a tag in your repository. I used
latest rev to maven deploy your release, which should be safe since
you are the only person commiting to what amounts to an end-of-life
repo.

git tag {tag}
git push --tags # <---- This one bit me for a while

Thank you, Tom. I totally forgot about that. Now, jruby-embed has two
tags, 0.1.2 and 0.1.3.

I am using the maven deployed .jar for build_lib versus your released
file since that will match a maven compile.

I believe you could build .jar easily using jruby-embed’s pom.xml.

Just testing it now. Thanks Yoko,

I’m hoping all your tests will pass successfully.

-Yoko

[email protected] wrote:

this in a future release if people think it is unexpected behavior.


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email