Konrad Windszus

Results 602 comments of Konrad Windszus

Currently it states > For component property type methods with a value of an empty array, a property element must not be generated. (https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.component.html#service.component-ordering.generated.properties). Would be nice to extend that...

Actually `org.hamcrest.core.IsCollectionContaining.hasItems` should have a similar signature to `org.hamcrest.collection.IsIterableContainingInOrder.contains` or `org.hamcrest.collection.IsIterableContainingInAnyOrder.containsInAnyOrder`

@laeubi Is this fixed in Tycho 3.0.0? Is the MANIFEST.MF also extended with the service metadata references? Would be good to also document this in https://wiki.eclipse.org/Tycho/FAQ#How_to_use_OSGi_declarative_service_annotations.

I am experiencing the same thing (i.e. file deletions not detected) and tried to add a test but for me test execution of existing tests with sbt already fails: ```...

There is only cloud, the classic artifacts are always built (because the cloud module relies on them)

The build is faster without profile cloud as then you only build the classic artifacts. However the profile „cloud“ is already merged to develop. For now we should make sure...

@davidjgonzalez Yes, the separation in a dedicated profile is exactly for that use case.

@davidjgonzalez Either this PR should be merged or the profile `cloud` should be removed. Currently the CI is just incomplete!

@michael-o I rebased and fixed the test failures in https://github.com/apache/maven-release/pull/86/commits/03b97764cd2445df068f95f59f686a8cdddf19d4 as the failing test was relying on an explicit tag element with the default value "HEAD" (which is superfluous). I...