We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bd98f commit d0e2925Copy full SHA for d0e2925
core/src/main/java/com/github/dozermapper/core/el/ELExpressionFactory.java
@@ -57,7 +57,7 @@ public static Boolean isSupported(ClassLoader classLoader) {
57
58
LOG.info("javax.el support is {}", isJavaxEL);
59
} catch (IllegalStateException ex) {
60
- LOG.warn("javax.el is not supported; {}", ex.getMessage());
+ LOG.info("javax.el is not supported; {}", ex.getMessage());
61
62
isJavaxEL = false;
63
}
0 commit comments