Skip to content

Commit

Permalink
Revert JSONView updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Dec 30, 2019
1 parent f341af5 commit 42d9de2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Proteus Changelog.
## Unreleased
### No issue

**Improve default JsonView handling.**


[f341af566518055](https://github.com/noboomu/proteus/commit/f341af566518055) joshua bauer *2020-12-30 05:48:32*

**Restructure pom files.**


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public JsonViewWrapper()
CLASS_MAP.put(c.getSimpleName().toLowerCase(), c);
}



} catch (Exception e) {
logger.error("Error processing JsonView", e);
}
Expand All @@ -60,6 +62,7 @@ public JsonViewWrapper()
@Override
public HttpHandler wrap(HttpHandler handler)
{

return exchange -> {

if (CLASS_MAP != null) {
Expand Down

0 comments on commit 42d9de2

Please sign in to comment.