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

Integrate OAuth into kotlin-reactive #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mraible
Copy link
Owner

@mraible mraible commented Apr 30, 2018

@joshlong I tried upgrading all the dependencies to their latest releases, and integrating Spring Security OAuth into the edge-service project.

Unfortunately, the edge-service fails to compile after these changes. Any ideas?

[INFO] --- kotlin-maven-plugin:1.2.20:compile (compile) @ edge-service ---
[INFO] Applied plugin: 'spring'
[ERROR]  .../edge-service/.../EdgeServiceApplication.kt: (10, 60) Unresolved reference: RoutePredicates
[ERROR]  .../edge-service/.../EdgeServiceApplication.kt: (11, 48) Unresolved reference: gateway
[ERROR]  .../edge-service/.../EdgeServiceApplication.kt: (48, 81) No value passed for parameter 'p1'
[ERROR]  .../edge-service/.../EdgeServiceApplication.kt: (51, 21) Unresolved reference: gateway
[ERROR]  .../edge-service/.../EdgeServiceApplication.kt: (52, 25) Unresolved reference: route
[ERROR]  .../edge-service/.../EdgeServiceApplication.kt: (53, 29) Unresolved reference: id
[ERROR]  .../edge-service/.../EdgeServiceApplication.kt: (54, 29) Unresolved reference: predicate
[ERROR]  .../edge-service/.../EdgeServiceApplication.kt: (54, 39) Unresolved reference: path
[ERROR]  .../edge-service/.../EdgeServiceApplication.kt: (55, 29) Unresolved reference: uri

Steps to reproduce:

git clone [email protected]:mraible/cloud-native-pwas.git
cd cloud-native-pwas/kotlin-reactive
git checkout reactive-oauth
cd edge-service
./mvnw spring-boot:run

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.

1 participant