This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 8ed12ac Tests
8ed12ac is described below
commit 8ed12ac685b0f45dac15687b2ad355aa4a49761e
Author: JamesBognar <[email protected]>
AuthorDate: Fri Apr 10 12:50:05 2020 -0400
Tests
---
.../src/main/java/org/apache/juneau/BeanPropertyMeta.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/BeanPropertyMeta.java
b/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/BeanPropertyMeta.java
index c252bb9..fba84c9 100644
---
a/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/BeanPropertyMeta.java
+++
b/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/BeanPropertyMeta.java
@@ -845,7 +845,6 @@ public final class BeanPropertyMeta {
} catch (BeanRuntimeException e) {
throw e;
} catch (Exception e) {
- e.printStackTrace();
if
(beanContext.isIgnoreInvocationExceptionsOnSetters()) {
if (rawTypeMeta.isPrimitive())
return
rawTypeMeta.getPrimitiveDefault();