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
|
|
|
5/15/2018 2:57:33 PM
resource_set Endpoint in ProtectionService (#5196)
* KEYCLOAK-7325: Fix Issue regarding HTTP 500 Server Error for resource_set Endpoint in ProctectionService
|
5/15/2018 6:05:54 AM
- NPE when removing group from representation
|
|
|
5/14/2018 9:07:48 AM
Implement return of requester in UMA permissions
|