-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add error message inclusion across applications (#3445)
Add error message inclusion across applications The configuration changes mean error messages will now be included in API responses for all applications. This improves error traceability and debugging. Changes were made in the 'application.yml' or 'application.yaml' files across multiple applications.
- Loading branch information
Showing
71 changed files
with
309 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,4 +50,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -43,4 +43,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -48,4 +48,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -46,4 +46,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -45,6 +45,8 @@ server: | |
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
error: | ||
include-message: always | ||
|
||
consumers: | ||
dolly-backend: | ||
|
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 |
---|---|---|
|
@@ -29,4 +29,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -44,4 +44,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -233,6 +233,8 @@ server: | |
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
error: | ||
include-message: always | ||
|
||
logging: | ||
pattern: | ||
|
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 |
---|---|---|
|
@@ -15,6 +15,8 @@ server: | |
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
error: | ||
include-message: always | ||
|
||
logging: | ||
level: | ||
|
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 |
---|---|---|
|
@@ -60,6 +60,8 @@ server: | |
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
error: | ||
include-message: always | ||
|
||
logging: | ||
level: | ||
|
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 |
---|---|---|
|
@@ -66,4 +66,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -52,4 +52,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -76,6 +76,8 @@ server: | |
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
error: | ||
include-message: always | ||
|
||
logging: | ||
level: | ||
|
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 |
---|---|---|
|
@@ -64,4 +64,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -45,4 +45,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -54,4 +54,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -39,4 +39,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -40,4 +40,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -54,4 +54,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -47,4 +47,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -47,4 +47,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -47,3 +47,5 @@ server: | |
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -55,4 +55,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -54,4 +54,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -76,4 +76,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -64,4 +64,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -50,4 +50,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -50,4 +50,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -54,4 +54,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -59,4 +59,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -55,6 +55,8 @@ server: | |
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
error: | ||
include-message: always | ||
|
||
logging: | ||
level: | ||
|
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 |
---|---|---|
|
@@ -70,4 +70,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -45,4 +45,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -49,4 +49,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -57,4 +57,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -59,4 +59,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
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 |
---|---|---|
|
@@ -54,4 +54,6 @@ management: | |
server: | ||
servlet: | ||
encoding: | ||
charset: UTF-8 | ||
charset: UTF-8 | ||
error: | ||
include-message: always |
Oops, something went wrong.