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

Update Quarkus Tutorial to 0.27.0 and improve usability and self pace #54

Merged
merged 1 commit into from
Nov 4, 2019

Conversation

emmanuelbernard
Copy link
Contributor

@lordofthejars can you push this version Monday morning including the site at https://redhat-developer-demos.github.io/quarkus-tutorial/
Thanks!

@@ -770,7 +770,7 @@ Open `pass:[$PROJECT_HOME]/src/main/java/java/com/example/FruitResource.java` an
[#quarkussec-jwt-claim-username]
[source,config,subs="+macros"]
----
@Claim(standard = Claims.preferred_username)
@Inject @Claim(standard = Claims.preferred_username)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In previous versions @Inject was not necessary, in fact in Quarkus we are trying to avoid the inject annotation in several cases.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know but there must be a regression. At least it was not working for me when I tried yesterday. And the JWT guide uses @Inject. We should open a side issue on Quarkus proper.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lordofthejars lordofthejars merged commit ccf16ab into redhat-developer-demos:master Nov 4, 2019
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.

2 participants