[GitHub] [felix-dev] FelixMarxIBM commented on pull request #233: FELIX-6515: Add global write lock to write back cfg files

2023-08-30 Thread via GitHub
FelixMarxIBM commented on PR #233: URL: https://github.com/apache/felix-dev/pull/233#issuecomment-1698792790 I'll try to create a test for this race-condition but doing that might be hard to accomplish. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [felix-dev] FelixMarxIBM opened a new pull request, #233: FELIX-6515: Add global write lock to write back cfg files

2023-08-30 Thread via GitHub
FelixMarxIBM opened a new pull request, #233: URL: https://github.com/apache/felix-dev/pull/233 * Writing a file is a 2 step process where the file is created empty and then filled * There is a race-condition, where the DirectoryWatcher might pick up the creation of the * empty file.

[GitHub] [felix-dev] hboutemy opened a new pull request, #234: upgrade depends-maven-plugin, fixes RB issue

2023-09-03 Thread via GitHub
hboutemy opened a new pull request, #234: URL: https://github.com/apache/felix-dev/pull/234 (no comment) -- 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,

[GitHub] [felix-dev] sagarmiglani opened a new pull request, #235: FELIX-6648 - Update Jetty to 9.4.52.v20230823

2023-09-05 Thread via GitHub
sagarmiglani opened a new pull request, #235: URL: https://github.com/apache/felix-dev/pull/235 This PR upgrades the version of jetty to 9.4.52.v20230823 -- 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

[GitHub] [felix-dev] cziegeler merged pull request #235: FELIX-6648 - Update Jetty to 9.4.52.v20230823

2023-09-05 Thread via GitHub
cziegeler merged PR #235: URL: https://github.com/apache/felix-dev/pull/235 -- 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-dev] hboutemy commented on pull request #234: upgrade depends-maven-plugin, fixes RB issue

2023-09-16 Thread via GitHub
hboutemy commented on PR #234: URL: https://github.com/apache/felix-dev/pull/234#issuecomment-1722331257 @cziegeler sadly, this PR has not been merged, then release 2.2.0 is still not reproducible

[GitHub] [felix-dev] jbonofre commented on pull request #234: upgrade depends-maven-plugin, fixes RB issue

2023-09-17 Thread via GitHub
jbonofre commented on PR #234: URL: https://github.com/apache/felix-dev/pull/234#issuecomment-1722406695 My bad: I forgot. I will tackle that (review and release). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [felix-dev] pskowronek opened a new pull request, #236: AutoProcessor - Load and start bundles in parallel

2023-09-17 Thread via GitHub
pskowronek opened a new pull request, #236: URL: https://github.com/apache/felix-dev/pull/236 A PoC of loading and starting bundles in parallel in AutoProcessor. The was tried in a project https://github.com/mucommander/mucommander that is using AutoProcessor to load bundles. For

[PR] FELIX-6660 Update ASM to 9.6 [felix-dev]

2023-10-13 Thread via GitHub
kwin opened a new pull request, #238: URL: https://github.com/apache/felix-dev/pull/238 Supports bytecode scanning for Java up to version 22 Improve exception handling -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[I] Modules org.eclipse.osgi and org.apache.felix.scr export package org.osgi.util.tracker to module osgi.core [felix-atomos]

2023-10-16 Thread via GitHub
RefuX opened a new issue, #73: URL: https://github.com/apache/felix-atomos/issues/73 Not really an Atomos issue per se, but I was playing around with your example command to load everything as modules: `java --add-modules=ALL-MODULE-PATH -p bundles -m org.apache.felix.atomos` In

[I] How to use JPMS Automatic Modules? [felix-atomos]

2023-10-17 Thread via GitHub
RefuX opened a new issue, #74: URL: https://github.com/apache/felix-atomos/issues/74 I'm trying to reference an automatic module bundle, but can't since it has no exports. If I look at it in Gogo using the `headers` command: ``` Atomos-GeneratedManifest = true

Re: [I] Modules org.eclipse.osgi and org.apache.felix.scr export package org.osgi.util.tracker to module osgi.core [felix-atomos]

2023-10-17 Thread via GitHub
tjwatson commented on issue #73: URL: https://github.com/apache/felix-atomos/issues/73#issuecomment-1766421553 Can you list the split packages? I ask because issue https://issues.apache.org/jira/browse/FELIX-6521 I updated SCR to no longer export (or include) the

Re: [I] How to use JPMS Automatic Modules? [felix-atomos]

2023-10-17 Thread via GitHub
tjwatson commented on issue #74: URL: https://github.com/apache/felix-atomos/issues/74#issuecomment-1766467840 I don't recall the details of why I didn't add all packages for automatic modules. But I do know the javadoc for ModuleDescriptor.exports states: > If this module is an

Re: [I] Modules org.eclipse.osgi and org.apache.felix.scr export package org.osgi.util.tracker to module osgi.core [felix-atomos]

2023-10-17 Thread via GitHub
tjwatson commented on issue #73: URL: https://github.com/apache/felix-atomos/issues/73#issuecomment-1766476025 I see now that the issue title/summary states `org.osgi.util.tracker`. I don't believe that package has been exported by the SCR bundle for a long time. What version of SCR are

[PR] FELIX-6664 - Replacing String representation with customized Buffered… [felix-dev]

2023-10-25 Thread via GitHub
DominikSuess opened a new pull request, #240: URL: https://github.com/apache/felix-dev/pull/240 …Reader -- 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,

Re: [PR] FELIX-6664 - Replacing String representation with customized Buffered… [felix-dev]

2023-10-25 Thread via GitHub
DominikSuess closed pull request #240: FELIX-6664 - Replacing String representation with customized Buffered… URL: https://github.com/apache/felix-dev/pull/240 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[PR] FELIX-6664 - Replacing String representation with customized Buffered… [felix-dev]

2023-10-25 Thread via GitHub
DominikSuess opened a new pull request, #241: URL: https://github.com/apache/felix-dev/pull/241 …Reader (newline behavior slightly changing (newlines inside comments eliminated) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] FELIX-6664 - Replacing String representation with customized Buffered… [felix-dev]

2023-10-27 Thread via GitHub
rombert commented on PR #241: URL: https://github.com/apache/felix-dev/pull/241#issuecomment-1782516607 @DominikSuess - I think Carsten should review this. In the meantime, I see that the indentation is a bit off, perhaps you can look into this? -- This is an automated message from the

Re: [PR] FELIX-6664 - Replacing String representation with customized Buffered… [felix-dev]

2023-10-27 Thread via GitHub
DominikSuess commented on PR #241: URL: https://github.com/apache/felix-dev/pull/241#issuecomment-1783143532 > @DominikSuess - I think Carsten should review this. In the meantime, I see that the indentation is a bit off, perhaps you can look into this? Ah looks like I accidentially

Re: [PR] FELIX-6633 : Dynamic references may miss events while causing deactivation [felix-dev]

2023-11-01 Thread via GitHub
tjwatson merged PR #219: URL: https://github.com/apache/felix-dev/pull/219 -- 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:

Re: [PR] FELIX-6668 - Make sun.misc and sun.nio.ch optional [felix-dev]

2023-11-02 Thread via GitHub
cziegeler merged PR #243: URL: https://github.com/apache/felix-dev/pull/243 -- 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:

[PR] FELIX-6668 - Make sun.misc and sun.nio.ch optional [felix-dev]

2023-11-02 Thread via GitHub
sagarmiglani opened a new pull request, #243: URL: https://github.com/apache/felix-dev/pull/243 (no comment) -- 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

Re: [PR] FELIX-6667 - Reresoliving hosts or resolving new fragments does not invalidate meta-data cache for SCR [felix-dev]

2023-11-02 Thread via GitHub
tjwatson merged PR #242: URL: https://github.com/apache/felix-dev/pull/242 -- 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:

Re: [PR] FELIX-6664 - Replacing String representation with customized Buffered… [felix-dev]

2023-10-30 Thread via GitHub
cziegeler commented on code in PR #241: URL: https://github.com/apache/felix-dev/pull/241#discussion_r1376102565 ## cm.json/src/test/java/org/apache/felix/cm/json/io/impl/JsonSupportTest.java: ## @@ -190,8 +190,6 @@ public void testSeveralComments() throws IOException {

Re: [PR] FELIX-6663 add logging when the HC executions exceeds the timeout [felix-dev]

2023-10-30 Thread via GitHub
ghenzler merged PR #239: URL: https://github.com/apache/felix-dev/pull/239 -- 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:

Re: [PR] Export Packages for Automatic Modules [felix-atomos]

2023-10-18 Thread via GitHub
RefuX commented on code in PR #75: URL: https://github.com/apache/felix-atomos/pull/75#discussion_r1364877714 ## atomos/src/main/java/org/apache/felix/atomos/impl/modules/AtomosModules.java: ## @@ -527,14 +527,28 @@ private void generateHeaders(Map headers, Module m)

[GitHub] [felix-dev] HeikoStudt opened a new pull request, #237: FELIX-6463 : Changing log levels to trace

2023-09-18 Thread via GitHub
HeikoStudt opened a new pull request, #237: URL: https://github.com/apache/felix-dev/pull/237 Using TRACE for logs used solely for debugging felix's code and not the client's -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Update index.adoc for a broken link [felix-antora-site]

2023-10-11 Thread via GitHub
cziegeler merged PR #5: URL: https://github.com/apache/felix-antora-site/pull/5 -- 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:

Re: [I] Modules org.eclipse.osgi and org.apache.felix.scr export package org.osgi.util.tracker to module osgi.core [felix-atomos]

2023-10-18 Thread via GitHub
RefuX commented on issue #73: URL: https://github.com/apache/felix-atomos/issues/73#issuecomment-1767731004 My apologies you are correct, I was using an old scr package. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] Modules org.eclipse.osgi and org.apache.felix.scr export package org.osgi.util.tracker to module osgi.core [felix-atomos]

2023-10-18 Thread via GitHub
RefuX closed issue #73: Modules org.eclipse.osgi and org.apache.felix.scr export package org.osgi.util.tracker to module osgi.core URL: https://github.com/apache/felix-atomos/issues/73 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] https://github.com/apache/felix-atomos/issues/74 [felix-atomos]

2023-10-18 Thread via GitHub
RefuX opened a new pull request, #75: URL: https://github.com/apache/felix-atomos/pull/75 (no comment) -- 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,

Re: [PR] Export Packages for Automatic Modules [felix-atomos]

2023-10-19 Thread via GitHub
tjwatson commented on PR #75: URL: https://github.com/apache/felix-atomos/pull/75#issuecomment-1770991389 Thanks for the PR! -- 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.

Re: [PR] Export Packages for Automatic Modules [felix-atomos]

2023-10-19 Thread via GitHub
tjwatson merged PR #75: URL: https://github.com/apache/felix-atomos/pull/75 -- 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:

Re: [PR] Export Packages for Automatic Modules [felix-atomos]

2023-10-18 Thread via GitHub
tjwatson commented on code in PR #75: URL: https://github.com/apache/felix-atomos/pull/75#discussion_r1364532935 ## atomos/src/main/java/org/apache/felix/atomos/impl/modules/AtomosModules.java: ## @@ -527,14 +527,28 @@ private void generateHeaders(Map headers, Module m)

[PR] FELIX-6663 add logging when the HC executions exceeds the timeout [felix-dev]

2023-10-24 Thread via GitHub
joerghoh opened a new pull request, #239: URL: https://github.com/apache/felix-dev/pull/239 (no comment) -- 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,

[GitHub] [felix-dev] tjwatson commented on pull request #214: FELIX-6616 : reduce timing window for binding dynamic greedy refs

2023-08-21 Thread via GitHub
tjwatson commented on PR #214: URL: https://github.com/apache/felix-dev/pull/214#issuecomment-1686245419 After a prolong amount of testing this fix I think it is ready to merge. As mentioned in the commit message the timing window still exists but this greatly reduces the chances of

[GitHub] [felix-antora-site] kwin opened a new pull request, #7: Fix links to retired subprojects

2023-08-23 Thread via GitHub
kwin opened a new pull request, #7: URL: https://github.com/apache/felix-antora-site/pull/7 (no comment) -- 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,

[GitHub] [felix-antora-site] kwin commented on pull request #7: Fix links to retired subprojects

2023-08-23 Thread via GitHub
kwin commented on PR #7: URL: https://github.com/apache/felix-antora-site/pull/7#issuecomment-1689727547 The redirect at http://felix.apache.org/documentation/subprojects/apache-felix-jaas.html should be fixed as well (but I don't know where this is maintained). -- This is an automated

[GitHub] [felix-antora-site] oliverlietz commented on pull request #7: Fix links to retired subprojects

2023-08-23 Thread via GitHub
oliverlietz commented on PR #7: URL: https://github.com/apache/felix-antora-site/pull/7#issuecomment-1689735693 Redirects are managed in `felix-antora`, e.g.: https://github.com/apache/felix-antora/blob/main/dot-htaccess-cms -- This is an automated message from the Apache Git Service. To

[GitHub] [felix-dev] cziegeler closed pull request #222: Bump com.h2database:h2 from 1.3.171 to 2.2.220 in /examples/jaas/jdbc-h2

2023-08-22 Thread via GitHub
cziegeler closed pull request #222: Bump com.h2database:h2 from 1.3.171 to 2.2.220 in /examples/jaas/jdbc-h2 URL: https://github.com/apache/felix-dev/pull/222 -- 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

[GitHub] [felix-dev] cziegeler closed pull request #221: Bump junit:junit from 4.12 to 4.13.1 in /useradmin/useradmin

2023-08-22 Thread via GitHub
cziegeler closed pull request #221: Bump junit:junit from 4.12 to 4.13.1 in /useradmin/useradmin URL: https://github.com/apache/felix-dev/pull/221 -- 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

[GitHub] [felix-dev] dependabot[bot] commented on pull request #221: Bump junit:junit from 4.12 to 4.13.1 in /useradmin/useradmin

2023-08-22 Thread via GitHub
dependabot[bot] commented on PR #221: URL: https://github.com/apache/felix-dev/pull/221#issuecomment-1689253359 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version,

[GitHub] [felix-dev] dependabot[bot] commented on pull request #222: Bump com.h2database:h2 from 1.3.171 to 2.2.220 in /examples/jaas/jdbc-h2

2023-08-22 Thread via GitHub
dependabot[bot] commented on PR #222: URL: https://github.com/apache/felix-dev/pull/222#issuecomment-1689253189 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version,

[GitHub] [felix-dev] cziegeler closed pull request #220: Bump junit:junit from 4.10 to 4.13.1 in /useradmin/itest

2023-08-22 Thread via GitHub
cziegeler closed pull request #220: Bump junit:junit from 4.10 to 4.13.1 in /useradmin/itest URL: https://github.com/apache/felix-dev/pull/220 -- 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

[GitHub] [felix-dev] dependabot[bot] commented on pull request #220: Bump junit:junit from 4.10 to 4.13.1 in /useradmin/itest

2023-08-22 Thread via GitHub
dependabot[bot] commented on PR #220: URL: https://github.com/apache/felix-dev/pull/220#issuecomment-1689253514 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version,

[GitHub] [felix-dev] sergehuber opened a new pull request, #231: FELIX-6629 Fix placeholder PID

2023-08-23 Thread via GitHub
sergehuber opened a new pull request, #231: URL: https://github.com/apache/felix-dev/pull/231 - Replace square brackets with underscore characters that will make this URL-compliant. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [felix-dev] cziegeler merged pull request #231: FELIX-6629 Fix placeholder PID

2023-08-23 Thread via GitHub
cziegeler merged PR #231: URL: https://github.com/apache/felix-dev/pull/231 -- 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-dev] sergehuber opened a new pull request, #232: FELIX-6630 Allow newlines in description

2023-08-23 Thread via GitHub
sergehuber opened a new pull request, #232: URL: https://github.com/apache/felix-dev/pull/232 - Modified CSS styling to preserve newline characters in description to allow for nicer formatting -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [felix-dev] cziegeler merged pull request #232: FELIX-6630 Allow newlines in description

2023-08-23 Thread via GitHub
cziegeler merged PR #232: URL: https://github.com/apache/felix-dev/pull/232 -- 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-dev] cziegeler merged pull request #230: Bump commons-io:commons-io from 2.5 to 2.7 in /tools/maven-bundle-plugin/src/it/embed-multiple-artifacts

2023-08-23 Thread via GitHub
cziegeler merged PR #230: URL: https://github.com/apache/felix-dev/pull/230 -- 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-dev] dependabot[bot] opened a new pull request, #220: Bump junit:junit from 4.10 to 4.13.1 in /useradmin/itest

2023-08-22 Thread via GitHub
dependabot[bot] opened a new pull request, #220: URL: https://github.com/apache/felix-dev/pull/220 Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from https://github.com/junit-team/junit4/releases;>junit:junit's releases.

[GitHub] [felix-dev] dependabot[bot] opened a new pull request, #221: Bump junit:junit from 4.12 to 4.13.1 in /useradmin/useradmin

2023-08-22 Thread via GitHub
dependabot[bot] opened a new pull request, #221: URL: https://github.com/apache/felix-dev/pull/221 Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from https://github.com/junit-team/junit4/releases;>junit:junit's releases.

[GitHub] [felix-dev] dependabot[bot] opened a new pull request, #222: Bump com.h2database:h2 from 1.3.171 to 2.2.220 in /examples/jaas/jdbc-h2

2023-08-22 Thread via GitHub
dependabot[bot] opened a new pull request, #222: URL: https://github.com/apache/felix-dev/pull/222 Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 1.3.171 to 2.2.220. Release notes Sourced from

[GitHub] [felix-dev] dependabot[bot] opened a new pull request, #223: Bump commons-io:commons-io from 2.5 to 2.7 in /tools/maven-bundle-plugin/src/it/reproducible-manifest

2023-08-22 Thread via GitHub
dependabot[bot] opened a new pull request, #223: URL: https://github.com/apache/felix-dev/pull/223 Bumps commons-io:commons-io from 2.5 to 2.7. [![Dependabot compatibility

[GitHub] [felix-dev] dependabot[bot] opened a new pull request, #225: Bump commons-io:commons-io from 2.5 to 2.7 in /tools/maven-bundle-plugin/src/it/reproducible

2023-08-22 Thread via GitHub
dependabot[bot] opened a new pull request, #225: URL: https://github.com/apache/felix-dev/pull/225 Bumps commons-io:commons-io from 2.5 to 2.7. [![Dependabot compatibility

[GitHub] [felix-dev] dependabot[bot] opened a new pull request, #226: Bump org.apache.commons:commons-compress from 1.19 to 1.21 in /tools/maven-bundle-plugin/src/it/reproducible-manifest

2023-08-22 Thread via GitHub
dependabot[bot] opened a new pull request, #226: URL: https://github.com/apache/felix-dev/pull/226 Bumps org.apache.commons:commons-compress from 1.19 to 1.21. [![Dependabot compatibility

[GitHub] [felix-dev] dependabot[bot] opened a new pull request, #224: Bump org.apache.commons:commons-compress from 1.19 to 1.21 in /tools/maven-bundle-plugin/src/it/reproducible

2023-08-22 Thread via GitHub
dependabot[bot] opened a new pull request, #224: URL: https://github.com/apache/felix-dev/pull/224 Bumps org.apache.commons:commons-compress from 1.19 to 1.21. [![Dependabot compatibility

[GitHub] [felix-dev] cziegeler merged pull request #226: Bump org.apache.commons:commons-compress from 1.19 to 1.21 in /tools/maven-bundle-plugin/src/it/reproducible-manifest

2023-08-22 Thread via GitHub
cziegeler merged PR #226: URL: https://github.com/apache/felix-dev/pull/226 -- 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-dev] cziegeler merged pull request #225: Bump commons-io:commons-io from 2.5 to 2.7 in /tools/maven-bundle-plugin/src/it/reproducible

2023-08-22 Thread via GitHub
cziegeler merged PR #225: URL: https://github.com/apache/felix-dev/pull/225 -- 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-dev] dependabot[bot] opened a new pull request, #227: Bump org.apache.commons:commons-compress from 1.19 to 1.21 in /tools/maven-bundle-plugin/src/it/embed-multiple-artifacts

2023-08-22 Thread via GitHub
dependabot[bot] opened a new pull request, #227: URL: https://github.com/apache/felix-dev/pull/227 Bumps org.apache.commons:commons-compress from 1.19 to 1.21. [![Dependabot compatibility

[GitHub] [felix-dev] cziegeler merged pull request #227: Bump org.apache.commons:commons-compress from 1.19 to 1.21 in /tools/maven-bundle-plugin/src/it/embed-multiple-artifacts

2023-08-22 Thread via GitHub
cziegeler merged PR #227: URL: https://github.com/apache/felix-dev/pull/227 -- 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-dev] cziegeler merged pull request #224: Bump org.apache.commons:commons-compress from 1.19 to 1.21 in /tools/maven-bundle-plugin/src/it/reproducible

2023-08-22 Thread via GitHub
cziegeler merged PR #224: URL: https://github.com/apache/felix-dev/pull/224 -- 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-dev] dependabot[bot] opened a new pull request, #228: Bump org.apache.commons:commons-compress from 1.19 to 1.21 in /tools/maven-bundle-plugin/src/it/dep-reduced

2023-08-22 Thread via GitHub
dependabot[bot] opened a new pull request, #228: URL: https://github.com/apache/felix-dev/pull/228 Bumps org.apache.commons:commons-compress from 1.19 to 1.21. [![Dependabot compatibility

[GitHub] [felix-dev] dependabot[bot] opened a new pull request, #229: Bump commons-io:commons-io from 2.5 to 2.7 in /tools/maven-bundle-plugin/src/it/dep-reduced

2023-08-22 Thread via GitHub
dependabot[bot] opened a new pull request, #229: URL: https://github.com/apache/felix-dev/pull/229 Bumps commons-io:commons-io from 2.5 to 2.7. [![Dependabot compatibility

[GitHub] [felix-dev] cziegeler merged pull request #223: Bump commons-io:commons-io from 2.5 to 2.7 in /tools/maven-bundle-plugin/src/it/reproducible-manifest

2023-08-22 Thread via GitHub
cziegeler merged PR #223: URL: https://github.com/apache/felix-dev/pull/223 -- 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-dev] cziegeler merged pull request #229: Bump commons-io:commons-io from 2.5 to 2.7 in /tools/maven-bundle-plugin/src/it/dep-reduced

2023-08-22 Thread via GitHub
cziegeler merged PR #229: URL: https://github.com/apache/felix-dev/pull/229 -- 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-dev] cziegeler merged pull request #228: Bump org.apache.commons:commons-compress from 1.19 to 1.21 in /tools/maven-bundle-plugin/src/it/dep-reduced

2023-08-22 Thread via GitHub
cziegeler merged PR #228: URL: https://github.com/apache/felix-dev/pull/228 -- 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-dev] dependabot[bot] commented on pull request #220: Bump junit:junit from 4.10 to 4.13.1 in /useradmin/itest

2023-08-22 Thread via GitHub
dependabot[bot] commented on PR #220: URL: https://github.com/apache/felix-dev/pull/220#issuecomment-1688494049 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.

[GitHub] [felix-dev] dependabot[bot] commented on pull request #221: Bump junit:junit from 4.12 to 4.13.1 in /useradmin/useradmin

2023-08-22 Thread via GitHub
dependabot[bot] commented on PR #221: URL: https://github.com/apache/felix-dev/pull/221#issuecomment-1688494400 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.

[GitHub] [felix-dev] dependabot[bot] opened a new pull request, #230: Bump commons-io:commons-io from 2.5 to 2.7 in /tools/maven-bundle-plugin/src/it/embed-multiple-artifacts

2023-08-22 Thread via GitHub
dependabot[bot] opened a new pull request, #230: URL: https://github.com/apache/felix-dev/pull/230 Bumps commons-io:commons-io from 2.5 to 2.7. [![Dependabot compatibility

[GitHub] [felix-dev] dependabot[bot] commented on pull request #221: Bump junit:junit from 4.12 to 4.13.1 in /useradmin/useradmin

2023-08-22 Thread via GitHub
dependabot[bot] commented on PR #221: URL: https://github.com/apache/felix-dev/pull/221#issuecomment-1688513905 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.

[GitHub] [felix-dev] dependabot[bot] commented on pull request #220: Bump junit:junit from 4.10 to 4.13.1 in /useradmin/itest

2023-08-22 Thread via GitHub
dependabot[bot] commented on PR #220: URL: https://github.com/apache/felix-dev/pull/220#issuecomment-1688513979 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.

[GitHub] [felix-dev] dependabot[bot] commented on pull request #222: Bump com.h2database:h2 from 1.3.171 to 2.2.220 in /examples/jaas/jdbc-h2

2023-08-22 Thread via GitHub
dependabot[bot] commented on PR #222: URL: https://github.com/apache/felix-dev/pull/222#issuecomment-1688538626 Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting `@dependabot rebase`.

Re: [I] Build fails with Java 17 [felix-atomos]

2023-11-10 Thread via GitHub
rombert commented on issue #66: URL: https://github.com/apache/felix-atomos/issues/66#issuecomment-1805313281 In Sling we replaced that plugin with the tools-maven-plugin from Geronimo, see https://github.com/apache/sling-parent/pull/21 -- This is an automated message from the Apache Git

Re: [I] Build fails with Java 17 [felix-atomos]

2023-11-09 Thread via GitHub
jingsx commented on issue #66: URL: https://github.com/apache/felix-atomos/issues/66#issuecomment-1805075554 I am facing same issue. Is there a fix available for this issue ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] FELIX-6664 - Replacing String representation with customized Buffered… [felix-dev]

2023-11-09 Thread via GitHub
DominikSuess commented on code in PR #241: URL: https://github.com/apache/felix-dev/pull/241#discussion_r1387691743 ## cm.json/src/test/java/org/apache/felix/cm/json/io/impl/JsonSupportTest.java: ## @@ -190,8 +190,6 @@ public void testSeveralComments() throws IOException {

Re: [PR] FELIX-6664 - Replacing String representation with customized Buffered… [felix-dev]

2023-11-09 Thread via GitHub
rombert merged PR #241: URL: https://github.com/apache/felix-dev/pull/241 -- 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:

Re: [I] Build fails with Java 17 [felix-atomos]

2023-11-10 Thread via GitHub
tjwatson commented on issue #66: URL: https://github.com/apache/felix-atomos/issues/66#issuecomment-1806343768 > In Sling we replaced that plugin with the tools-maven-plugin from Geronimo, see [apache/sling-parent#21](https://github.com/apache/sling-parent/pull/21) Seems the felix

[GitHub] [felix-dev] amitjoy opened a new pull request, #192: Imported OSGi HTTP Package Optionally

2023-01-26 Thread via GitHub
amitjoy opened a new pull request, #192: URL: https://github.com/apache/felix-dev/pull/192 fixes [FELIX-6565](https://issues.apache.org/jira/browse/FELIX-6565) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [felix-dev] amitjoy commented on a diff in pull request #192: Updated to use HTTP optionally in HealthCheck

2023-01-27 Thread via GitHub
amitjoy commented on code in PR #192: URL: https://github.com/apache/felix-dev/pull/192#discussion_r1089029567 ## healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/servlet/HealthCheckExecutorServlet.java: ## @@ -162,7 +164,10 @@ void setDescription(String d) {

[GitHub] [felix-dev] amitjoy commented on a diff in pull request #192: Updated to use HTTP optionally in HealthCheck

2023-01-27 Thread via GitHub
amitjoy commented on code in PR #192: URL: https://github.com/apache/felix-dev/pull/192#discussion_r1089029908 ## healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/servlet/HealthCheckExecutorServlet.java: ## @@ -215,29 +219,24 @@ protected final void activate(final

[GitHub] [felix-dev] amitjoy commented on a diff in pull request #192: Updated to use HTTP optionally in HealthCheck

2023-01-27 Thread via GitHub
amitjoy commented on code in PR #192: URL: https://github.com/apache/felix-dev/pull/192#discussion_r1089030958 ## healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/servlet/HealthCheckExecutorServlet.java: ## @@ -215,29 +219,24 @@ protected final void activate(final

[GitHub] [felix-dev] amitjoy commented on pull request #192: Updated to use HTTP optionally in HealthCheck

2023-01-27 Thread via GitHub
amitjoy commented on PR #192: URL: https://github.com/apache/felix-dev/pull/192#issuecomment-1406520354 I just added a new commit to update to HTTP whiteboard. There was no runtime issue to use the old pattern of using `HttpService` to register the servlets, but dependency to `HttpService`

[GitHub] [felix-dev] JochenHiller commented on pull request #192: Updated to use HTTP optionally in HealthCheck

2023-01-27 Thread via GitHub
JochenHiller commented on PR #192: URL: https://github.com/apache/felix-dev/pull/192#issuecomment-1406626705 Latest changes from @amitjoy LGTM -- 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

[GitHub] [felix-dev] amitjoy commented on pull request #192: Updated to use HTTP optionally in HealthCheck

2023-01-27 Thread via GitHub
amitjoy commented on PR #192: URL: https://github.com/apache/felix-dev/pull/192#issuecomment-1406537927 @jbonofre Thanks a lot for assigning yourself for the review  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [felix-dev] amitjoy commented on pull request #192: Updated to use HTTP optionally in HealthCheck

2023-01-27 Thread via GitHub
amitjoy commented on PR #192: URL: https://github.com/apache/felix-dev/pull/192#issuecomment-1406536455 @ghenzler @cziegeler Could you kindly have a look at it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [felix-dev] JochenHiller commented on a diff in pull request #192: Updated to use HTTP optionally in HealthCheck

2023-01-27 Thread via GitHub
JochenHiller commented on code in PR #192: URL: https://github.com/apache/felix-dev/pull/192#discussion_r1089011866 ## healthcheck/core/src/main/java/org/apache/felix/hc/core/impl/servlet/HealthCheckExecutorServlet.java: ## @@ -162,7 +164,10 @@ void setDescription(String d) {

[GitHub] [felix-dev] pkriens commented on pull request #190: Fixed use case when bundle start level will be set within an bundle activator, test case FrameworkStartLevelImplTest

2023-01-31 Thread via GitHub
pkriens commented on PR #190: URL: https://github.com/apache/felix-dev/pull/190#issuecomment-1410498843 @tjwatson @karlpauls @cziegeler Would it be possible to take this PR? The log error message is not warranted here imho. In very large system, when this happens, it creates an

[GitHub] [felix-dev] tjwatson commented on pull request #190: Fixed use case when bundle start level will be set within an bundle activator, test case FrameworkStartLevelImplTest

2023-01-31 Thread via GitHub
tjwatson commented on PR #190: URL: https://github.com/apache/felix-dev/pull/190#issuecomment-1410617396 @karlpauls or @cziegeler should review the framework code. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [felix-dev] dependabot[bot] opened a new pull request, #207: Bump snakeyaml from 1.32 to 2.0 in /converter/serializer

2023-03-09 Thread via GitHub
dependabot[bot] opened a new pull request, #207: URL: https://github.com/apache/felix-dev/pull/207 Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.32 to 2.0. Commits

[GitHub] [felix-atomos] fipro78 commented on a diff in pull request #70: add handling for running build on Windows

2023-03-23 Thread via GitHub
fipro78 commented on code in PR #70: URL: https://github.com/apache/felix-atomos/pull/70#discussion_r1145929755 ## atomos.utils/atomos.utils.substrate.impl/src/main/java/org/apache/felix/atomos/utils/substrate/impl/NativeImageArgumentsImpl.java: ## @@ -121,7 +121,7 @@ public

[GitHub] [felix-atomos] fipro78 commented on a diff in pull request #70: add handling for running build on Windows

2023-03-23 Thread via GitHub
fipro78 commented on code in PR #70: URL: https://github.com/apache/felix-atomos/pull/70#discussion_r1145899360 ## atomos.utils/atomos.utils.substrate.impl/src/main/java/org/apache/felix/atomos/utils/substrate/impl/NativeImageArgumentsImpl.java: ## @@ -121,7 +121,7 @@ public

[GitHub] [felix-atomos] HannesWell commented on a diff in pull request #70: add handling for running build on Windows

2023-03-23 Thread via GitHub
HannesWell commented on code in PR #70: URL: https://github.com/apache/felix-atomos/pull/70#discussion_r1145887674 ## atomos.utils/atomos.utils.substrate.impl/src/main/java/org/apache/felix/atomos/utils/substrate/impl/NativeImageArgumentsImpl.java: ## @@ -121,7 +121,7 @@ public

[GitHub] [felix-dev] gnodet merged pull request #195: [FELIX-6597] IllegalAccess when using reflection on public methods

2023-03-07 Thread via GitHub
gnodet merged PR #195: URL: https://github.com/apache/felix-dev/pull/195 -- 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-dev] hboutemy opened a new pull request, #208: FELIX-6602 sort resources and exported packages

2023-03-24 Thread via GitHub
hboutemy opened a new pull request, #208: URL: https://github.com/apache/felix-dev/pull/208 fixes https://issues.apache.org/jira/browse/FELIX-6602 tested on a few projects (mybatis-3, activemq-artemis), using disorderfs to make sure that these 2 changes fix last remaining issues --

[GitHub] [felix-antora-site] pekdemira opened a new pull request, #5: Update index.adoc for a broken link

2023-03-09 Thread via GitHub
pekdemira opened a new pull request, #5: URL: https://github.com/apache/felix-antora-site/pull/5 Update the broken link to the OSGi Specifications page at https://docs.osgi.org/specification/ -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [felix-dev] amitjoy commented on pull request #192: Updated to use HTTP optionally in HealthCheck

2023-02-27 Thread via GitHub
amitjoy commented on PR #192: URL: https://github.com/apache/felix-dev/pull/192#issuecomment-1445963609 @jbonofre Could you kindly have a look? -- 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

[GitHub] [felix-dev] amitjoy commented on pull request #192: Updated to use HTTP optionally in HealthCheck

2023-02-17 Thread via GitHub
amitjoy commented on PR #192: URL: https://github.com/apache/felix-dev/pull/192#issuecomment-1434437223 @jbonofre if you have time, could you kindly have a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [felix-dev] glimmerveen commented on pull request #194: Update Felix Log to latest org.osgi.service.log version (FELIX-6593)

2023-02-20 Thread via GitHub
glimmerveen commented on PR #194: URL: https://github.com/apache/felix-dev/pull/194#issuecomment-1437519756 @rotty3000 , I saw in the git history you incorporated a change related to OSGi Log version 1.5. Could you have a look at this PR, as I think this is needed to support at runtime

[GitHub] [felix-dev] glimmerveen commented on pull request #194: Update Felix Log to latest org.osgi.service.log version (FELIX-6593)

2023-02-21 Thread via GitHub
glimmerveen commented on PR #194: URL: https://github.com/apache/felix-dev/pull/194#issuecomment-1438719692 Thank you Raymond for looking into this PR and merging it! Assuming there is no other work pending for this module, would it be possible to cut a 1.3.0 release of log?

  1   2   3   4   5   6   >