[jruby-dev] jruby-openssl

2012-12-20 Thread Uwe Kubosch
Hi all! I have a fix for the build of the jruby-openssl gem. One important point: Should the jopenssl.jar be in the gem, or will it be in jruby main? -- Uwe Kubosch http://jruby.org/ - To unsubscribe from this list, please

[jruby-dev] jruby-openssl has moved to github

2009-02-18 Thread Charles Oliver Nutter
The source for jruby-openssl is now hosted on GitHub under the JRuby project account: http://github.com/jruby/jruby-openssl/tree/master Please go there for updates. We will hopefully publish a new release soon, to go along with JRuby 1.2. - Charlie --

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Nick Sieger
On 12/12/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > Thomas E Enebo wrote: > > On Dec 12, 2007 4:04 AM, Ola Bini <[EMAIL PROTECTED]> wrote: > >> Nick Sieger wrote: > >>> > >>> What if all 'require "openssl"' did on JRuby was load a ruby file that > >>> contained a bunch of autoloads for

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Charles Oliver Nutter
Thomas E Enebo wrote: On Dec 12, 2007 4:04 AM, Ola Bini <[EMAIL PROTECTED]> wrote: Nick Sieger wrote: What if all 'require "openssl"' did on JRuby was load a ruby file that contained a bunch of autoloads for all the constants in openssl? We could attempt to fill in as many as possible in the b

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Thomas E Enebo
On Dec 12, 2007 4:04 AM, Ola Bini <[EMAIL PROTECTED]> wrote: > > Nick Sieger wrote: > > > > > > What if all 'require "openssl"' did on JRuby was load a ruby file that > > contained a bunch of autoloads for all the constants in openssl? We > > could attempt to fill in as many as possible in the base

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Nick Sieger
On 12/12/07, Thomas E Enebo <[EMAIL PROTECTED]> wrote: > > Any other thoughts? ideas? The patch at http://pastie.caboo.se/127653 allows me to run Rails 2 without jruby-openssl installed, provided that I change the session store as follows inside config/environment.rb: config.action_controller.ses

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Charles Oliver Nutter
On phone so I will be brief. How much of BC specifically do we need? Is it perhaps possible to implement as much as we can without depending on BC, and only have the gem install the bits that require BC? Or even -just- BC and we ship openssl with those BC specific arab throwing an error?

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Ola Bini
Thomas E Enebo wrote: So summary so far: Problems: A. Our stable branch is supported for Java 1.4 but jruby-openssl required Java 5. Rails requires openssl. B. Netbeans (and I presume any IDE which wants to bundle JRuby + Rails) does not think it can distribute jruby-openssl gem. 1. Is this t

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Thomas E Enebo
So summary so far: Problems: A. Our stable branch is supported for Java 1.4 but jruby-openssl required Java 5. Rails requires openssl. B. Netbeans (and I presume any IDE which wants to bundle JRuby + Rails) does not think it can distribute jruby-openssl gem. 1. Is this true based on recently di

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Nick Sieger
On 12/12/07, Ola Bini <[EMAIL PROTECTED]> wrote: > > > > So here's a new idea. openssl really sucks for us because it's such a > > monolithic beast. > > > > What if all 'require "openssl"' did on JRuby was load a ruby file that > > contained a bunch of autoloads for all the constants in openssl? We

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-12 Thread Ola Bini
Nick Sieger wrote: On 12/11/07, Thomas E Enebo <[EMAIL PROTECTED]> wrote: Ok so I can put out a binary distro of 1.0.3 and in order for that to be smooth I need to release an updated jruby-openssl. Here is the problem (for windows): 1. Rails 2 requires openssl 2. JRuby 1.0.3 binary is compi

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-11 Thread Nick Sieger
On 12/11/07, Tor Norbye <[EMAIL PROTECTED]> wrote: > > We're bundling JRuby and Rails with NetBeans, but we cannot bundle > openssl (legal headaches because of crypto and US export > restrictions). With Rails 1.2.5 this wasn't a problem - users who > want SSL can install it themselves, but it does

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-11 Thread Nick Sieger
On 12/11/07, Thomas E Enebo <[EMAIL PROTECTED]> wrote: > Ok so I can put out a binary distro of 1.0.3 and in order for that to > be smooth I need to release an updated jruby-openssl. Here is the > problem (for windows): > > 1. Rails 2 requires openssl > 2. JRuby 1.0.3 binary is compiled against Ja

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-11 Thread Tor Norbye
On Dec 11, 2007, at 1:23 PM, Thomas E Enebo wrote: Ok so I can put out a binary distro of 1.0.3 and in order for that to be smooth I need to release an updated jruby-openssl. Here is the problem (for windows): 1. Rails 2 requires openssl 2. JRuby 1.0.3 binary is compiled against Java 1.4 becau

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-11 Thread Bill Dortch
I don't know of a compelling reason we need to build jopenssl to 1.5; we're not using a lot of 1.5 features that I know of. (I think the crypto stuff was all included in 1.4, no?) BC has jars for 1.4. Ola may have a reason I'm not aware of. BTW, we still have a recent JRuby 1.1 dependency in X5

[jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-11 Thread Thomas E Enebo
Ok so I can put out a binary distro of 1.0.3 and in order for that to be smooth I need to release an updated jruby-openssl. Here is the problem (for windows): 1. Rails 2 requires openssl 2. JRuby 1.0.3 binary is compiled against Java 1.4 because that is what we support 3. jruby-openssl is only su