This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git


The following commit(s) were added to refs/heads/master by this push:
     new 03a197b  Revert "TAMAYA-277: Break quality build to test integration"
03a197b is described below

commit 03a197b7bf6a46e0787d72ede50e2c14f80b9e38
Author: Hugo Hirsch <[email protected]>
AuthorDate: Mon Apr 29 21:30:45 2019 +0200

    Revert "TAMAYA-277: Break quality build to test integration"
    
    This reverts commit 85b3aae11cb10f7c95f625636e8c3c2c7c075510.
---
 .../main/java/org/apache/tamaya/core/internal/OSGIServiceContext.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/code/core/src/main/java/org/apache/tamaya/core/internal/OSGIServiceContext.java
 
b/code/core/src/main/java/org/apache/tamaya/core/internal/OSGIServiceContext.java
index eadf17f..2d67dc8 100644
--- 
a/code/core/src/main/java/org/apache/tamaya/core/internal/OSGIServiceContext.java
+++ 
b/code/core/src/main/java/org/apache/tamaya/core/internal/OSGIServiceContext.java
@@ -107,7 +107,6 @@ public class OSGIServiceContext implements ServiceContext{
                 return 
(T)this.osgiServiceLoader.getBundleContext().getService(ref).getClass().getConstructor()
                         .newInstance();
             } catch (Exception e) {
-                e.printStackTrace();
                 if(supplier!=null){
                     return supplier.get();
                 }

Reply via email to