Ed Merks

Results 21 issues of Ed Merks

Is there a way to opt of validation for specific know content types? The question arises relates to this issue raised for PDE: https://github.com/eclipse-pde/eclipse.pde/issues/294 PDE has abused the XML Schema...

For example, if you look in this repository zip: https://download.eclipse.org/eclipse/downloads/drops4/S-4.24M1-202204070240/repository-4.24M1.zip it contains these files: ![image](https://user-images.githubusercontent.com/208716/162578251-3edad106-074b-4cba-8ce2-15a68d24b001.png) These files are not referenced from the artifacts.xml but rather their contents are encoded by...

**Describe the bug** Visiting all pages in the PHP EPP product, this error appears in the log: ``` eclipse.buildId=4.30.0.20231123-1200 java.version=21.0.1 java.vendor=Eclipse Adoptium BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments:...

bug

Currently the implementation hard codes the version to 1.0.0 when parsing advice from a p2.inf. This can result in an IAE if the version is used in a range such...

A "main" artifact is wrapped as a bundle like this with `maven-wrapped-*` properties: ``` ``` but the corresponding source artifact is wrapped as a bundle like this with all the...

All the builds https://download.eclipse.org/eclipse/updates/4.32-I-builds have only a content.xml ![image](https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/assets/208716/1547cda7-a3a7-46e9-88bc-9f7510e7c157) The same is also true for the release build: https://download.eclipse.org/eclipse/updates/4.31/R-4.31-202402290520/ This is one of the most heavily uses sites so that's...

bug

The jetty-ee10 bom https://repo1.maven.org/maven2/org/eclipse/jetty/ee10/jetty-ee10-bom/12.0.3/jetty-ee10-bom-12.0.3.pom includes these 3 things in the jetty.ee10.osgi group ``` org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-alpn 12.0.3 org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-boot 12.0.3 org.eclipse.jetty.ee10.osgi jetty-ee10-osgi-boot-jsp 12.0.3 ``` The jetty-ee9 bom https://repo1.maven.org/maven2/org/eclipse/jetty/ee9/jetty-ee9-bom/12.0.3/jetty-ee9-bom-12.0.3.pom includes these 2...

This error is logged visiting all of GEF's preferences: ``` java.lang.Error: SWT Resource was not properly disposed at org.eclipse.swt.graphics.Resource.initNonDisposeTracking(Resource.java:172) at org.eclipse.swt.graphics.Resource.(Resource.java:120) at org.eclipse.swt.graphics.Font.(Font.java:80) at org.eclipse.gef.dot.internal.ui.preferences.DotExportRadioGroupFieldEditor.getRadioBoxControl(DotExportRadioGroupFieldEditor.java:207) at org.eclipse.gef.dot.internal.ui.preferences.DotExportRadioGroupFieldEditor.doFillIntoGrid(DotExportRadioGroupFieldEditor.java:145) at org.eclipse.jface.preference.FieldEditor.createControl(FieldEditor.java:248) at...

Tracks the release engineering activities for the 4.17 release.

Releng

While investigating https://github.com/eclipse-simrel/simrel.build/issues/438 I noticed that the org.gradle.toolingapi bundle is wrapping a jar that is also an OSGi bundle: ![image](https://github.com/eclipse/buildship/assets/208716/ae1ac40b-aa9d-4955-85f4-c235769b7d3a) I think this jar is coming from here, right? https://repo.gradle.org/ui/native/libs-releases/org/gradle/gradle-tooling-api/...

a:new-feature