Dirk Fauth
Dirk Fauth
I would think that the contracts should be resolved via org.apache.aries.javax.jax.rs-api org.apache.servicemix.specs.annotation-api I wonder why the annotation api is resolved via three different jars. Also SLF4J api is available twice....
I haven't tried with the 3.x SNAPSHOT. Is there an explanation how to do this quickly?
Ah, I remember and had it prepared already from previous reports. The same issue occurs with 3.0.0-SNAPSHOT
@laeubi sorry, this is an export issue on my side. I have updated the example with the corresponding .mvn folder and the parent pom.xml [jaxrs_pde_example.zip](https://github.com/eclipse/tycho/files/8998158/jaxrs_pde_example.zip) I will try to create...
Yes, the Bundle-Version and the Maven artifact version differ in the detail that the qualifier part is missing in the Maven artifact version. IIRC for publishing to Maven Central the...
I have created https://github.com/eclipse/tycho/pull/1085 and hope that it works. I struggled the whole day with the setup. I followed the contribution documentation, but the Import as well as the Update...
@laeubi Any update on this? The test case is provided and actually fails as it shows the bug. :) On setting up another project I ran into the same issue...
Yes I will provide a reproducer that I can share. Just need some time to cleanup and push to my GitHub account.
Instead of preparing the GitHub repo (need some time to get everything ready) I have attached the sample in the archive file. [native.zip](https://github.com/graalvm/container/files/9656364/native.zip) Without the option `--add-modules ALL-MODULE-PATH` it seems...
1. Unzip the shared zip in a directory (e.g. test) 2. Open a commandline and switch to this directory 3. Execute the following command: ``` ${GRAALVM_HOME}\bin\native-image \ --no-fallback \ --module-path...