Skip to content

Commit 59740df

Browse files
committed
Release 0.7.0
Signed-off-by: Gopal S Akshintala <[email protected]>
1 parent 4aa8e0e commit 59740df

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif::[]
1818
:pmtemplates: src/integrationTest/resources/pm-templates
1919
:imagesdir: docs/images
2020
:prewrap!:
21-
:revoman-version: 0.6.3.1
21+
:revoman-version: 0.7.0
2222

2323
'''
2424

@@ -464,7 +464,7 @@ to qualify a step whose Response JSON payload needs to be unmarshalled/deseriali
464464
that you cannot depend on HTTP Status Code to distinguish between Success or Error.
465465
* In such a case,
466466
you can leverage a bundled Moshi factory link:{sourcedir}/com/salesforce/revoman/input/json/factories/DiMorphicAdapter.kt[DiMorphicAdapter]
467-
that deals with it dynamically based on a `boolean` attribute value in the response JSON.
467+
that deals with it dynamically based on a `Predicate`.
468468
See `DiMorphicAdapter` in action from the test `compositeGraphResponseDiMorphicMarshallUnmarshall()` in link:{testdir}/com/salesforce/revoman/input/json/JsonPojoUtilsTest.java[JsonPojoUtilsTest].
469469
* You may also refer to link:https://square.github.io/moshi/1.x/moshi-adapters/adapters/com.squareup.moshi.adapters/-polymorphic-json-adapter-factory/index.html[PolymorphicJsonAdapterFactory] for Marshalling/Unmarshalling based on `String` type attribute.
470470
====

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
* ************************************************************************************************
77
*/
88
const val GROUP_ID = "com.salesforce.revoman"
9-
const val VERSION = "0.6.3.1"
9+
const val VERSION = "0.7.0"
1010
const val ARTIFACT_ID = "revoman"
1111
const val STAGING_PROFILE_ID = "1ea0a23e61ba7d"

src/test/java/com/salesforce/revoman/output/postman/PostmanEnvironmentTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void getTypedObj() {
6969
"TotalAmount": 89.99,
7070
"Category": "Original"
7171
}
72-
""",
72+
""",
7373
"key7",
7474
null);
7575
final var pm = new PostmanEnvironment<>(env.toJavaMap());

0 commit comments

Comments
 (0)