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
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
--
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
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
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
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
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?
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
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
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
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
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
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
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
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
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
16 matches
Mail list logo