Jeff Mesnil
Jeff Mesnil
@bstansberry Thanks for the review, I incorporated your changes in https://github.com/wildfly/wildfly/commit/a3b0ccd2959d05205291ee8a97ee131bb361cf91 (including `ee-dist` and the manual mode test)
@spyrkob Something I'm not sure about... The current distribution is provisioned with the universe's feature pack locations for our feature packs: ``` cat ./.installation/provisioning_record.xml ``` (this file is identical to...
I see 3 possible solutions: 1. Do not use Galleon FPL when we store the provisioning info and record instead the Maven artefact GAV directly. There is a galleon options...
> you should not have the transitive feature-pack wildfly-ee, the package 'docs.examples.configs' should be directly resolved from wildfly feature-pack. In addition you should remove the feature-pack versions from the plugin...
retest this please
@bstansberry Failing tests have been fixed and the PR should be ready to merge
@rombow I suspect you have no `user.home` in Java, `$HOME` points to `/nonexistent` because you don't have any user created in your Dockerfile. If you create a user, this should...
@rombow Do you have an instruction `USER ${USER_UID}` before the `RUN` instructions that execute `galleon` (and Java)?
@jasondlee I've opened https://github.com/jasondlee/wildfly-proposals/pull/1 to improve the table readability. I did not heavily touched the content though
@jasondlee thanks!