[
https://issues.apache.org/jira/browse/GROOVY-8092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15881185#comment-15881185
]
Jesse Glick commented on GROOVY-8092:
-------------------------------------
And yes 2.4.8 still has a {{SoftReference}} leak, noted in
[JENKINS-42189|https://issues.jenkins-ci.org/browse/JENKINS-42189]:
{code:none}
git clone [email protected]:jenkinsci/workflow-cps-plugin.git && \
cd workflow-cps-plugin && \
git checkout 3aaceeac8815392a46c2b8de97c3cec1ceb093af && \
perl -p -i -e 's{<version>2.22</version>}{<version>2.23</version>}' pom.xml && \
ASSERT_GC_VERBOSE=true mvn
-Dtest=org.jenkinsci.plugins.workflow.cps.CpsFlowExecutionTest\#loaderReleased
-Djenkins.version=2.47 test
{code}
The test only passes after getting an {{OutOfMemoryError}}.
> Compatibility issues between groovy 2.4.8 and jenkins workflow-cps-plugin
> 2.23
> -------------------------------------------------------------------------------
>
> Key: GROOVY-8092
> URL: https://issues.apache.org/jira/browse/GROOVY-8092
> Project: Groovy
> Issue Type: Bug
> Components: groovy-runtime
> Affects Versions: 2.4.8
> Environment: Jenkins 2.19-stable with a single commit that bumps
> groovy 2.4.8
> workflow-cps-plugin 2.23
> Reporter: Ion Alberdi
>
> Created the issue on jenkins first
> https://issues.jenkins-ci.org/browse/JENKINS-42189
> Creating it here, in case the fix may be developed in groovy itself.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)