[GitHub] [sling-org-apache-sling-launchpad-integration-tests] sonarcloud[bot] commented on pull request #6: Bump plexus-utils from 3.0.9 to 3.0.16

2022-07-09 Thread GitBox
sonarcloud[bot] commented on PR #6: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/6#issuecomment-1179595648 Kudos, SonarCloud Quality Gate passed! [![Quality Gate

[GitHub] [sling-org-apache-sling-launchpad-integration-tests] sonarcloud[bot] commented on pull request #8: Bump org.apache.sling.api from 2.3.0 to 2.25.4

2022-07-09 Thread GitBox
sonarcloud[bot] commented on PR #8: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/8#issuecomment-1179595592 Kudos, SonarCloud Quality Gate passed! [![Quality Gate

[GitHub] [sling-org-apache-sling-launchpad-integration-tests] sonarcloud[bot] commented on pull request #7: Bump org.apache.sling.servlets.post from 2.3.0 to 2.3.8

2022-07-09 Thread GitBox
sonarcloud[bot] commented on PR #7: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/7#issuecomment-1179595476 Kudos, SonarCloud Quality Gate passed! [![Quality Gate

[GitHub] [sling-org-apache-sling-launchpad-integration-tests] sonarcloud[bot] commented on pull request #5: Bump httpclient from 4.3 to 4.5.13

2022-07-09 Thread GitBox
sonarcloud[bot] commented on PR #5: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/5#issuecomment-1179595240 Kudos, SonarCloud Quality Gate passed! [![Quality Gate

Re: 256 MB static buffer in the feature launcher

2022-07-09 Thread Eric Norman
I'd probably try to get rid of that buffer variable and just use java.nio.file.Files#copy to copy the inputstream to the target path. Regards, -Eric On Sat, Jul 9, 2022 at 6:28 AM Robert Munteanu wrote: > Hi, > > I was trying to run a feature model based application with slightly > less memory

[jira] [Comment Edited] (SLING-11442) Allow blocking after the features have been launched

2022-07-09 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17564581#comment-17564581 ] Konrad Windszus edited comment on SLING-11442 at 7/9/22 1:54 PM: - I

[jira] [Commented] (SLING-11442) Allow blocking after the features have been launched

2022-07-09 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-11442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17564581#comment-17564581 ] Konrad Windszus commented on SLING-11442: - I would expect that if only goal {{start}} is called

256 MB static buffer in the feature launcher

2022-07-09 Thread Robert Munteanu
Hi, I was trying to run a feature model based application with slightly less memory that usual and noticed that it failed outright when I tried to launch it with 256MiB of RAM. The heap dump was very very small, so when trying to trace back the problem I noticed that the feature launcher uses a

[jira] [Reopened] (SLING-11442) Allow blocking after the features have been launched

2022-07-09 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-11442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu reopened SLING-11442: - That's a good point, thanks [~enorman]. I initially overlooked this since I was looking