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

Spring boot starters for API and Gateway services #6

Merged
merged 7 commits into from
Jan 18, 2022

Conversation

paulcwarren
Copy link
Collaborator

Probably, overly simple but putting it out there for discussion.

@paulcwarren paulcwarren changed the title Initial version of a spring boot starter Initial version of a spring boot starter for enabling ABAC Sep 30, 2021
@paulcwarren paulcwarren changed the title Initial version of a spring boot starter for enabling ABAC Spring boot starters for API and Gateway services Dec 2, 2021
Spring Boot itself removed all spring.provides files in 2018
See spring-projects/spring-boot#12435 for more information
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'
Copy link
Contributor

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"
Copy link
Contributor

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 ?

Copy link
Contributor

@tgeens tgeens left a 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.

@tgeens tgeens merged commit 85c6640 into main Jan 18, 2022
@tgeens tgeens deleted the feature/spring-boot-starter branch January 18, 2022 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants