Hi Michal,

The PKCS12 patch for jruby that I had been contributing to has been
merged and jruby-openssl-0.8.7.gem has been released!

I tried running DC on jruby on my local environment but couldn't get the
gems installed:

d:\sources\OSS\cloud\deltacloud\server>jruby -S bundle install
Fetching gem metadata from http://rubygems.org/.......
Fetching gem metadata from http://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "sinatra":
  In Gemfile:
    deltacloud-core (>= 0) ruby depends on
      sinatra (<= 1.3.5) ruby

    deltacloud-core (>= 0) ruby depends on
      sinatra (1.4.1)

Can you try it out in your environment and confirm the fgcp unit tests
now pass on jruby?

Regards,
Dies Koper


> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: Thursday, 21 March 2013 11:27 AM
> To: [email protected]
> Subject: [PATCH] FGCP: use jruby-openssl >=0.8.7 which has proper
pkcs12
> support
> 
> From: Dies Koper <[email protected]>
> 
> ---
>  server/Gemfile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/server/Gemfile b/server/Gemfile
> index 7ac1b25..0860db3 100644
> --- a/server/Gemfile
> +++ b/server/Gemfile
> @@ -3,7 +3,7 @@ source "http://rubygems.org";
>  gemspec
> 
>  platforms :jruby do
> -  gem 'jruby-openssl'
> +  gem 'jruby-openssl', '> 0.8.6' # has PKCS12 impl that fgcp requires
>    gem 'puma'
>  end
> 
> --
> 1.8.0.msysgit.0
> 
> 


Reply via email to