Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tsystems 211 upgrade spring boot #707

Open
wants to merge 45 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 41 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
b5ca006
feat: upgrade to spring boot 3.0.X
tkuzynow Dec 19, 2024
9996377
feat: upgrade to spring boot 3.0.X
tkuzynow Dec 19, 2024
1f1803f
feat: upgrade to spring boot 3.0.X
tkuzynow Dec 27, 2024
7212319
feat: upgrade to spring boot 3.0.X
tkuzynow Dec 27, 2024
82745da
fix: fix conflicting dependencies
tkuzynow Dec 30, 2024
b1feb9f
fix: fix spotless, spring upgrade to 3.1.X
tkuzynow Dec 31, 2024
3d4239f
fix: keycloak test compilation problem
tkuzynow Dec 31, 2024
54851d1
fix: spring context startup problems for integration tests due to hib…
tkuzynow Dec 31, 2024
7e8bfd7
fix: e2e tests after upgrade
tkuzynow Jan 2, 2025
cb6d3f3
fix: consultant admin search implementation and tests
tkuzynow Jan 2, 2025
98c3bbd
fix: firebase tests
tkuzynow Jan 2, 2025
435ee7f
fix: tests
tkuzynow Jan 3, 2025
0f6d69f
fix: tests
tkuzynow Jan 3, 2025
349f207
fix: tests
tkuzynow Jan 3, 2025
592f0ae
fix: tests
tkuzynow Jan 3, 2025
8432c5c
chore: adjust tests after powermock upgrade
tkuzynow Jan 3, 2025
85355ba
chore: spotless fix
tkuzynow Jan 3, 2025
65641b9
fix: tests
tkuzynow Jan 3, 2025
06cedcb
fix: tests
tkuzynow Jan 3, 2025
c978083
fix: tests
tkuzynow Jan 3, 2025
60c215f
fix: tests
tkuzynow Jan 3, 2025
9189b33
fix: tests
tkuzynow Jan 6, 2025
5f8ec8f
fix: tests
tkuzynow Jan 6, 2025
ca6b88a
fix:spotless
tkuzynow Jan 8, 2025
89a619a
fix: failing test and spotless
tkuzynow Jan 8, 2025
06c537b
fix: upload artifact version upgrade
tkuzynow Jan 8, 2025
971deef
fix: download artifact version upgrade
tkuzynow Jan 8, 2025
10344c4
fix: dockerfile upgrade to java17
tkuzynow Jan 8, 2025
e5473d3
fix: restore previous GlobalMethodSecurityConfig
tkuzynow Jan 8, 2025
a3ac802
fix: spotless
tkuzynow Jan 9, 2025
6cb11bd
fix: Global security configuration problem
tkuzynow Jan 9, 2025
c398182
fix: NPE for add tenant filter issue
tkuzynow Jan 9, 2025
224f86e
fix: NPE for add tenant filter issue
tkuzynow Jan 9, 2025
1a41953
fix: sonar issues
tkuzynow Jan 9, 2025
321af63
fix: revert change in spring security to avoid issues with tenantFilt…
tkuzynow Jan 9, 2025
9ceb3e5
fix: revert change in spring security to avoid issues with tenantFilt…
tkuzynow Jan 9, 2025
1cdee73
fix: revert change in spring security to avoid issues with tenantFilt…
tkuzynow Jan 9, 2025
b0dbbd8
fix: revert change in spring security to avoid issues with tenantFilt…
tkuzynow Jan 9, 2025
ed95a3f
fix: skip tenancy filter for masterkey set
tkuzynow Jan 9, 2025
fb5f8ee
fix: replace tenant resolution mechanism to be based on jwt tokens an…
tkuzynow Jan 9, 2025
f7d2830
fix: replace KeycloakAuthenticationToken with JwtAuthenticationToken
tkuzynow Jan 10, 2025
fbd04b2
fix: change order of filters
tkuzynow Jan 17, 2025
b254151
fix: change order of filters
tkuzynow Jan 17, 2025
99085d4
fix: change order of filters
tkuzynow Jan 17, 2025
1623778
fix: attempt to fix invalid session table name generated by hibernate…
tkuzynow Jan 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/admin-api-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup JVM
uses: actions/setup-java@v1
with:
java-version: 11.0.10
java-version: 17
java-package: jdk
architecture: x64

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup JVM
uses: actions/setup-java@v1
with:
java-version: 11.0.10
java-version: 17.0.7
java-package: jdk
architecture: x64

Expand All @@ -43,7 +43,7 @@ jobs:
run: mvn -B -Pprod clean package -DskipTests=true
- name: Maven Verify
run: mvn -B -Pprod clean verify -DskipTests=true
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: targetfiles
path: target/*.jar
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download buildfiles artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: targetfiles
- name: Get current time
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup JVM
uses: actions/setup-java@v1
with:
java-version: 11.0.10
java-version: 17
java-package: jdk
architecture: x64

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adoptopenjdk/openjdk11
FROM openjdk:17-oracle
VOLUME ["/tmp","/log"]
EXPOSE 8080
ARG JAR_FILE
Expand Down
15 changes: 15 additions & 0 deletions api/appointmentservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,18 @@ components:
example: fR2Rz7dmWmHdXE8uz
t:
type: string

LanguageCode:
type: string
description: ISO 639-1 code
enum: [
aa, ab, ae, af, ak, am, an, ar, as, av, ay, az, ba, be, bg, bh, bi, bm, bn, bo, br,
bs, ca, ce, ch, co, cr, cs, cu, cv, cy, da, de, dv, dz, ee, el, en, eo, es, et, eu,
fa, ff, fi, fj, fo, fr, fy, ga, gd, gl, gn, gu, gv, ha, he, hi, ho, hr, ht, hu, hy,
hz, ia, id, ie, ig, ii, ik, io, is, it, iu, ja, jv, ka, kg, ki, kj, kk, kl, km, kn,
ko, kr, ks, ku, kv, kw, ky, la, lb, lg, li, ln, lo, lt, lu, lv, mg, mh, mi, mk, ml,
mn, mr, ms, mt, my, na, nb, nd, ne, ng, nl, nn, no, nr, nv, ny, oc, oj, om, or, os,
pa, pi, pl, ps, pt, qu, rm, rn, ro, ru, rw, sa, sc, sd, se, sg, si, sk, sl, sm, sn,
so, sq, sr, ss, st, su, sv, sw, ta, te, tg, th, ti, tk, tl, tn, to, tr, ts, tt, tw,
ty, ug, uk, ur, uz, ve, vi, vo, wa, wo, xh, yi, yo, za, zh, zu
]
2 changes: 1 addition & 1 deletion api/userservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2607,7 +2607,7 @@ components:
description: indicates should the walkt hrough be enabled
emailToggles:
type: array
minItems: 1
minItems: 0
uniqueItems: true
items:
$ref: '#/components/schemas/EmailToggle'
Expand Down
Loading
Loading