[jira] [Commented] (COCOON-2369) Flowscript should work with latest rhino

2020-07-18 Thread Gabriel Gruber (Jira)


[ 
https://issues.apache.org/jira/browse/COCOON-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160468#comment-17160468
 ] 

Gabriel Gruber commented on COCOON-2369:


Changed the necessary bits in cocoon-flowscript-impl to be compatible with 
rhino 1.7R5
https://github.com/ggruber4711/cocoon/tree/COCOON-2369_UpgradeRhino

> Flowscript should work with latest rhino
> 
>
> Key: COCOON-2369
> URL: https://issues.apache.org/jira/browse/COCOON-2369
> Project: Cocoon
>  Issue Type: Bug
>  Components: - Flowscript
>Reporter: Gabriel Gruber
>Priority: Major
>
> Cocoon flowscript depends on a special version of rhino, which includes 
> support for continuations. 
> The last compatible version of rhino which works with flowscript interpreter 
> is 1.7R1. After that some breaking changes were done in the rhino project:
> - rename Continutation to NativeContinuation
> - move NativeContinuation to root package.
> Goal of this ticket is to make cocoon-flow-impl work with the newest rhino 
> version.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Issue Comment Deleted] (COCOON-2291) StoreJanitor cannot work with more than ~2 gb memory

2020-07-18 Thread Gabriel Gruber (Jira)


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

Gabriel Gruber updated COCOON-2291:
---
Comment: was deleted

(was: Added a branch on my fork which does the work:
https://github.com/ggruber4711/cocoon/tree/COCOON-2369_UpgradeRhino)

> StoreJanitor cannot work with more than ~2 gb memory
> 
>
> Key: COCOON-2291
> URL: https://issues.apache.org/jira/browse/COCOON-2291
> Project: Cocoon
>  Issue Type: Bug
>  Components: * Cocoon Core
>Reporter: Krzysztof Kowalczyk
>Priority: Blocker
>
> StoreJanitor uses int for values of freememory, heapsize etc. So StoreJanitor 
> cannot be used in environment with jvm heap bigger than 2,147,483,647 bytes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (COCOON-2291) StoreJanitor cannot work with more than ~2 gb memory

2020-07-18 Thread Gabriel Gruber (Jira)


[ 
https://issues.apache.org/jira/browse/COCOON-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17160467#comment-17160467
 ] 

Gabriel Gruber commented on COCOON-2291:


Added a branch on my fork which does the work:
https://github.com/ggruber4711/cocoon/tree/COCOON-2369_UpgradeRhino

> StoreJanitor cannot work with more than ~2 gb memory
> 
>
> Key: COCOON-2291
> URL: https://issues.apache.org/jira/browse/COCOON-2291
> Project: Cocoon
>  Issue Type: Bug
>  Components: * Cocoon Core
>Reporter: Krzysztof Kowalczyk
>Priority: Blocker
>
> StoreJanitor uses int for values of freememory, heapsize etc. So StoreJanitor 
> cannot be used in environment with jvm heap bigger than 2,147,483,647 bytes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)