5/17/2018 4:51:55 PM
- Associate sub resources to a parent resource
|
|
|
5/17/2018 3:22:55 PM
- Split ticket management and permission endpoint
|
5/15/2018 9:32:40 AM
(https://issues.jboss.org/browse/KEYCLOAK-7354)
* created new endpoint for ticket management /permission/ticket
* removed unused class
* support for direct creation of ticket by resource owner
* fix DELETE ticket
|
5/17/2018 10:00:53 AM
Add `!community` profile to prod-arguments.json
|
5/16/2018 4:46:20 PM
causes the community profile to be disabled in the product build.
The product profile is active already, but unfortunately maven doesn't allow
chained profile activation, so there's no way to automatically disable the
community profile when the product profile is active.
An alternative solution would have been to add `-Dproduct` to the properties
list, but then it wouldn't be clear what was trying to be done with the extra
argument.
I've checked with `git grep -B3 '!product'`, and the only profiles that use the
`!product` property activation condition are the community profiles.
|
5/17/2018 7:08:45 AM
fixed ExportImportTest not to affect other tests
|
5/17/2018 6:07:29 AM
tests (PermissionsTest, RealmTest) on auth-server-undertow
|
5/16/2018 10:47:01 AM
mvn-golang plugin to use the maven proxy
|
|
|