-
Notifications
You must be signed in to change notification settings - Fork 2
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
#deploy-tenor-search-service #3365
Conversation
…e #deploy-tenor-search-service
…testnav-tenor-search
This commit addresses a bug in the method calls of TenorEksterneRelasjonerUtility.java. The `convertEnumWildcard` method calls have been replaced with `convertEnum` to properly handle 'stadie' and 'typeOppgjoer' enum types.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ser flott ut 😄
id 'java' | ||
id "org.sonarqube" version "4.0.0.2929" | ||
id 'org.springframework.boot' version "3.1.4" | ||
id 'io.spring.dependency-management' version "1.1.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oppdaterer du disse i samme slengen? 👍
id "org.sonarqube" version "4.4.1.3373"
id 'org.springframework.boot' version "3.2.1"
id 'io.spring.dependency-management' version "1.1.4"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Absolutt
dependencyManagement { | ||
applyMavenExclusions = false | ||
imports { | ||
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2022.0.4' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Denne også 😄 'org.springframework.cloud:spring-cloud-dependencies:2023.0.0'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ja
|
||
implementation 'io.micrometer:micrometer-registry-prometheus' | ||
|
||
implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.0.4' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.3.0'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
No description provided.