[BUILD-STABLE]: Job 'Karaf/karaf-runtime/main [main] [457]'

2023-10-21 Thread Apache Jenkins Server
BUILD-STABLE: Job 'Karaf/karaf-runtime/main [main] [457]':
Is back to normal.

Re: [PR] fix a typo in javadoc [karaf]

2023-10-21 Thread via GitHub


dsqrt4 commented on PR #1786:
URL: https://github.com/apache/karaf/pull/1786#issuecomment-1773706675

   No problem of course.
   Thank you for your time.  


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

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



[karaf] branch main updated: fix a typo in javadoc

2023-10-21 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
 new 054a922922 fix a typo in javadoc
 new e7578b2f7e Merge pull request #1786 from dsqrt4/patch-1
054a922922 is described below

commit 054a922922613c23bda01374772aa03d1296b9ad
Author: dsqrt4 <44970945+dsq...@users.noreply.github.com>
AuthorDate: Fri Oct 20 22:22:34 2023 +0200

fix a typo in javadoc
---
 .../java/org/apache/karaf/shell/api/action/lifecycle/Reference.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/shell/core/src/main/java/org/apache/karaf/shell/api/action/lifecycle/Reference.java
 
b/shell/core/src/main/java/org/apache/karaf/shell/api/action/lifecycle/Reference.java
index c37a9b910a..86091da1e6 100644
--- 
a/shell/core/src/main/java/org/apache/karaf/shell/api/action/lifecycle/Reference.java
+++ 
b/shell/core/src/main/java/org/apache/karaf/shell/api/action/lifecycle/Reference.java
@@ -25,7 +25,7 @@ import java.lang.annotation.Target;
 
 /**
  * A class annotated with {@link Service} can have fields
- * annotated with @Service in which case matching
+ * annotated with @Reference in which case matching
  * services will be retrieved from the
  * {@link org.apache.karaf.shell.api.console.Registry} and
  * injected.



Re: [PR] fix a typo in javadoc [karaf]

2023-10-21 Thread via GitHub


jbonofre merged PR #1786:
URL: https://github.com/apache/karaf/pull/1786


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

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