-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#minor: Make Jackson Plugin unique in order to support Java9 modules (#…
…110) BREAKING! Manual update to "snapshot.properites" required Before ``` serializer.json=au.com.origin.snapshots.serializers.JacksonSnapshotSerializer serializer.orderedJson=au.com.origin.snapshots.serializers.DeterministicJacksonSnapshotSerializer ``` After ``` serializer.json=au.com.origin.snapshots.jackson.serializers.JacksonSnapshotSerializer serializer.orderedJson=au.com.origin.snapshots.jackson.serializers.DeterministicJacksonSnapshotSerializer ``` You will also need to manually update any imports in java code if you have used them
- Loading branch information
Showing
24 changed files
with
42 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
group=io.github.origin-energy | ||
version=3.3.9-SNAPSHOT | ||
version=3.1.0-SNAPSHOT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...-snapshot-testing-junit5/src/test/java/au/com/origin/snapshots/SnapshotParameterTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
java-snapshot-testing-junit5/src/test/resources/snapshot.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lizers/DeterministicCollectionModule.java → ...lizers/DeterministicCollectionModule.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...terministicJacksonSnapshotSerializer.java → ...terministicJacksonSnapshotSerializer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...erializers/JacksonSnapshotSerializer.java → ...erializers/JacksonSnapshotSerializer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
140 changes: 0 additions & 140 deletions
140
...rigin/snapshots/serializers/__snapshots__/DeterministicJacksonSnapshotSerializerTest.snap
This file was deleted.
Oops, something went wrong.
140 changes: 0 additions & 140 deletions
140
...java/au/com/origin/snapshots/serializers/__snapshots__/JacksonSnapshotSerializerTest.snap
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...ackson/src/test/java/au/com/origin/snapshots/docs/__snapshots__/CustomSerializerTest.snap
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...origin/snapshots/ReflectionUtilities.java → ...napshots/jackson/ReflectionUtilities.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.