Александър Куртаков

Results 31 issues of Александър Куртаков

In OSGi environments it's quite common to have source jars included in the container. As https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-osgi/4.0.5/jaxb-osgi-4.0.5-sources.jar contains META-INF/services/* it ends ups registered as provider which the jar clearly isn't and...

In https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/3238 a validator is being added in order to prevent issues like https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/3236 . This ticket is to aggregate as a tracker for https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/3259 , https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/3240 and etc.

bug

JUnit 6 has been released (https://docs.junit.org/6.0.0/release-notes/) . PR is not open automatically as major updates are disabled (https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/70865a7e7e87eb0808727ae700b0d4e8c9b7b0b5/eclipse-platform-parent/pom.xml#L512).

enhancement

From docker build I get: ``` 1 warning found: - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 21) Legacy key/value format with whitespace...

enhancement

It fails with 2025-12 due to mixture of JUnit 5 and 6 . https://github.com/eclipse-tycho/tycho/pull/5707 disables it.

I am trying to move ShellWax to Java 25 (https://github.com/eclipse-shellwax/shellwax/pull/153) but building it fails with: ``` Error: Cannot resolve dependencies of project org.eclipse.shellwax:org.eclipse.shellwax.feature:eclipse-feature:1.4.0-SNAPSHOT Error: with context {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86_64,...

Two identified places are EclipseRunMojo and UpdateProductMojo. Example how it's already done is at copied.org.apache.maven.plugin.AbstractCompilerMojo.DEFAULT_SOURCE_VERSION

In https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2604 it was uncovered that Tycho doesn't support it.