An example about how to enable policy enforcement to Elytron/Jakarta applications#396
Conversation
1113cb2 to
ef6b657
Compare
c2283df to
9d81807
Compare
mposolda
left a comment
There was a problem hiding this comment.
@pedroigor Added few inline comments. Marking this as "request changes" until we figure how to tackle this.
| <scope>compile</scope> | ||
| <groupId>org.keycloak</groupId> | ||
| <artifactId>keycloak-admin-client-jakarta</artifactId> | ||
| <version>21.0.2</version> |
There was a problem hiding this comment.
I guess the hardcoded version here should be avoided?
Is it possible to use <version>${version.keycloak}</version> ? Or ideally avoid <version> element entirely and make sure that correct version is just taken from the parent pom (keycloak BOM) as I've mentioned in the other comments to this file?
2a20ad5 to
ad120ae
Compare
|
@mposolda About the I'll see why. |
ad120ae to
6ce70ac
Compare
mposolda
left a comment
There was a problem hiding this comment.
@pedroigor Still few inline questions added
6ce70ac to
1865901
Compare
|
Hope is fine now. |
1865901 to
a30d72a
Compare
…applications Closes #keycloak#19540
a30d72a to
895de6b
Compare
mposolda
left a comment
There was a problem hiding this comment.
@pedroigor Thanks for the updates!
app-authz-jee-servletquickstart to Jakartajakartaprofile to allow running integration tests using Wildfly