Re: [PR] FELIX-6708 upgrade bnd to 7.0.0 [felix-dev]

2024-11-18 Thread via GitHub
chrisrueger commented on PR #322: URL: https://github.com/apache/felix-dev/pull/322#issuecomment-2483751479 I created a topic here https://bnd.discourse.group/t/bnd-maven-plugin-missing-features-compared-to-felix-maven-bundle-plugin/488 where we can continue the discussion. @laeubi @rotty30

Re: [PR] FELIX-6708 upgrade bnd to 7.0.0 [felix-dev]

2024-11-18 Thread via GitHub
stbischof commented on PR #322: URL: https://github.com/apache/felix-dev/pull/322#issuecomment-2482406453 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 specific comment. To unsubscri

Re: [PR] FELIX-6708 upgrade bnd to 7.0.0 [felix-dev]

2024-11-18 Thread via GitHub
cziegeler commented on PR #322: URL: https://github.com/apache/felix-dev/pull/322#issuecomment-2483482144 While I really value this discussion and I dont want to stop it, I think this PR is really not the right place. No one will find this here. So please move it to our mailing list - this

Re: [PR] FELIX-6708 upgrade bnd to 7.0.0 [felix-dev]

2024-11-18 Thread via GitHub
laeubi commented on PR #322: URL: https://github.com/apache/felix-dev/pull/322#issuecomment-2483473537 > The rest may be arguably true, but this is widely used in very large projects with MANY jars (please, if you dare, look at [this repo](https://github.com/liferay/liferay-portal) and sear

RE: Bnd 7.0.0 status

2024-11-18 Thread Paul Rütter
Hi, Ok, that's clear then. Seeing that stbischof merged the PR, how does publishing the artifact to OSSRH works? Who initiates the vote process? Thanks, Paul -Original Message- From: Carsten Ziegeler Sent: Monday, 18 November 2024 11:18 To: dev@felix.apache.org Subject: Re: Bnd 7.0.0

Re: [PR] FELIX-6708 upgrade bnd to 7.0.0 [felix-dev]

2024-11-18 Thread via GitHub
rotty3000 commented on PR #322: URL: https://github.com/apache/felix-dev/pull/322#issuecomment-2483444971 anyway.. I do see your point. -- 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 specifi

Re: [PR] FELIX-6708 upgrade bnd to 7.0.0 [felix-dev]

2024-11-18 Thread via GitHub
rotty3000 commented on PR #322: URL: https://github.com/apache/felix-dev/pull/322#issuecomment-2483438785 Fair, but these are incorrect assumptions: > don't know it by name You can use a regex which gets all dependencies? matching is a regex across the names of all artifacts.. so j

Re: [PR] FELIX-6708 upgrade bnd to 7.0.0 [felix-dev]

2024-11-18 Thread via GitHub
laeubi commented on PR #322: URL: https://github.com/apache/felix-dev/pull/322#issuecomment-2483362362 > is trivially simple in bnd-maven-plugin one would think so, but if you 1. don't know it by name 2. don't check in the jar into your code repository it instantly be

Re: [PR] FELIX-6708 upgrade bnd to 7.0.0 [felix-dev]

2024-11-18 Thread via GitHub
stbischof commented on PR #322: URL: https://github.com/apache/felix-dev/pull/322#issuecomment-2482840602 I can merge, but i am not in the release process. @jbonofre may knows more. Sorry for that. For all other Users i highly recommend to use bnd direct. -- This is an aut

Re: [PR] FELIX-6708 upgrade bnd to 7.0.0 [felix-dev]

2024-11-18 Thread via GitHub
laeubi commented on PR #322: URL: https://github.com/apache/felix-dev/pull/322#issuecomment-2483255479 I think most noteable is[ `` ](https://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html#_embedding_dependencies). (one can potentially try to work

Re: [PR] FELIX-6708 upgrade bnd to 7.0.0 [felix-dev]

2024-11-18 Thread via GitHub
chrisrueger commented on PR #322: URL: https://github.com/apache/felix-dev/pull/322#issuecomment-2483226057 > Sadly `maven-bundle-plugin` still has some features not supported by `bnd-maven-plugin `and alike directly (or its quite complex to emulate). Could you list which features the

[PR] Bump commons-io:commons-io from 2.7 to 2.14.0 in /ipojo/runtime/composite-it [felix-dev]

2024-11-18 Thread via GitHub
dependabot[bot] opened a new pull request, #346: URL: https://github.com/apache/felix-dev/pull/346 Bumps commons-io:commons-io from 2.7 to 2.14.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commo

Re: [PR] Bump commons-io:commons-io from 2.7 to 2.14.0 in /ipojo/runtime/composite-it [felix-dev]

2024-11-18 Thread via GitHub
cziegeler merged PR #346: URL: https://github.com/apache/felix-dev/pull/346 -- 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: dev-unsubscr...@felix.apache

Re: [PR] FELIX-6708 upgrade bnd to 7.0.0 [felix-dev]

2024-11-18 Thread via GitHub
laeubi commented on PR #322: URL: https://github.com/apache/felix-dev/pull/322#issuecomment-2482848185 > For all other Users i highly recommend to use bnd direct. Sadly `maven-bundle-plugin` still has some features not supported by `bnd-maven-plugin `and alike directly (or its quite c

Re: [PR] FELIX-6708 upgrade bnd to 7.0.0 [felix-dev]

2024-11-18 Thread via GitHub
stbischof merged PR #322: URL: https://github.com/apache/felix-dev/pull/322 -- 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: dev-unsubscr...@felix.apache

Re: Bnd 7.0.0 status

2024-11-18 Thread Carsten Ziegeler
Hi, yes, for most projects we switched to the bnd maven plugin. Don't get me wrong, there is nothing wrong with using the maven-bundle-plugin or updating it to a new bnd version. I am sure there is still a large user base out there. Regards Carsten On 17.11.2024 10:33, Paul Rütter wrote: H