You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Paolo Antinori (JIRA)" <ji...@apache.org> on 2016/11/14 17:33:58 UTC

[jira] [Updated] (CAMEL-10477) [jruby] Upgrade to 1.7.26

     [ https://issues.apache.org/jira/browse/CAMEL-10477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paolo Antinori updated CAMEL-10477:
-----------------------------------
    Description: 
Upgrade {{jruby}} to {{v1.7.26}}

Note: this requires to explicitly set in test, while in used in multithread envs.

{code}
System.setProperty("org.jruby.embed.localcontext.scope", "threadsafe")
{code}

  was:
Upgrade `jruby` to `v1.7.26`

Note: this requires to explicitly set in test, while in used in multithread envs.

```
System.setProperty("org.jruby.embed.localcontext.scope", "threadsafe")
```


> [jruby] Upgrade to 1.7.26
> -------------------------
>
>                 Key: CAMEL-10477
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10477
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-script
>    Affects Versions: 2.18.0
>            Reporter: Paolo Antinori
>            Assignee: Paolo Antinori
>             Fix For: 2.19.0
>
>
> Upgrade {{jruby}} to {{v1.7.26}}
> Note: this requires to explicitly set in test, while in used in multithread envs.
> {code}
> System.setProperty("org.jruby.embed.localcontext.scope", "threadsafe")
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)