Skip to content

Commit c9d3e26

Browse files
authored
Feature/spring updates (#3714)
* Spring oppdatering for alle apper, refaktorering vekk fra deprecated funksjonalitet og skrevet om noen tester * Diverse andre oppdateringer for gradle og sonarcloud * Mer testendringer og spring boot oppdateringer * Fjernet disabled tester
1 parent bb6d1ec commit c9d3e26

File tree

240 files changed

+754
-1212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+754
-1212
lines changed

apps/adresse-service/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.develocity" version "3.17.4"
2+
id "com.gradle.develocity" version "3.19"
33
}
44

55
rootProject.name = 'adresse-service'

apps/adresse-service/src/test/java/no/nav/testnav/apps/adresseservice/ApplicationContextTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
import org.junit.jupiter.api.Test;
44
import org.springframework.boot.test.context.SpringBootTest;
5-
import org.springframework.boot.test.mock.mockito.MockBean;
5+
import org.springframework.test.context.bean.override.mockito.MockitoBean;
66
import org.springframework.security.oauth2.jwt.JwtDecoder;
77
import org.springframework.test.context.ActiveProfiles;
88

99
@SpringBootTest
1010
@ActiveProfiles("test")
1111
class ApplicationContextTest {
1212

13-
@MockBean
13+
@MockitoBean
1414
public JwtDecoder jwtDecoder;
1515

1616
@Test

apps/altinn3-tilgang-service/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.develocity" version "3.17.4"
2+
id "com.gradle.develocity" version "3.19"
33
}
44

55
rootProject.name = 'altinn3-tilgang-service'

apps/altinn3-tilgang-service/src/test/java/no/nav/testnav/altinn3tilgangservice/ApplicationContextTest.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
import com.google.cloud.secretmanager.v1.SecretManagerServiceClient;
44
import org.junit.jupiter.api.Test;
55
import org.springframework.boot.test.context.SpringBootTest;
6-
import org.springframework.boot.test.mock.mockito.MockBean;
6+
import org.springframework.test.context.bean.override.mockito.MockitoBean;
77
import org.springframework.security.oauth2.jwt.ReactiveJwtDecoder;
88
import org.springframework.test.context.ActiveProfiles;
99

1010
@SpringBootTest
1111
@ActiveProfiles("test")
1212
class ApplicationContextTest {
1313

14-
@MockBean
14+
@MockitoBean
1515
public ReactiveJwtDecoder jwtDecoder;
1616

17-
@MockBean
17+
@MockitoBean
1818
public SecretManagerServiceClient secretManagerClient;
1919

2020
@Test

apps/amelding-service/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.develocity" version "3.17.4"
2+
id "com.gradle.develocity" version "3.19"
33
}
44

55
rootProject.name = 'amelding-service'

apps/amelding-service/src/test/java/no/nav/registre/testnav/ameldingservice/ApplicationContextTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
import org.junit.jupiter.api.Test;
44
import org.springframework.boot.test.context.SpringBootTest;
5-
import org.springframework.boot.test.mock.mockito.MockBean;
5+
import org.springframework.test.context.bean.override.mockito.MockitoBean;
66
import org.springframework.security.oauth2.jwt.ReactiveJwtDecoder;
77
import org.springframework.test.context.ActiveProfiles;
88

99
@SpringBootTest
1010
@ActiveProfiles("test")
1111
class ApplicationContextTest {
1212

13-
@MockBean
13+
@MockitoBean
1414
public ReactiveJwtDecoder reactiveJwtDecoder;
1515

1616
@Test

apps/app-tilgang-analyse-service/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.develocity" version "3.17.4"
2+
id "com.gradle.develocity" version "3.19"
33
}
44

55
rootProject.name = 'app-tilgang-analyse-service'

apps/app-tilgang-analyse-service/src/test/java/no/nav/testnav/apps/apptilganganalyseservice/ApplicationContextTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
import org.junit.jupiter.api.Test;
44
import org.springframework.boot.test.context.SpringBootTest;
5-
import org.springframework.boot.test.mock.mockito.MockBean;
5+
import org.springframework.test.context.bean.override.mockito.MockitoBean;
66
import org.springframework.security.oauth2.jwt.JwtDecoder;
77
import org.springframework.test.context.ActiveProfiles;
88

99
@SpringBootTest
1010
@ActiveProfiles("test")
1111
class ApplicationContextTest {
1212

13-
@MockBean
13+
@MockitoBean
1414
public JwtDecoder jwtDecoder;
1515

1616
@Test

apps/arbeidsforhold-service/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.develocity" version "3.17.4"
2+
id "com.gradle.develocity" version "3.19"
33
}
44

55
rootProject.name = 'arbeidsforhold-service'

apps/arbeidsforhold-service/src/test/java/no/nav/registre/testnorge/arbeidsforholdservice/ApplicationContextTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import org.junit.jupiter.api.DisplayName;
44
import org.junit.jupiter.api.Test;
55
import org.springframework.boot.test.context.SpringBootTest;
6-
import org.springframework.boot.test.mock.mockito.MockBean;
6+
import org.springframework.test.context.bean.override.mockito.MockitoBean;
77
import org.springframework.security.oauth2.jwt.JwtDecoder;
88
import org.springframework.test.context.ActiveProfiles;
99

@@ -13,7 +13,7 @@
1313
@ActiveProfiles("test")
1414
class ApplicationContextTest {
1515

16-
@MockBean
16+
@MockitoBean
1717
@SuppressWarnings("unused")
1818
private JwtDecoder jwtDecoder;
1919

apps/batch-bestilling-service/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.develocity" version "3.17.4"
2+
id "com.gradle.develocity" version "3.19"
33
}
44

55
rootProject.name = 'batch-bestilling-service'

apps/batch-bestilling-service/src/test/java/no/nav/registre/testnorge/batchbestillingservice/ApplicationContextTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
import org.junit.jupiter.api.Test;
44
import org.springframework.boot.test.context.SpringBootTest;
5-
import org.springframework.boot.test.mock.mockito.MockBean;
5+
import org.springframework.test.context.bean.override.mockito.MockitoBean;
66
import org.springframework.security.oauth2.jwt.JwtDecoder;
77
import org.springframework.test.context.ActiveProfiles;
88

99
@ActiveProfiles("test")
1010
@SpringBootTest
1111
public class ApplicationContextTest {
1212

13-
@MockBean
13+
@MockitoBean
1414
public JwtDecoder jwtDecoder;
1515

1616
@Test

apps/brreg-stub/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.develocity" version "3.17.4"
2+
id "com.gradle.develocity" version "3.19"
33
}
44

55
rootProject.name = 'brreg-stub'

apps/brreg-stub/src/test/java/no/nav/brregstub/endpoint/rs/v1/HentRolleoversiktControllerTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import org.mockito.Mockito;
1313
import org.springframework.beans.factory.annotation.Autowired;
1414
import org.springframework.boot.test.context.SpringBootTest;
15-
import org.springframework.boot.test.mock.mockito.MockBean;
15+
import org.springframework.test.context.bean.override.mockito.MockitoBean;
1616
import org.springframework.boot.test.web.client.TestRestTemplate;
1717
import org.springframework.http.HttpEntity;
1818
import org.springframework.http.HttpHeaders;
@@ -36,7 +36,7 @@ public class HentRolleoversiktControllerTest {
3636
@Autowired
3737
private TestRestTemplate restTemplate;
3838

39-
@MockBean
39+
@MockitoBean
4040
private RolleoversiktRepository repository;
4141

4242
@Test

apps/brreg-stub/src/test/java/no/nav/brregstub/endpoint/rs/v1/HentRollerControllerTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import org.mockito.Mockito;
1010
import org.springframework.beans.factory.annotation.Autowired;
1111
import org.springframework.boot.test.context.SpringBootTest;
12-
import org.springframework.boot.test.mock.mockito.MockBean;
12+
import org.springframework.test.context.bean.override.mockito.MockitoBean;
1313
import org.springframework.boot.test.web.client.TestRestTemplate;
1414
import org.springframework.http.HttpEntity;
1515
import org.springframework.http.HttpMethod;
@@ -31,7 +31,7 @@ public class HentRollerControllerTest {
3131
@Autowired
3232
private TestRestTemplate restTemplate;
3333

34-
@MockBean
34+
@MockitoBean
3535
private HentRolleRepository repository;
3636

3737
@Test

apps/brreg-stub/src/test/java/no/nav/brregstub/endpoint/rs/v2/RolleoversiktControllerTest.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import org.mockito.Mockito;
1717
import org.springframework.beans.factory.annotation.Autowired;
1818
import org.springframework.boot.test.context.SpringBootTest;
19-
import org.springframework.boot.test.mock.mockito.MockBean;
19+
import org.springframework.test.context.bean.override.mockito.MockitoBean;
2020
import org.springframework.boot.test.web.client.TestRestTemplate;
2121
import org.springframework.http.HttpEntity;
2222
import org.springframework.http.HttpHeaders;
@@ -41,10 +41,10 @@ public class RolleoversiktControllerTest {
4141
@Autowired
4242
private TestRestTemplate restTemplate;
4343

44-
@MockBean
44+
@MockitoBean
4545
private RolleoversiktRepository rolleoversiktRepository;
4646

47-
@MockBean
47+
@MockitoBean
4848
private HentRolleRepository rolleRepository;
4949

5050
private RsRolleoversikt lagGyldigRsRolleoversikt(

apps/bruker-service/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.develocity" version "3.17.4"
2+
id "com.gradle.develocity" version "3.19"
33
}
44

55
rootProject.name = 'bruker-service'

apps/bruker-service/src/main/java/no/nav/testnav/apps/brukerservice/BrukerServiceApplicationStarter.java

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
package no.nav.testnav.apps.brukerservice;
22

3+
import no.nav.testnav.libs.reactivecore.config.CoreConfig;
4+
import no.nav.testnav.libs.reactivesecurity.config.SecureOAuth2ServerToServerConfiguration;
35
import org.springframework.boot.SpringApplication;
46
import org.springframework.boot.autoconfigure.SpringBootApplication;
57
import org.springframework.context.annotation.Import;
68
import org.springframework.web.reactive.config.EnableWebFlux;
79

8-
import no.nav.testnav.libs.reactivecore.config.CoreConfig;
9-
import no.nav.testnav.libs.reactivesecurity.config.SecureOAuth2ServerToServerConfiguration;
10-
1110

1211
@Import({
1312
CoreConfig.class,
@@ -20,4 +19,4 @@ public class BrukerServiceApplicationStarter {
2019
public static void main(String[] args) {
2120
SpringApplication.run(BrukerServiceApplicationStarter.class, args);
2221
}
23-
}
22+
}

apps/bruker-service/src/test/java/no/nav/testnav/apps/brukerservice/integrationtest/BrukerServiceIntegrationTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import org.junit.jupiter.api.BeforeEach;
1515
import org.junit.jupiter.api.Tag;
1616
import org.junit.jupiter.api.Test;
17-
import org.springframework.boot.test.mock.mockito.MockBean;
17+
import org.springframework.test.context.bean.override.mockito.MockitoBean;
1818
import org.springframework.http.HttpHeaders;
1919
import org.springframework.http.MediaType;
2020
import org.springframework.security.oauth2.jwt.JwtDecoder;
@@ -29,7 +29,7 @@ class BrukerServiceIntegrationTest {
2929
private static final String PID = "01810048413";
3030
private static final String ORGNUMMER = "811306312";
3131
public static MockWebServer mockBackEnd;
32-
@MockBean
32+
@MockitoBean
3333
JwtDecoder jwtDecoder;
3434

3535
private ObjectMapper objectMapper;

apps/budpro-service/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.develocity" version "3.17.4"
2+
id "com.gradle.develocity" version "3.19"
33
}
44

55
rootProject.name = 'budpro-service'

apps/budpro-service/src/test/java/no/nav/dolly/budpro/generate/BudproControllerTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import org.springframework.beans.factory.annotation.Autowired;
1111
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
1212
import org.springframework.boot.test.context.SpringBootTest;
13-
import org.springframework.boot.test.mock.mockito.MockBean;
13+
import org.springframework.test.context.bean.override.mockito.MockitoBean;
1414
import org.springframework.http.MediaType;
1515
import org.springframework.test.context.ActiveProfiles;
1616
import org.springframework.test.web.servlet.MockMvc;
@@ -37,7 +37,7 @@ class BudproControllerTest {
3737
@Autowired
3838
private ObjectMapper objectMapper;
3939

40-
@MockBean
40+
@MockitoBean
4141
private GeneratedNameService generatedNameService;
4242

4343
private AutoCloseable closeable;

apps/dolly-backend/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ trenger å ha noe forhold til under utfylling av bestilling. Noe data blir persi
1414
av Dolly, bestillingskriterier, hvem som har sendt de inn og status på disse.
1515

1616
## Lokal kjøring
17+
1718
* [Generelt.](../../docs/local_general.md)
1819
* [Secret Manager.](../../docs/local_secretmanager.md)
1920
* [Database i GCP.](../../docs/gcp_db.md)

apps/dolly-backend/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,14 @@ dependencies {
4848
implementation "org.apache.poi:poi:$versions.apachePoi"
4949
implementation "org.apache.poi:poi-ooxml:$versions.apachePoi"
5050

51-
testImplementation 'org.opensearch:opensearch-testcontainers:2.0.1'
51+
testImplementation 'org.opensearch:opensearch-testcontainers:2.1.2'
5252

5353
testImplementation 'org.springframework.security:spring-security-test'
5454
testImplementation 'org.springframework.cloud:spring-cloud-contract-wiremock'
5555
testImplementation 'com.h2database:h2'
5656
testImplementation "io.projectreactor:reactor-test:$versions.reactorTest"
5757
testImplementation 'org.testcontainers:junit-jupiter'
58+
testImplementation 'org.springframework.boot:spring-boot-testcontainers'
5859
testImplementation 'org.testcontainers:postgresql'
5960
testImplementation 'org.bitbucket.b_c:jose4j:0.9.6'
6061

apps/dolly-backend/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.develocity" version "3.17.4"
2+
id "com.gradle.develocity" version "3.19"
33
}
44

55
rootProject.name = 'dolly-backend'

apps/dolly-backend/src/main/java/no/nav/dolly/domain/jpa/Bruker.java

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public class Bruker implements Serializable {
8080
private Bruker eidAv;
8181

8282
@Transient
83+
@Builder.Default
8384
private List<String> grupper = new ArrayList<>();
8485

8586
@OneToMany

apps/dolly-backend/src/main/java/no/nav/dolly/util/CurrentAuthentication.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ private static JwtAuthenticationToken getToken() {
5858
return Optional.ofNullable(SecurityContextHolder.getContext().getAuthentication())
5959
.filter(JwtAuthenticationToken.class::isInstance)
6060
.map(JwtAuthenticationToken.class::cast)
61-
.orElseThrow(() -> new RuntimeException("Finner ikke Jwt Authentication Token"));
61+
.orElseThrow(() -> new RuntimeException("CurrentAuth: Finner ikke Jwt Authentication Token"));
6262
}
6363
}

apps/dolly-backend/src/test/java/no/nav/dolly/DisableAutomaticFlywayMigrationOnStartup.java

-20
This file was deleted.

apps/dolly-backend/src/test/java/no/nav/dolly/MockedAzureAdTokenServiceConfig.java

-32
This file was deleted.

0 commit comments

Comments
 (0)