Re: [equinox-dev] [eclipse-dev] Master branch is open for 4.29 development

2023-06-08 Thread Mickael Istria
Thanks! ___ equinox-dev mailing list equinox-dev@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] Security audit of the recent changes to Eclipse p2 (PGP signatures)

2023-02-22 Thread Mickael Istria
security audit of the recent changes >> to p2 to support detached signatures has been completed. A report is >> available for review upon request (limited to PMC members and committers). >> Mickael Istria and Ed Merks participated in the audit and have seen early >> and fin

Re: [equinox-dev] Security audit of the recent changes to Eclipse p2 (PGP signatures)

2022-08-22 Thread Mickael Istria
Hi, The draft seems good enough to me as well. Cheers, ___ equinox-dev mailing list equinox-dev@eclipse.org To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] [eclipse-dev] Eclipse and Equinox 4.24 (2022-06) are available

2022-06-20 Thread Mickael Istria
>- > > https://download.eclipse.org/releases/2022-06/202206151000/plugins/org.eclipse.jetty.io_10.0.9.jar > (also >other jetty plugins) >- > > https://download.eclipse.org/releases/2022-06/202206151000/plugins/org.osgi.util.function_1.2.0.202109301733.jar >- > > Those

[equinox-dev] p2 Git repository moved to GitHub

2022-03-17 Thread Mickael Istria
...) to adjust your workflow. -- Mickael Istria Eclipse IDE <https://www.eclipse.org/eclipseide> developer, for Red Hat Developers <https://developers.redhat.com/> ___ equinox-dev mailing list equinox-dev@eclipse.org To unsubscribe from this list,

Re: [equinox-dev] [eclipse-dev] Migration of eclipse.platform.common and eclipse.platform.team

2022-03-15 Thread Mickael Istria
On Mon, Mar 14, 2022 at 6:53 PM Sravan K Lakkimsetti < sravankum...@in.ibm.com> wrote: > Migration of the mentioned repositories is complete and new repositories > are > > > >1. https://github.com/eclipse-platform/eclipse.platform.common >2.

Re: [equinox-dev] Building and testing frameworks eclipse.c

2022-02-17 Thread Mickael Istria
On Thu, Feb 17, 2022 at 5:39 PM Felix Van der Jeugt < felix.vanderje...@sigasi.com> wrote: > Well, I still haven't found out how to actually start Eclipse from a > modified framework repository. Any hints on this would be welcome. Doing it from CLI is hard as it basically requires to rebuild

Re: [equinox-dev] Building and testing frameworks eclipse.c

2022-02-17 Thread Mickael Istria
At this stage, you don't need a README any more ;) You need to identify why the tests are failing. Are they failing with current master, or is it because of a change you've made? If the later, then debug it. If the former, then strangely they're not failing on CI:

Re: [equinox-dev] Building and testing frameworks eclipse.c

2022-02-17 Thread Mickael Istria
On Thu, Feb 17, 2022 at 4:54 PM Felix Van der Jeugt < felix.vanderje...@sigasi.com> wrote: > For this output I used `mvn -e test`. I tried `mvn > -Pbuild-individual-bundles -e test` as well (this was advised in the > forum thread), but to no avail: from which folder? Also, for Tycho-based

Re: [equinox-dev] (no subject)

2022-02-17 Thread Mickael Istria
Hi, Which command did you run? Please try adding the `-Pbuild-individual-bundles` flag, it's supposed to help resolving remotely some artifacts that are usually built at the same time. HTH ___ equinox-dev mailing list equinox-dev@eclipse.org To

Re: [equinox-dev] [p2-dev] Best way to contribute values (eg PGP keys) with OSGi?

2021-12-01 Thread Mickael Istria
On Wed, Dec 1, 2021 at 5:08 PM Thomas Watson wrote: > For example, define a new capability namespace called > "org.eclipse.equinox.p2.pgp.key". I'm not sure what sorts of attributes > you need to describe the pgp key outside of just the path to the file in > the resource. But you could have an

[equinox-dev] Best way to contribute values (eg PGP keys) with OSGi?

2021-12-01 Thread Mickael Istria
m MANIFEST header, something like `Eclipse-P2-PGP-TrustedKey`. * Seems a bit alien, would require some support in tools Are there other solutions you think could fit? What should be preferred? Thanks in advance -- Mickael Istria Eclipse IDE <https://www.eclipse.org/eclipseide> developer, for Re

Re: [equinox-dev] [eclipse-dev] RFC: Eclipse TLP migration to Github

2021-11-17 Thread Mickael Istria
Hi all, Some interesting feedback, mainly expressing the concrete concerns of such migration in day-to-day development of the Eclipse Project, was provided. The document has tried to capture them and provided answers of how some Gerrit workflows translate to GitHub, when possible. So I'd

Re: [equinox-dev] Eclipse Equinox, OSGi specifications and plugin.xml

2021-09-29 Thread Mickael Istria
Right, plugin.xml is an Eclipse-specific format for extensibility, which is not part of OSGi specification. Support for this "extension registry" of plugin.xml files is part of the org.eclipse.equinox.registry bundle. I believe it's totally possible for Equinox to work comforming to OSGi spec

Re: [equinox-dev] [eclipse-dev] Moving to Jenkinsfile (was Re: [platform-dev] ATTENTION: Turn off of git protocol)

2021-07-05 Thread Mickael Istria
Hi, I'm going to start adoption of Jenkinsfile and replace Gerrit jobs for Platform and p2. https://bugs.eclipse.org/bugs/show_bug.cgi?id=574667 will track progress. Cheers, ___ equinox-dev mailing list equinox-dev@eclipse.org To unsubscribe from this

Re: [equinox-dev] [eclipse-dev] [platform-dev] Moving to Jenkinsfile (was Re: ATTENTION: Turn off of git protocol)

2021-06-30 Thread Mickael Istria
FWIW this would take the form of * a job for each repo, like https://ci.eclipse.org/platform/job/eclipse.platform.debug/configure * a Jenkinsfile for each repo, like https://git.eclipse.org/r/c/platform/eclipse.platform.debug/+/182617 ___ equinox-dev

Re: [equinox-dev] [platform-dev] Moving to Jenkinsfile (was Re: [eclipse-dev] ATTENTION: Turn off of git protocol)

2021-06-30 Thread Mickael Istria
At the moment, if we opt for the "multi branch pipeline" integration between Gerrit and Jenkinsfile, we'd lose the ability to retrigger a build with a "please rebuild". People who need a rebuild would have to follow the link to Jenkins and click the build button. I personally don't see that as a

[equinox-dev] Moving to Jenkinsfile (was Re: [platform-dev] [eclipse-dev] ATTENTION: Turn off of git protocol)

2021-06-28 Thread Mickael Istria
Hi, I've spent some time investigating usage of Jenkinsfile for Platform. At the moment, the Platform/p2/JDT/PDE... CI instances are missing the Gerrit pipeline plugin, which allows to deal with discovery of branches and reviews to automatically trigger builds. I think we'll need this first,

Re: [equinox-dev] [platform-dev] [eclipse-dev] ATTENTION: Turn off of git protocol

2021-06-28 Thread Mickael Istria
Hi Mikael, I don't think we'll need this Jenkins plugin, but we won't hesitate to ping you if we change are mind! Thanks for the proposal! ___ equinox-dev mailing list equinox-dev@eclipse.org To unsubscribe from this list, visit

Re: [equinox-dev] ATTENTION: Turn off of git protocol

2021-06-25 Thread Mickael Istria
On Fri, Jun 25, 2021 at 6:43 PM Aleksandar Kurtakov wrote: > Isn't it time to start using Jenkinsfile for each git repository and use > that to trigger gerrit builds? > That would make our scripts easier to grep and find/automate such changes > in the future. If there are few others interested

Re: [equinox-dev] Can someone please remove me from this mailing list. Thanks.

2021-03-17 Thread Mickael Istria
nsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/equinox-dev > > -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Red Hat Developers <https://developers.redhat.com/>

[equinox-dev] Marking org.eclipse.osgi.compatibility.state APIs as deprecated?

2021-01-08 Thread Mickael Istria
be replaced with others whever possible? If yes, should we mark them all as @Deprecated with hints about which API should be used instead? I guess if this was done, it would hint consumers to progressively adopt newer/better APIs. What do you think? -- Mickael Istria Eclipse IDE <https://www.eclipse.

Re: [equinox-dev] Sources for plugins

2020-11-23 Thread Mickael Istria
Sources are visible at https://git.eclipse.org/c . From here, you can search for the sources of the bundles you mentioned, find the right tag, get the necessary info to clone them... Cheers, ___ equinox-dev mailing list equinox-dev@eclipse.org To

Re: [equinox-dev] How does Equinox infer systemCapabilities without .profile files?

2020-07-16 Thread Mickael Istria
On Thu, Jul 16, 2020 at 12:08 PM Sarika Sinha wrote: > > Hi Michael, > After Java 9, osgi does not maintain the profile for Java versions and PDE > creates the Java profile. > Some relevant bugs: > *Bug 533052* - > Investigate > how PDE

[equinox-dev] How does Equinox infer systemCapabilities without .profile files?

2020-07-16 Thread Mickael Istria
this "inference" of system capabilities is done but didn't spot where the magic happens. Can someone please give me a hint about where to find the code that does that? Thanks in advance! -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Re

Re: [equinox-dev] 4.15 M3 milestone week reminders

2020-02-18 Thread Mickael Istria
Hi all, I apologize because I merged a patch by mistake today: https://bugs.eclipse.org/bugs/show_bug.cgi?id=560068 I think the risk is low, so it's acceptable to keep it. But if you prefer reverting if, feel free, it's all right. Sorry! ___

Re: [equinox-dev] [platform-dev] [eclipse-dev] Master branch is open for 4.15 contributions

2019-12-12 Thread Mickael Istria
4.14: https://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/tree/eclipse-platform-parent/pom.xml#n160 . -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packages/> developer, for Red Hat Developers <https://

Re: [equinox-dev] Unable to update previous available software

2019-08-08 Thread Mickael Istria
Hi, I think this is a bug. Please report it on Bugzilla with a very basic example to reproduce it (like submitting some simple p2 metadata showing 2 units in the dialog). Cheers ___ equinox-dev mailing list equinox-dev@eclipse.org To change your

Re: [equinox-dev] understanding resolving results

2019-06-12 Thread Mickael Istria
On Wed, Jun 12, 2019 at 12:05 PM Martin Lippert wrote: > So I am looking for strategies to debug and understand this. Have you tried starting with the `-console` flag to use the OSGi console and compare the effect of the "start" action on both packages?

Re: [equinox-dev] [platform-dev] Eclipse Photon RC2 reminders

2018-05-22 Thread Mickael Istria
Hi, On Fri, May 18, 2018 at 11:40 AM, Sravan K Lakkimsetti < sravankum...@in.ibm.com> wrote: > *Fix approval:* Two additional committers must +1 your bug report. All > changes must have their associated bug reports tagged 4.8 RC2. Ongoing > changes to component documentation, tests or examples

Re: [equinox-dev] Photon (4.8) M2 is available

2017-09-15 Thread Mickael Istria
Great thanks! So we can now merge some commits against master branch, can't we? ___ equinox-dev mailing list equinox-dev@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit

Re: [equinox-dev] [p2] How to use director/mirror app against an RCP as p2 repo

2017-06-27 Thread Mickael Istria
I didn't try that, but I don't think it fits my use-case well (EPP uses mirror application with iu queries). I've tried another path: https://bugs.eclipse.org/bugs/show_bug.cgi?id=518813 and managed to easily write a patch it Tycho to get it working and usable in EPP. I suggest we continue the

Re: [equinox-dev] [p2] How to use director/mirror app against an RCP as p2 repo

2017-06-26 Thread Mickael Istria
Thanks Carsten, that's a good hint. So I tried to use the profile directory, and it's encouraging: I can list its content and install them in another IDE. So there is definitely everything necessary in it to use p2 director or p2 mirror. However, I've tried using CLI: ```

[equinox-dev] [p2] How to use director/mirror app against an RCP as p2 repo

2017-06-26 Thread Mickael Istria
packages) in order to generate another artifact. In the context of EPP, that could save about 50% build time as we could skip some assemble-repository steps if we can apply what's described above instead. Cheers, -- Mickael Istria Eclipse IDE <https://www.eclipse.org/downloads/eclipse-packa

Re: [equinox-dev] Slow startup times in simpleconfigurator

2017-05-12 Thread Mickael Istria
Hi Brian, Did you open a bug report on this topic? If it's a fixable issue, I think it's worth targetting it for the RCs, but a report would be necessary first. Cheers, Mickael ___ equinox-dev mailing list equinox-dev@eclipse.org To change your

Re: [equinox-dev] Re-spin of Eclipse 4.4.1 RC4a and Equinox (Luna SR1RC4a)

2014-09-26 Thread Mickael Istria
Just out of curiosity, why did you call it RC4a and not RC5 ? -- Mickael Istria Eclipse developer at JBoss, by Red Hat http://www.jboss.org/tools My blog http://mickaelistria.wordpress.com - My Tweets http://twitter.com/mickaelistria ___ equinox-dev

[equinox-dev] Error in CI build

2014-09-01 Thread Mickael Istria
-Dmaven.test.skip=true -- Mickael Istria Eclipse developer at JBoss, by Red Hat http://www.jboss.org/tools My blog http://mickaelistria.wordpress.com - My Tweets http://twitter.com/mickaelistria ___ equinox-dev mailing list equinox-dev@eclipse.org To change your

Re: [equinox-dev] executing tests in org.eclipse.equinox.http.servlet.tests

2014-03-26 Thread Mickael Istria
On 03/26/2014 01:38 PM, Thomas Watson wrote: Also, these tests are not currently included in our build. Which build/tests are you talking about? The big Platform test suite, or the Tycho one? -- Mickael Istria Eclipse developer at JBoss, by Red Hat http://www.jboss.org/tools My blog http

Re: [equinox-dev] executing tests in org.eclipse.equinox.http.servlet.tests

2014-03-26 Thread Mickael Istria
with a simple mvn clean verify -P build-individual-bundles -Dmaven.test.skip=false, it can be quite easy to fix it as it's just tweaking the tycho-surefire-plugin configuration. -- Mickael Istria Eclipse developer at JBoss, by Red Hat http://www.jboss.org/tools My blog http

Re: [equinox-dev] State of Gerrit jobs

2014-03-17 Thread Mickael Istria
: org.eclipse.equinox.sdk.feature.group 3.10.0.qualifier depends on: org.eclipse.equinox.core.sdk.feature.group 0.0.0 I cannot find a reference to org.eclipse.equinox.core.sdk feature in repository. Where is it supposed to come from? -- Mickael Istria Eclipse developer at JBoss, by Red Hat http

Re: [equinox-dev] State of Gerrit jobs

2014-03-16 Thread Mickael Istria
the first one to report this issue. Did you open a bug for it? -- Mickael Istria Eclipse developer at JBoss, by Red Hat http://www.jboss.org/tools My blog http://mickaelistria.wordpress.com - My Tweets http://twitter.com/mickaelistria ___ equinox-dev

Re: [equinox-dev] core R5 compliant release

2014-03-15 Thread Mickael Istria
A related question, does that mean that Equinox implements the provisioning APIs of R5 ? Is there some new opportunity to have p2 able to consume standard OSGi repositories ? -- Mickael Istria Eclipse developer at JBoss, by Red Hat http://www.jboss.org/tools My blog http

[equinox-dev] Strange Heap overflow with Luna M3

2013-12-04 Thread Mickael Istria
this target platform * Try to run Eclipse workbench (using this target platform). -- Mickael Istria Eclipse developer at JBoss, by Red Hat http://www.jboss.org/tools My blog http://mickaelistria.wordpress.com - My Tweets http://twitter.com/mickaelistria