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 85b3aae TAMAYA-277: Break quality build to test integration
85b3aae is described below
commit 85b3aae11cb10f7c95f625636e8c3c2c7c075510
Author: Hugo Hirsch <[email protected]>
AuthorDate: Wed Apr 24 22:30:50 2019 +0200
TAMAYA-277: Break quality build to test integration
---
.../main/java/org/apache/tamaya/core/internal/OSGIServiceContext.java | 1 +
1 file changed, 1 insertion(+)
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 2d67dc8..eadf17f 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,6 +107,7 @@ 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();
}