[ https://issues.apache.org/jira/browse/GEODE-8496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202527#comment-17202527 ]
ASF GitHub Bot commented on GEODE-8496: --------------------------------------- onichols-pivotal opened a new pull request #5565: URL: https://github.com/apache/geode/pull/5565 #5537 passed in PR checked, which run only JDK11, but under JDK8 a bug in archunit is encountered which results in OOM: https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/IntegrationTestOpenJDK8/builds/462 > java.lang.OutOfMemoryError: Java heap space > at java.util.Formatter.parse(Formatter.java:2560) > at java.util.Formatter.format(Formatter.java:2501) > at java.util.Formatter.format(Formatter.java:2455) > at java.lang.String.format(String.java:2940) > at com.tngtech.archunit.core.domain.SourceCodeLocation.formatLocation(SourceCodeLocation.java:60) > at com.tngtech.archunit.core.domain.SourceCodeLocation.<init>(SourceCodeLocation.java:78) > at com.tngtech.archunit.core.domain.SourceCodeLocation.of(SourceCodeLocation.java:52) > ... This archunit bug seems to have been introduced in 0.13.0, so downgrade to the version prior ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > bump dependencies for 1.14 > -------------------------- > > Key: GEODE-8496 > URL: https://issues.apache.org/jira/browse/GEODE-8496 > Project: Geode > Issue Type: Improvement > Components: build > Reporter: Owen Nichols > Priority: Major > Labels: pull-request-available > > now is a good time in the lull between 1.13 and 1.14 to roll 3rd party > libraries to latest versions wherever possible. Doing this proactively helps > us stay ahead of CVEs and keep up with bugfixes. -- This message was sent by Atlassian Jira (v8.3.4#803005)