[GitHub] [felix-dev] cziegeler closed pull request #26: [FELIX-6284] Felix Connect Native-Image support

2023-07-26 Thread via GitHub
cziegeler closed pull request #26: [FELIX-6284] Felix Connect Native-Image support URL: https://github.com/apache/felix-dev/pull/26 -- 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

[GitHub] [felix-dev] cziegeler commented on pull request #26: [FELIX-6284] Felix Connect Native-Image support

2023-07-26 Thread via GitHub
cziegeler commented on PR #26: URL: https://github.com/apache/felix-dev/pull/26#issuecomment-1652951125 Closing as the corresponding ticket is closed -- 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

[jira] [Closed] (FELIX-6284) Felix Connect Native-Image support

2021-01-25 Thread Pierre De Rop (Jira)
the > meantime, I need to use the old apache Felix Connect library in GraalVM > substrate/native-image environment. > To do so, there might be few adaptions to be done in Felix Connect. One is > about how bundles are scanned by the *ClasspathScanner* class. Currently, > this

[jira] [Commented] (FELIX-6282) Felix Connect R7 support

2021-01-22 Thread Pierre De Rop (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17270237#comment-17270237 ] Pierre De Rop commented on FELIX-6282: -- Thanks Tom, I'll test it soon. > Felix Connect R7 supp

[jira] [Commented] (FELIX-6282) Felix Connect R7 support

2021-01-22 Thread Tom Watson (Jira)
/pom.xml You can of coarse swap out the org.eclipse.osgi dependency for the org.apache.felix.framework 7.0.0 R8 framework implementation. > Felix Connect R7 support > > > Key: FELIX-6282 > URL: https://issues.apache.org/jira/br

[jira] [Commented] (FELIX-6282) Felix Connect R7 support

2021-01-21 Thread Pierre De Rop (Jira)
the Class Path, and if I'm correct there are also use cases where old Felix connect is embedded from a spring boot application. I will start to work on all this soon, using the Atomos snapshots version for the moment, and will let you know in case I find any issues (probably early next week

[jira] [Commented] (FELIX-6282) Felix Connect R7 support

2021-01-21 Thread Tom Watson (Jira)
have published OSGi R8 implementations we can work towards getting an Atomos release. Before doing that it would be good to understand if Atomos, in its current state, solves the needs of your product. Could you describe how the old Felix connect is being used and what is required of Atomos

[jira] [Commented] (FELIX-6282) Felix Connect R7 support

2021-01-21 Thread Pierre De Rop (Jira)
connect while the official Felix 7.0.0 available. It's just that we have some products which are still based on old felix connect. We'll migrate them to the new official Felix 7.0.0 , and probably to Atomos, but the work is not yet started. That's why a 0.x release could help temporarily

[jira] [Commented] (FELIX-6282) Felix Connect R7 support

2021-01-21 Thread Karl Pauls (Jira)
ter if you could switch to R8 with Felix 7.0.0 and maybe use atomos instead of the old connect. I'd be certainly willing to look into issues if something would be missing and I'm sure [~tjwatson] would help us as well. > Felix Connect R7 support > > >

[jira] [Commented] (FELIX-6282) Felix Connect R7 support

2021-01-20 Thread Pierre De Rop (Jira)
to integrate OSGi R8 API,  so may I do it before doing the release ? To add support for R8, we only need to do the following: * the org.osgi:osgi.core:8.0.0 can just be included in the felix connect jar * the ServiceReference.adapt() method must be implemented. * the pom.xml has to be updated to use java8

[jira] [Comment Edited] (FELIX-6284) Felix Connect Native-Image support

2020-06-03 Thread Pierre De Rop (Jira)
for sharing the info. Since I need a release of the Felix Connect soon, I would like to first commit the simple work around I provided in the PR linked to this jira. It is certainly not as robust as the solution you have designed for Atomos, but it allows me to go ahead until the new Felix

[jira] [Commented] (FELIX-6284) Felix Connect Native-Image support

2020-06-03 Thread Pierre De Rop (Jira)
of the Felix Connect soon, I would like to first commit the simple work around I provided in the PR linked to this jira. It is certainly not as robust as the solution you have designed for Atomos, but it allows me to go ahead until the new Felix Connect R8 is released. Once it is release, I

[jira] [Commented] (FELIX-6284) Felix Connect Native-Image support

2020-06-03 Thread Tom Watson (Jira)
from the bundles and indexes duplicates. This is not a native-image example, but it shows the concept more easily than the native-image example: https://github.com/apache/felix-atomos/tree/master/atomos.examples/atomos.examples.substrate.maven > Felix Connect Native-Image supp

[jira] [Commented] (FELIX-6282) Felix Connect R7 support

2020-06-03 Thread Pierre De Rop (Jira)
. I  have no problem with keeping the version in 0.x range. PS: please also consider the new FELIX-6284 issue I just created, thanks.  > Felix Connect R7 support > > > Key: FELIX-6282 > URL: https://issues.apache.org/jira/br

[GitHub] [felix-dev] pderop opened a new pull request #26: [FELIX-6284] Felix Connect Native-Image support

2020-06-03 Thread GitBox
pderop opened a new pull request #26: URL: https://github.com/apache/felix-dev/pull/26 Added a method in ClasspathScanner, in order to be able to load bundle urls from a specified directory. This is an automated message

[jira] [Created] (FELIX-6284) Felix Connect Native-Image support

2020-06-03 Thread Pierre De Rop (Jira)
Pierre De Rop created FELIX-6284: Summary: Felix Connect Native-Image support Key: FELIX-6284 URL: https://issues.apache.org/jira/browse/FELIX-6284 Project: Felix Issue Type: Improvement

[jira] [Commented] (FELIX-6282) Felix Connect R7 support

2020-06-03 Thread Karl Pauls (Jira)
the PR looks reasonable - so if you want to go ahead and commit it. I guess the next question is the release. I'm not against doing one provided we keep it in the 0.x version range. Otherwise, we might have to start a debate about the name. > Felix Connect R7 supp

[jira] [Commented] (FELIX-6282) Felix Connect R7 support

2020-06-01 Thread Pierre De Rop (Jira)
[ https://issues.apache.org/jira/browse/FELIX-6282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17120926#comment-17120926 ] Pierre De Rop commented on FELIX-6282: -- Added PR #24.  > Felix Connect R7 supp

[jira] [Created] (FELIX-6282) Felix Connect R7 support

2020-06-01 Thread Pierre De Rop (Jira)
Pierre De Rop created FELIX-6282: Summary: Felix Connect R7 support Key: FELIX-6282 URL: https://issues.apache.org/jira/browse/FELIX-6282 Project: Felix Issue Type: Improvement

[jira] [Resolved] (FELIX-6126) Make jar url getPath work with plain path entires in Felix Connect

2019-05-07 Thread Karl Pauls (JIRA)
the jar location part into the host field on setURL and back in toExternalForm.  > Make jar url getPath work with plain path entires in Felix Connect > -- > > Key: FELIX-6126 >

[jira] [Created] (FELIX-6126) Make jar url getPath work with plain path entires in Felix Connect

2019-05-07 Thread Karl Pauls (JIRA)
Karl Pauls created FELIX-6126: - Summary: Make jar url getPath work with plain path entires in Felix Connect Key: FELIX-6126 URL: https://issues.apache.org/jira/browse/FELIX-6126 Project: Felix

[jira] [Resolved] (FELIX-6095) Felix connect is unable to get resources

2019-05-07 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls resolved FELIX-6095. --- Resolution: Fixed Done in r1858856. Hope that works for you! > Felix connect is unable to

[jira] [Updated] (FELIX-6095) Felix connect is unable to get resources

2019-05-07 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls updated FELIX-6095: -- Issue Type: Improvement (was: Bug) > Felix connect is unable to get resour

[jira] [Updated] (FELIX-6095) Felix connect is unable to get resources

2019-05-07 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls updated FELIX-6095: -- Fix Version/s: connect-0.3.0 > Felix connect is unable to get resour

[jira] [Assigned] (FELIX-6095) Felix connect is unable to get resources

2019-05-07 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-6095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls reassigned FELIX-6095: - Assignee: Karl Pauls > Felix connect is unable to get resour

[jira] [Comment Edited] (FELIX-6095) Felix connect is unable to get resources

2019-04-02 Thread Piotr Klimczak (JIRA)
creation as Felix connect has no test coverage at all and I am planning to write some. was (Author: nannou9): PR https://github.com/apache/felix/pull/194 > Felix connect is unable to get resources > > > Key

[jira] [Commented] (FELIX-6095) Felix connect is unable to get resources

2019-04-01 Thread Piotr Klimczak (JIRA)
Affects Versions: connect-0.2.0 >Reporter: Piotr Klimczak > Priority: Major > > Felix connect cannot get bundle resources correctly as it uses shared class > loader to retrieve it. > I have a patch for it already, will be uploading later today o

[jira] [Created] (FELIX-6095) Felix connect is unable to get resources

2019-04-01 Thread Piotr Klimczak (JIRA)
Piotr Klimczak created FELIX-6095: - Summary: Felix connect is unable to get resources Key: FELIX-6095 URL: https://issues.apache.org/jira/browse/FELIX-6095 Project: Felix Issue Type: Bug

Re: [RESULT][VOTE] Apache Felix Connect 0.2.0 release (take 2)

2018-07-06 Thread Karl Pauls
17:09, Jean-Baptiste Onofré wrote: > >> Hi, > >> > >> Following Karl's comment on previous vote, we did: > >> > >> 1. Fix NOTICE and DEPENDENCIES files > >> 2. Update KEYS file on dist.apache.org > >> > >> So, I'm submitting

Re: [RESULT][VOTE] Apache Felix Connect 0.2.0 release (take 2)

2018-06-12 Thread Karl Pauls
JB > > On 25/05/2018 17:09, Jean-Baptiste Onofré wrote: >> Hi, >> >> Following Karl's comment on previous vote, we did: >> >> 1. Fix NOTICE and DEPENDENCIES files >> 2. Update KEYS file on dist.apache.org >> >> So, I'm submitting

Re: [RESULT][VOTE] Apache Felix Connect 0.2.0 release (take 2)

2018-06-08 Thread Bertrand Delacretaz
Hi, On Mon, May 28, 2018 at 7:35 AM, Jean-Baptiste Onofré wrote: > ...this vote passed with 6 votes (4 bindings) FWIW, I just noticed that http://felix.apache.org/downloads.cgi stills points to 0.1.0, and 0.2.0 is not at https://dist.apache.org/repos/dist/release/felix/ either. -Bertrand

[RESULT][VOTE] Apache Felix Connect 0.2.0 release (take 2)

2018-05-27 Thread Jean-Baptiste Onofré
apache.org > > So, I'm submitting Felix Connect 0.2.0 release (take 2) to your vote, > fully supporting OSGi R6. > > The staging repository is available: > > https://repository.apache.org/content/repositories/orgapachefelix-1229/ > > Please vote to approve this release:

Re: [VOTE] Apache Felix Connect 0.2.0 release (take 2)

2018-05-27 Thread Jean-Baptiste Onofré
+1 (binding) Casting my own vote ;) Regards JB On 25/05/2018 17:09, Jean-Baptiste Onofré wrote: > Hi, > > Following Karl's comment on previous vote, we did: > > 1. Fix NOTICE and DEPENDENCIES files > 2. Update KEYS file on dist.apache.org > > So, I'm submitting Fel

Re: [VOTE] Apache Felix Connect 0.2.0 release (take 2)

2018-05-25 Thread Karl Pauls
Karl's comment on previous vote, we did: >> >> 1. Fix NOTICE and DEPENDENCIES files >> 2. Update KEYS file on dist.apache.org >> >> So, I'm submitting Felix Connect 0.2.0 release (take 2) to your vote, >> fully supporting OSGi R6. >> >> The staging repos

Re: [VOTE] Apache Felix Connect 0.2.0 release (take 2)

2018-05-25 Thread Francois Papon
+1 (non-binding) Thanks JB ! Frrançois Le 25/05/2018 à 19:09, Jean-Baptiste Onofré a écrit : > Hi, > > Following Karl's comment on previous vote, we did: > > 1. Fix NOTICE and DEPENDENCIES files > 2. Update KEYS file on dist.apache.org > > So, I'm submitting Felix Conne

Re: [VOTE] Apache Felix Connect 0.2.0 release (take 2)

2018-05-25 Thread David Bosschaert
+1 David On 25 May 2018 at 16:09, Jean-Baptiste Onofré <j...@nanthrax.net> wrote: > Hi, > > Following Karl's comment on previous vote, we did: > > 1. Fix NOTICE and DEPENDENCIES files > 2. Update KEYS file on dist.apache.org > > So, I'm submitting Felix Connect

Re: [VOTE] Apache Felix Connect 0.2.0 release (take 2)

2018-05-25 Thread Raymond Auge
Karl's comment on previous vote, we did: > > > > 1. Fix NOTICE and DEPENDENCIES files > > 2. Update KEYS file on dist.apache.org > > > > So, I'm submitting Felix Connect 0.2.0 release (take 2) to your vote, > > fully supporting OSGi R6. > > > &

Re: [VOTE] Apache Felix Connect 0.2.0 release (take 2)

2018-05-25 Thread Grzegorz Grzybek
+1 (non-binding) regards Grzegorz Grzybek 2018-05-25 17:09 GMT+02:00 Jean-Baptiste Onofré <j...@nanthrax.net>: > Hi, > > Following Karl's comment on previous vote, we did: > > 1. Fix NOTICE and DEPENDENCIES files > 2. Update KEYS file on dist.apache.org > > So

[VOTE] Apache Felix Connect 0.2.0 release (take 2)

2018-05-25 Thread Jean-Baptiste Onofré
Hi, Following Karl's comment on previous vote, we did: 1. Fix NOTICE and DEPENDENCIES files 2. Update KEYS file on dist.apache.org So, I'm submitting Felix Connect 0.2.0 release (take 2) to your vote, fully supporting OSGi R6. The staging repository is available: https://repository.apache.org

[CANCEL][VOTE] Apache Felix Connect 0.2.0 release

2018-05-25 Thread Jean-Baptiste Onofré
ditionally, could you please add your gpg key to the KEYS file in > the dist dir? > > regards, > > Karl > > On Thu, May 24, 2018 at 5:36 PM, Jean-Baptiste Onofré <j...@nanthrax.net> > wrote: >> Hi, >> >> We updated Felix Connect to OSGi R6 while

Re: [VOTE] Apache Felix Connect 0.2.0 release

2018-05-25 Thread Karl Pauls
Onofré <j...@nanthrax.net> wrote: > Hi, > > We updated Felix Connect to OSGi R6 while ago, but we never did a > release including this. See the following commit for instance: > > https://github.com/apache/felix/commit/6d6daeed4f9ade63a87561f18a6ab1c1330299ac#diff-c4abf63d

Re: [VOTE] Apache Felix Connect 0.2.0 release

2018-05-25 Thread Raymond Auge
+1 - Ray On Fri, May 25, 2018 at 3:39 AM, David Bosschaert < david.bosscha...@gmail.com> wrote: > +1 > > David > > On 24 May 2018 at 16:36, Jean-Baptiste Onofré <j...@nanthrax.net> wrote: > > > Hi, > > > > We updated Felix Connect to OSGi R6 whi

Re: [VOTE] Apache Felix Connect 0.2.0 release

2018-05-25 Thread David Bosschaert
+1 David On 24 May 2018 at 16:36, Jean-Baptiste Onofré <j...@nanthrax.net> wrote: > Hi, > > We updated Felix Connect to OSGi R6 while ago, but we never did a > release including this. See the following commit for instance: > > https://github

Re: [VOTE] Apache Felix Connect 0.2.0 release

2018-05-24 Thread Grzegorz Grzybek
+1 (non-binding) regards Grzegorz Grzybek 2018-05-25 7:42 GMT+02:00 Christian Schneider <ch...@die-schneider.net>: > +1 (non binding) > > Christian > > 2018-05-24 17:36 GMT+02:00 Jean-Baptiste Onofré <j...@nanthrax.net>: > > > Hi, > > > > We up

Re: [VOTE] Apache Felix Connect 0.2.0 release

2018-05-24 Thread Christian Schneider
+1 (non binding) Christian 2018-05-24 17:36 GMT+02:00 Jean-Baptiste Onofré <j...@nanthrax.net>: > Hi, > > We updated Felix Connect to OSGi R6 while ago, but we never did a > release including this. See the following commit for instance: > > https://github

Re: [VOTE] Apache Felix Connect 0.2.0 release

2018-05-24 Thread Francois Papon
+1 (non-binding) Thanks JB ! François Le 24/05/2018 à 19:36, Jean-Baptiste Onofré a écrit : > Hi, > > We updated Felix Connect to OSGi R6 while ago, but we never did a > release including this. See the following commit for instance: > > https://github.com/a

[VOTE] Apache Felix Connect 0.2.0 release

2018-05-24 Thread Jean-Baptiste Onofré
Hi, We updated Felix Connect to OSGi R6 while ago, but we never did a release including this. See the following commit for instance: https://github.com/apache/felix/commit/6d6daeed4f9ade63a87561f18a6ab1c1330299ac#diff-c4abf63d8b814c254cbc842e4bd695d3 So, I'm submitting Felix Connect 0.2.0

Re: Deploy build for felix connect

2016-06-02 Thread Jean-Baptiste Onofré
target in the project is set to 1.7. I also set up a new build for connect that works in the same way as the fileinstall build: https://builds.apache.org/view/E-G/view/Felix/job/Felix-Connect/ Christian On 01.06.2016 16:01, Jean-Baptiste Onofré wrote: +1 Regards JB On 06/01/2016 03:22 PM

Re: Deploy build for felix connect

2016-06-02 Thread Christian Schneider
that works in the same way as the fileinstall build: https://builds.apache.org/view/E-G/view/Felix/job/Felix-Connect/ Christian On 01.06.2016 16:01, Jean-Baptiste Onofré wrote: +1 Regards JB On 06/01/2016 03:22 PM, Christian Schneider wrote: Currently there seems to be no deploy build for felix

Re: Deploy build for felix connect

2016-06-01 Thread Jean-Baptiste Onofré
+1 Regards JB On 06/01/2016 03:22 PM, Christian Schneider wrote: Currently there seems to be no deploy build for felix connect. After the last changes JB created a manual build for me. Would it be ok to setup an automated build for connect? I think I can create the build in jenkins

Deploy build for felix connect

2016-06-01 Thread Christian Schneider
Currently there seems to be no deploy build for felix connect. After the last changes JB created a manual build for me. Would it be ok to setup an automated build for connect? I think I can create the build in jenkins but will only do so if there is positive feedback here. Christian

Felix Connect?

2015-08-18 Thread Bertrand Delacretaz
Hi, It looks like pojosr has moved here as Felix Connect, but I cannot find any mention of it at http://felix.apache.org/ nor at http://felix.apache.org/downloads.cgi - did I miss something? I have found the code at https://svn.apache.org/repos/asf/felix/trunk/connect/ , it's just the lack

Re: Felix Connect?

2015-08-18 Thread Bertrand Delacretaz
On Tue, Aug 18, 2015 at 4:03 PM, Carsten Ziegeler cziege...@apache.org wrote: I guess whoever did the release simply forgot to update the downloads list. It's there now. Thanks! -Bertrand

Re: Felix Connect?

2015-08-18 Thread Carsten Ziegeler
I guess whoever did the release simply forgot to update the downloads list. It's there now. The news section did mention it though :) Carsten Am 18.08.15 um 15:36 schrieb Bertrand Delacretaz: Hi, It looks like pojosr has moved here as Felix Connect, but I cannot find any mention

Re: Felix Connect?

2015-08-18 Thread Marcel Offermans
And some documentation can be found in this presentation: http://archive.apachecon.com/eu2012/presentations/08-Thursday/RN-OSGi_FFT/aceu-2012-felix-connect.pdf On 18 Aug 2015 at 16:21:01, Bertrand Delacretaz (bdelacre...@apache.org) wrote: On Tue, Aug 18, 2015 at 4:03 PM, Carsten Ziegeler

Re: [VOTE] Release Apache Felix Connect 0.1.0 (2nd cut)

2015-05-28 Thread Chetan Mehrotra
+1 (non-binding) Chetan Mehrotra On Fri, May 22, 2015 at 1:02 PM, Guillaume Nodet gno...@apache.org wrote: I've cut another release of Felix Connect 0.1.0 http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.connect -0.1.0/ This new attempt fixes FELIX-4901 and FELIX-4903

[RESULT] [VOTE] Release Apache Felix Connect 0.1.0 (2nd cut)

2015-05-28 Thread Guillaume Nodet
The vote passes with 6 +1s. 2015-05-22 9:32 GMT+02:00 Guillaume Nodet gno...@apache.org: I've cut another release of Felix Connect 0.1.0 http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.connect -0.1.0/ This new attempt fixes FELIX-4901 and FELIX-4903. Staging repository

Re: [VOTE] Release Apache Felix Connect 0.1.0 (2nd cut)

2015-05-28 Thread Guillaume Nodet
+1 2015-05-22 9:32 GMT+02:00 Guillaume Nodet gno...@apache.org: I've cut another release of Felix Connect 0.1.0 http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.connect -0.1.0/ This new attempt fixes FELIX-4901 and FELIX-4903. Staging repository: https

Re: [VOTE] Release Apache Felix Connect 0.1.0 (2nd cut)

2015-05-26 Thread Karl Pauls
! regards, Karl On Fri, May 22, 2015 at 9:32 AM, Guillaume Nodet gno...@apache.org wrote: I've cut another release of Felix Connect 0.1.0 http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.connect -0.1.0/ This new attempt fixes FELIX-4901 and FELIX-4903. Staging repository

Re: [VOTE] Release Apache Felix Connect 0.1.0 (2nd cut)

2015-05-26 Thread Pierre De Rop
Hi, +1 /Pierre On Fri, May 22, 2015 at 9:32 AM, Guillaume Nodet gno...@apache.org wrote: I've cut another release of Felix Connect 0.1.0 http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.connect -0.1.0/ This new attempt fixes FELIX-4901 and FELIX-4903. Staging repository

Re: [VOTE] Release Apache Felix Connect 0.1.0 (2nd cut)

2015-05-26 Thread Jamie G.
the copyright years in the Dependencies but at least the headers etc. look ok. Thanks for getting this done! regards, Karl On Fri, May 22, 2015 at 9:32 AM, Guillaume Nodet gno...@apache.org wrote: I've cut another release of Felix Connect 0.1.0 http://svn.apache.org/repos/asf/felix

Re: [VOTE] Release Apache Felix Connect 0.1.0 (2nd cut)

2015-05-26 Thread David Bosschaert
+1 David On 26 May 2015 at 13:35, Pierre De Rop pierre.de...@gmail.com wrote: Hi, +1 /Pierre On Fri, May 22, 2015 at 9:32 AM, Guillaume Nodet gno...@apache.org wrote: I've cut another release of Felix Connect 0.1.0 http://svn.apache.org/repos/asf/felix/releases

[CANCEL] [VOTE] Release Apache Felix Connect 0.1.0

2015-05-22 Thread Guillaume Nodet
Cancelling this vote, I've just started a new one to fix the two issues mentioned. Guillaume 2015-05-18 14:49 GMT+02:00 Guillaume Nodet gno...@apache.org: I've cut a release of Felix Connect 0.1.0 http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.connect-0.1.0/ Staging

[VOTE] Release Apache Felix Connect 0.1.0 (2nd cut)

2015-05-22 Thread Guillaume Nodet
I've cut another release of Felix Connect 0.1.0 http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.connect -0.1.0/ This new attempt fixes FELIX-4901 and FELIX-4903. Staging repository: https://repository.apache.org/content/repositories/orgapachefelix-1069 You can use this UNIX

Re: [VOTE] Release Apache Felix Connect 0.1.0

2015-05-21 Thread Pierre De Rop
was using so far the initial version of Felix connect that was initially committed in the felix-trunk, and this very first release was using using the osgi core 4.3.1 api. So, I just did a non regression test, but got a NoClassDefFoundError on the org/osgi/resource/Capability

Re: [VOTE] Release Apache Felix Connect 0.1.0

2015-05-21 Thread Guillaume Nodet
was using so far the initial version of Felix connect that was initially committed in the felix-trunk, and this very first release was using using the osgi core 4.3.1 api. So, I just did a non regression test, but got a NoClassDefFoundError on the org/osgi/resource/Capability class because

Re: [VOTE] Release Apache Felix Connect 0.1.0

2015-05-21 Thread Karl Pauls
the missing package tomorrow. 2015-05-20 11:35 GMT+02:00 Pierre De Rop pierre.de...@gmail.com: Hello Guillaume, before voting, I have a question: I was using so far the initial version of Felix connect that was initially committed in the felix-trunk, and this very first release

Re: [VOTE] Release Apache Felix Connect 0.1.0

2015-05-20 Thread Pierre De Rop
Hello Guillaume, before voting, I have a question: I was using so far the initial version of Felix connect that was initially committed in the felix-trunk, and this very first release was using using the osgi core 4.3.1 api. So, I just did a non regression test, but got a NoClassDefFoundError

Re: Apache Felix Connect release

2015-05-18 Thread Guillaume Nodet
: Hi, Are there any plans to cut a release of Apache Felix Connect module? Anything in works or pending. In not then it would be good if we can have a first release done for this module! Chetan Mehrotra [1] https://github.com/apache/felix/blob/trunk/connect/ -- Karl Pauls

Re: [VOTE] Release Apache Felix Connect 0.1.0

2015-05-18 Thread Chetan Mehrotra
All checks passed +1 (non binding) Chetan Mehrotra

[VOTE] Release Apache Felix Connect 0.1.0

2015-05-18 Thread Guillaume Nodet
I've cut a release of Felix Connect 0.1.0 http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.connect-0.1.0/ Staging repository: https://repository.apache.org/content/repositories/orgapachefelix-1068 You can use this UNIX script to download the release and verify the signatures

Re: Apache Felix Connect release

2015-05-18 Thread Chetan Mehrotra
haven't done so, maybe you'd also like to apply your FELIX-4522 https://issues.apache.org/jira/browse/FELIX-4522 patch. On Tue, May 12, 2015 at 5:36 PM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: Hi, Are there any plans to cut a release of Apache Felix Connect module? Anything

Re: Apache Felix Connect release

2015-05-18 Thread Karl Pauls
, maybe you'd also like to apply your FELIX-4522 https://issues.apache.org/jira/browse/FELIX-4522 patch. On Tue, May 12, 2015 at 5:36 PM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: Hi, Are there any plans to cut a release of Apache Felix Connect module? Anything

Re: [VOTE] Release Apache Felix Connect 0.1.0

2015-05-18 Thread Jean-Baptiste Onofré
+1 (non binding) Regards JB On 05/18/2015 02:49 PM, Guillaume Nodet wrote: I've cut a release of Felix Connect 0.1.0 http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.connect-0.1.0/ Staging repository: https://repository.apache.org/content/repositories/orgapachefelix-1068

Apache Felix Connect release

2015-05-12 Thread Chetan Mehrotra
Hi, Are there any plans to cut a release of Apache Felix Connect module? Anything in works or pending. In not then it would be good if we can have a first release done for this module! Chetan Mehrotra [1] https://github.com/apache/felix/blob/trunk/connect/