5/18/2018 1:51:17 PM
Disable mvn-golang-wrapper in the product build
|
5/16/2018 7:53:39 PM
build
com.igormaznitsa:mvn-golang-wrapper is a new plugin used by the testsuite. It
depends on arbitrary internet resources, including github and
storage.googleapis.com. This isn't permissible in a product build, and so PNC
blocks it.
As a short-term solution, I've added a product profile the sets the skip
parameter to true for this plugin. Other approaches, like changing the phase of
the get goals, didn't work.
|
5/17/2018 5:42:51 PM
- keycloak-authz.js and keycloak-authz.d.ts do not work with TypeScript
|
4/20/2018 8:05:14 PM
do not work with TypeScript
|
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.
|