Skip to content

Commit

Permalink
Fixes #239 with the previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss committed Jan 15, 2016
1 parent 6f485db commit 9466f1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Expand Up @@ -155,9 +155,8 @@ public void convertTransientValue() throws AttributeNotFoundException {
bean.transientValue = "transient";

Map ret = (Map)converter.convertToJson(bean, null, JsonConvertOptions.DEFAULT);
System.out.println(ret);
assertNull(ret.get("transientValue"));

assertEquals(ret.get("value"),"value");
}

// ============================================================================
Expand Down
6 changes: 6 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -23,6 +23,12 @@
<author email="roland@jolokia.org">Roland Huß</author>
</properties>
<body>
<release version="1.3.3-SNAPSHOT" description="Release 1.3.3">
<action dev="dejanb" type="add" date="2016-01-15" issue="239">
Ignoring transient values during serialization when annotated
with @Transient
</action>
</release>
<release version="1.3.2" description="Release 1.3.2" date="2015-10-5">
<action dev="roland" type="add" date="2015-10-04">
Support for dynamically created, self-signed server
Expand Down

0 comments on commit 9466f1e

Please sign in to comment.