You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by GitBox <gi...@apache.org> on 2021/05/06 11:46:42 UTC

[GitHub] [karaf] oliverlietz commented on a change in pull request #1346: KARAF-7099 Provide util for Configuration PIDs

oliverlietz commented on a change in pull request #1346:
URL: https://github.com/apache/karaf/pull/1346#discussion_r627345448



##########
File path: util/pom.xml
##########
@@ -74,6 +74,13 @@
             <artifactId>mail</artifactId>
             <scope>test</scope>
         </dependency>
+        <!-- nullability -->
+        <dependency>
+            <groupId>org.jetbrains</groupId>
+            <artifactId>annotations</artifactId>

Review comment:
       In general I prefer to annotate parameters and return values but the dependency is of course not strictly required. The annotations (https://github.com/JetBrains/java-annotations) are used during analysis and compile time only and should have no negative impact.
   Should I remove the annotations from ConfigurationPID?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org