-
Notifications
You must be signed in to change notification settings - Fork 12
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
Spring boot starters for API and Gateway services #6
Conversation
8cea5f3
to
6329ca1
Compare
Spring Boot itself removed all spring.provides files in 2018 See spring-projects/spring-boot#12435 for more information
thunx-api-spring-boot-starter/src/main/resources/spring.provides
Outdated
Show resolved
Hide resolved
...arter/src/main/java/eu/xenit/contentcloud/thunx/api/autoconfigure/AbacAutoConfiguration.java
Outdated
Show resolved
Hide resolved
...rc/main/java/eu/xenit/contentcloud/thunx/gateway/autoconfigure/GatewayAutoConfiguration.java
Outdated
Show resolved
Hide resolved
testImplementation platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}") | ||
|
||
testImplementation 'org.springframework.boot:spring-boot-starter-test' | ||
testImplementation 'org.assertj:assertj-core:3.21.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.
These versions should be managed by the spring-boot platform ?
|
||
compileOnly project(':thunx-spring') | ||
compileOnly project(':thunx-pdp-opa') | ||
compileOnly "eu.xenit.contentcloud:opa-async-java-client:0.2.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.
can we externalize these versions ?
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.
Minor feedback about dependency versions can be addressed in the next PR.
Probably, overly simple but putting it out there for discussion.