-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Krawczyk
committed
Oct 7, 2016
1 parent
01b8148
commit 9f1e3f9
Showing
148 changed files
with
1,554 additions
and
1,839 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
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
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
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
18 changes: 0 additions & 18 deletions
18
...mon/src/main/java/pl/allegro/tech/hermes/common/di/factories/BoonObjectMapperFactory.java
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...-common/src/main/java/pl/allegro/tech/hermes/common/exception/InvalidSchemaException.java
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
hermes-common/src/main/java/pl/allegro/tech/hermes/common/message/AvroSchemaSource.java
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
...in/java/pl/allegro/tech/hermes/common/message/serialization/DeserializationException.java
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
8 changes: 8 additions & 0 deletions
8
...src/main/java/pl/allegro/tech/hermes/common/message/wrapper/DeserializationException.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package pl.allegro.tech.hermes.common.message.wrapper; | ||
|
||
public class DeserializationException extends RuntimeException { | ||
|
||
DeserializationException(String message) { | ||
super(message); | ||
} | ||
} |
Oops, something went wrong.