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

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


The following commit(s) were added to refs/heads/master by this push:
     new 415a0d3  TAMAYA-384 Fixed spring module detection.
415a0d3 is described below

commit 415a0d303fd74c2b636cf800d52cb677bc5f6344
Author: Anatole Tresch <[email protected]>
AuthorDate: Sat Mar 16 01:14:56 2019 +0100

    TAMAYA-384 Fixed spring module detection.
---
 modules/features/src/main/java/org/apache/tamaya/features/Features.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/features/src/main/java/org/apache/tamaya/features/Features.java 
b/modules/features/src/main/java/org/apache/tamaya/features/Features.java
index 9db355c..02482e4 100644
--- a/modules/features/src/main/java/org/apache/tamaya/features/Features.java
+++ b/modules/features/src/main/java/org/apache/tamaya/features/Features.java
@@ -122,7 +122,7 @@ public final class Features {
      * @return true, if <i>tamaya-spring</i> is on the classpath.
      */
     public static boolean springAvailable() {
-        return 
checkClassIsLoadable("org.apache.tamaya.integration.spring.TamayaEnvironment");
+        return 
checkClassIsLoadable("org.apache.tamaya.integration.spring.EnableTamayaConfig");
     }
 
     /**

Reply via email to