-
Notifications
You must be signed in to change notification settings - Fork 0
refactor(spring-keycloak-example): reorganize package structure for c… #55
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,4 +1,4 @@ | ||||||
| package com.io.example.controller; | ||||||
| package com.io.example.oidcAuth.controller; | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Avoid mixed-case package segments; prefer all-lowercase
Apply this diff here (and mirror the rename across the -package com.io.example.oidcAuth.controller;
+package com.io.example.oidcauth.controller;Note: This requires updating the directory name and adjusting imports/package lines for classes under 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
|
|
||||||
| import org.springframework.context.annotation.Profile; | ||||||
| import org.springframework.security.core.annotation.AuthenticationPrincipal; | ||||||
|
|
||||||
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.
Fix grammar/clarity for the OIDC profile note
Current phrasing is awkward and spacing around the bullet list becomes inconsistent. Tighten the sentence and keep it minimal.
Apply this diff:
📝 Committable suggestion
🧰 Tools
🪛 LanguageTool
[grammar] ~28-~28: Make sure you are using the right part of speech
Context: ...Spring Profile:*
OIDC(this profile active module 'oidcAuth') - **Backup keycloak...(QB_NEW_EN_OTHER_ERROR_IDS_21)
[grammar] ~28-~28: Use correct spacing
Context: ... (this profile active module 'oidcAuth') - Backup keycloak: `oidc_auth_db_backup....
(QB_NEW_EN_OTHER_ERROR_IDS_5)