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 X509Name.java. As far as I can tell, the code is functionally equivalent to what was there before, just uses the new 1.1 API, but I might be missing something so I was leaving it for Nick to deal with (it was part of a bug fix he checked in). I'll change it back if no one objects. Anyone have any ideas on JRUBY-1692<http://jira.codehaus.org/browse/JRUBY-1692>(Cipher not working after first message)? It would be nice to resolve this before the release; it appears to be the last obstacle to Net::SSH functionality. -Bill 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 Java 1.4 because that is > what we support > 3. jruby-openssl is only supported using Java 1.5 > 4. jruby 1.0.3 binary will not run Rails 2 > 5. lack of profit! > > So questions: > 1. Would a 1.4 and 1.5 binary for 1.0.3 work? For people who want to > do Rails in 1.4 envs this sort of sucks. Plus it may not be too clear > what the issue is. > 2. Is there any ways of making jruby-openssl work with Java 1.4? I > believe there are 1.4 BC jars? > 3. Can we eliminate jruby-openssl as a req for Rails 2? Like monkey > patching in at least one place? > > I really hate the idea of not being able to support Rails 2 on > windows. It is even possible another part of Rails will slurp in > jruby-openssl and this will be an issue for more than just Windows. > > -Tom > > PS - JRUBY-1691 for some background > > -- > Blog: http://www.bloglines.com/blog/ThomasEEnebo > Email: [EMAIL PROTECTED] , [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > >