[jira] [Commented] (FELIX-6529) Improve memory usage ManifestParser using String deduplication

2022-05-17 Thread Amit Mondal (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538081#comment-17538081 ] Amit Mondal commented on FELIX-6529: String.intern() is not recommended for Java 6 for the fixed-size

[jira] [Commented] (FELIX-6529) Improve memory usage ManifestParser using String deduplication

2022-05-17 Thread Amit Mondal (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538033#comment-17538033 ] Amit Mondal commented on FELIX-6529: This is a huge improvement. In cases where lots of bundles are

[jira] [Comment Edited] (FELIX-6529) Improve memory usage ManifestParser using String deduplication

2022-05-17 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538036#comment-17538036 ] Guillaume Nodet edited comment on FELIX-6529 at 5/17/22 8:57 AM: -

[jira] [Commented] (FELIX-6529) Improve memory usage ManifestParser using String deduplication

2022-05-17 Thread Guillaume Nodet (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538036#comment-17538036 ] Guillaume Nodet commented on FELIX-6529: Wouldn't it be easier to just use `String.intern()`

[jira] [Commented] (FELIX-6529) Improve memory usage ManifestParser using String deduplication

2022-05-17 Thread Karl Pauls (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538039#comment-17538039 ] Karl Pauls commented on FELIX-6529: --- Right, I had the same question as [~gnodet], shouldn't we just use

[jira] [Comment Edited] (FELIX-6529) Improve memory usage ManifestParser using String deduplication

2022-05-17 Thread Amit Mondal (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538033#comment-17538033 ] Amit Mondal edited comment on FELIX-6529 at 5/17/22 9:49 AM: - This is a huge

[GitHub] [felix-atomos] tjwatson commented on issue #57: Building substrate examples fail with ... native-image ... returned non-zero result

2022-05-17 Thread GitBox
tjwatson commented on issue #57: URL: https://github.com/apache/felix-atomos/issues/57#issuecomment-1129001661 On Equinox it seems the package `javax.rmi.ssl` is missing. I'm not sure why that is not being included or detected with Equinox vs Felix. -- This is an automated message from

[GitHub] [felix-atomos] tjwatson commented on issue #57: Building substrate examples fail with ... native-image ... returned non-zero result

2022-05-17 Thread GitBox
tjwatson commented on issue #57: URL: https://github.com/apache/felix-atomos/issues/57#issuecomment-1129080975 I now got the `atomos.examples/atomos.examples.substrate.maven` working also for Felix. The issue with Equinox is separate from this build failure. -- This is an automated

[jira] [Comment Edited] (FELIX-6529) Improve memory usage ManifestParser using String deduplication

2022-05-17 Thread Johannes Edmeier (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538228#comment-17538228 ] Johannes Edmeier edited comment on FELIX-6529 at 5/17/22 2:22 PM: -- >From

[GitHub] [felix-atomos] tjwatson commented on issue #57: Building substrate examples fail with ... native-image ... returned non-zero result

2022-05-17 Thread GitBox
tjwatson commented on issue #57: URL: https://github.com/apache/felix-atomos/issues/57#issuecomment-1129000965 I had to update the native maven plugin for Graal to get this to work with 22.1 with PR #58. Could you try that out? This makes the example

[jira] [Commented] (FELIX-6529) Improve memory usage ManifestParser using String deduplication

2022-05-17 Thread Johannes Edmeier (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17538228#comment-17538228 ] Johannes Edmeier commented on FELIX-6529: - >From my knowledge the String.intern() can be more

[GitHub] [felix-atomos] tjwatson commented on pull request #58: Issue57

2022-05-17 Thread GitBox
tjwatson commented on PR #58: URL: https://github.com/apache/felix-atomos/pull/58#issuecomment-1129079769 Fixes #57 -- 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. To

[GitHub] [felix-atomos] tjwatson merged pull request #58: Issue57

2022-05-17 Thread GitBox
tjwatson merged PR #58: URL: https://github.com/apache/felix-atomos/pull/58 -- 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. To unsubscribe, e-mail:

[GitHub] [felix-atomos] wolfgangimig opened a new issue, #57: Building substrate examples fail with ... native-image ... returned non-zero result

2022-05-17 Thread GitBox
wolfgangimig opened a new issue, #57: URL: https://github.com/apache/felix-atomos/issues/57 When building the [examples](https://github.com/apache/felix-atomos/blob/master/atomos.examples/SUBSTRATE.md) I get the following error: `[ERROR] Failed to execute goal

[GitHub] [felix-atomos] tjwatson opened a new pull request, #58: Issue57

2022-05-17 Thread GitBox
tjwatson opened a new pull request, #58: URL: https://github.com/apache/felix-atomos/pull/58 Possible fix for #57 -- 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. To

[GitHub] [felix-atomos] tjwatson commented on issue #57: Building substrate examples fail with ... native-image ... returned non-zero result

2022-05-17 Thread GitBox
tjwatson commented on issue #57: URL: https://github.com/apache/felix-atomos/issues/57#issuecomment-1129097041 To get the native examples working with equinox you can pass `org.osgi.framework.system.packages.extra=javax.rmi.ssl` to the native executable. For example: ```