Dominique Pfister created FELIX-5128:
----------------------------------------
Summary: Building http.api in trunk fails because of incompatible
change
Key: FELIX-5128
URL: https://issues.apache.org/jira/browse/FELIX-5128
Project: Felix
Issue Type: Bug
Components: HTTP Service
Affects Versions: http.api-3.0.0
Reporter: Dominique Pfister
In svn commit 1694339, an import was changed in package-info.java:
{code}
Index: src/main/java/org/apache/felix/http/api/package-info.java
===================================================================
--- src/main/java/org/apache/felix/http/api/package-info.java (revision
1694338)
+++ src/main/java/org/apache/felix/http/api/package-info.java (working copy)
@@ -20,5 +20,5 @@
@Version("2.0.6")
package org.apache.felix.http.api;
-import aQute.bnd.annotation.Version;
+import org.osgi.annotation.versioning.Version;
{code}
This change causes a failure in the Baseline report:
{code}
[INFO] PACKAGE_NAME DELTA CUR_VER
BASE_VER REC_VER WARNINGS
[INFO] = ================================================== ==========
========== ========== ========== ==========
[INFO] * org.apache.felix.http.api changed 2.0.6
2.0.6 2.0.7 Version increase required
[INFO] ~ interface org.apache.felix.http.api.ExtHttpService
[INFO] - annotated aQute.bnd.annotation.ProviderType
[INFO] + annotated org.osgi.annotation.versioning.ProviderType
{code}
Suggest to increase the version number.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)