Felix Lüdin

Results 12 comments of Felix Lüdin

PR #10502 added POST and QUERY to EntityTypeMapper...pulling/rebasing might have caused that those two entities appeared twice in the ImmutableMap which caused the tests to fail...should be fixed now.

Assigning null directly to throwableString before the if caused throwableString to no longer be effectively final (although null is definitely better than an empty string) -> My last commit should...