Skip to content

Commit 19c580d

Browse files
cditchergithubmamathakamal-mohammedchris.ditcher
authored
Release 1.24.0 (#259)
* Update pom.xml * Updated to Ubuntu 22.04 * Updated to Ubuntu 22.04 (#256) (cherry picked from commit fa89274) Co-authored-by: chris.ditcher <Chris.Ditcher@QP.GOV.BC.CA> * Adding application-local to gitignore * Adding application-local to gitignore * Update update-configmap.sh (cherry picked from commit 69e3911) * WARN level log events fix i.e, Failed to validate connection oracle.jdbc.driver.T4CConnection@5f091a0d * Increasing header size --------- Co-authored-by: githubmamatha <106563495+githubmamatha@users.noreply.github.com> Co-authored-by: Kamal Mohammed <kamal.mohammed@outlook.com> Co-authored-by: chris.ditcher <Chris.Ditcher@QP.GOV.BC.CA> Co-authored-by: githubmamatha <harmainimamatha@gmail.com>
1 parent 69e3911 commit 19c580d

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,7 @@ target/
5252
build/
5353

5454
### VS Code ###
55-
.vscode/
55+
.vscode/
56+
57+
### local dev ###
58+
**/application-local.yaml

api/.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,7 @@ target/
5252
build/
5353

5454
### VS Code ###
55-
.vscode/
55+
.vscode/
56+
57+
### local dev ###
58+
/src/main/resources/application-local.yaml

api/src/main/resources/application.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ logging:
6767
boot:
6868
autoconfigure:
6969
logging: ${SPRING_BOOT_AUTOCONFIG_LOG_LEVEL}
70+
com:
71+
zaxxer:
72+
hikari: ERROR
7073

7174
#Local properties
7275
server:
@@ -75,6 +78,7 @@ server:
7578
worker: 128
7679
io: 16
7780
#port: ${HTTP_PORT}
81+
max-http-request-header-size: 20000
7882

7983
#API Documentation
8084
springdoc:

api/src/test/resources/application.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ logging:
5454
boot:
5555
autoconfigure:
5656
logging: INFO
57+
com:
58+
zaxxer:
59+
hikari: ERROR
5760

5861
#API Documentation
5962
springdoc:

0 commit comments

Comments
 (0)