-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WFLY-18499] Update the microprofile-rest-client for the Common Enhan… #780
Conversation
194a3a0
to
59dba33
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for you major rework, functionality all is good, there are a few changes needed tho, mostly about the README.adoc.
<groupId>org.wildfly.plugins</groupId> | ||
<artifactId>wildfly-maven-plugin</artifactId> | ||
<version>${version.plugin.wildfly}</version> | ||
<configuration> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
considering that we won't have provisioned-server profile (see below), this config is no longer needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we remove this, then it can't be used for development. Why not just keep it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, this is needed for the openshift
profile.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant only the configuration part, not the plugin management itself, the openshift profile uses full config.
1410d49
to
8dc74d4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what it looks like there is only a change needed on the share-docs, where I believe you removed too much.
<groupId>org.wildfly.plugins</groupId> | ||
<artifactId>wildfly-maven-plugin</artifactId> | ||
<version>${version.plugin.wildfly}</version> | ||
<configuration> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant only the configuration part, not the plugin management itself, the openshift profile uses full config.
…cements. Refactor the quickstart to a single module with a test for the MicroProfile REST Client. Signed-off-by: James R. Perkins <[email protected]>
There are a few issues on README that I only noticed post merge, I will send a PR wrt that. |
…cements. Refactor the quickstart to a single module with a test for the MicroProfile REST Client.
https://issues.redhat.com/browse/WFLY-18499