-
Notifications
You must be signed in to change notification settings - Fork 91
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
[MSHADE-425] Relocate services name before add to serviceEntries #150
[MSHADE-425] Relocate services name before add to serviceEntries #150
Conversation
@tisonkun Thanks for your PR. |
@slawekjaranowski Yes. I ever thought of this. Let me try to dig out how to add one. Or could you show me some related tests. |
I don't investigate deeper - only mention about missing test |
maybe tests don't cover all path - you change something in class but tests still works without change |
@slawekjaranowski Yes. I would say this patch is simple enough to be correct. But I'm glad to add some tests to prevent regressions. |
@slawekjaranowski Added at d29c633. Also verify locally that without this patch the test failed. |
src/test/java/org/apache/maven/plugins/shade/resource/ServiceResourceTransformerTest.java
Outdated
Show resolved
Hide resolved
@rmannibucau @slawekjaranowski do we still wait for other conditions to merge this patch? |
@tisonkun on my side I was just waiting for @slawekjaranowski to ack (or merge, no issue) but otherwise no blocker for this pr for me |
you can squash to one final commit and will be ok for me also. |
Signed-off-by: tison <wander4096@gmail.com>
6d59e50
to
a6848a0
Compare
Squashed. Though, you can use GitHub "Squash and Commit" button to perform the squash, so that we don't need one more CI turn. |
@rmannibucau @slawekjaranowski I may be a bit in a hurry but I'd like to know whether/when we can have a release for this fix. It resolves one or several downstream use cases and I'm happy to upgrade for this fix. It's not a request, though. |
@tisonkun guess a mail on the mailing list can make people more aware of it (at least the ones with the full karma to do it ;)) |
drop a line on dev list is good idea |
@slawekjaranowski nop, only a PMC can achieve it (for goods) so if a commiter can start it he can't end it so always better to ensure some PMC is there to handle all the needed steps before starting by XP. |
if you wish we can discuss on dev list |
Thanks! I'm subscribing dev@maven.apache.org mailing list now.
Out of curiosity, what does this stand for? |
m-pmd-p -> maven-pmd-plugin 😄 |
This closes apache#17047. Upstream patch is apache/maven-shade-plugin#150. Bump maven-shade-plugin version to 3.4.0 for the upstream fix. Signed-off-by: tison <wander4096@gmail.com>
This closes #17047. Upstream patch is apache/maven-shade-plugin#150. Bump maven-shade-plugin version to 3.4.0 for the upstream fix. Signed-off-by: tison <wander4096@gmail.com> Signed-off-by: tison <wander4096@gmail.com>
This closes #17047. Upstream patch is apache/maven-shade-plugin#150. Bump maven-shade-plugin version to 3.4.0 for the upstream fix. Signed-off-by: tison <wander4096@gmail.com> Signed-off-by: tison <wander4096@gmail.com> (cherry picked from commit 2865007)
This closes apache#17047. Upstream patch is apache/maven-shade-plugin#150. Bump maven-shade-plugin version to 3.4.0 for the upstream fix. Signed-off-by: tison <wander4096@gmail.com> Signed-off-by: tison <wander4096@gmail.com> (cherry picked from commit 2865007) (cherry picked from commit f53c9d5)
This closes #17047. Upstream patch is apache/maven-shade-plugin#150. Bump maven-shade-plugin version to 3.4.0 for the upstream fix.
This closes #17047. Upstream patch is apache/maven-shade-plugin#150. Bump maven-shade-plugin version to 3.4.0 for the upstream fix. Signed-off-by: tison <wander4096@gmail.com> Signed-off-by: tison <wander4096@gmail.com> (cherry picked from commit 2865007)
This closes #17047. Upstream patch is apache/maven-shade-plugin#150. Bump maven-shade-plugin version to 3.4.0 for the upstream fix. Signed-off-by: tison <wander4096@gmail.com> Signed-off-by: tison <wander4096@gmail.com> (cherry picked from commit 2865007)
Signed-off-by: tison wander4096@gmail.com
Following this checklist to help us incorporate your
contribution quickly and easily:
for the change (usually before you start working on it). Trivial changes like typos do not
require a JIRA issue. Your pull request should address just this issue, without
pulling in other changes.
[MSHADE-XXX] - Fixes bug in ApproximateQuantiles
,where you replace
MSHADE-XXX
with the appropriate JIRA issue. Best practiceis to use the JIRA issue title in the pull request title and in the first line of the
commit message.
mvn clean verify
to make sure basic checks pass. A more thorough check willbe performed on your pull request automatically.
mvn -Prun-its clean verify
).If your pull request is about ~20 lines of code you don't need to sign an
Individual Contributor License Agreement if you are unsure
please ask on the developers list.
To make clear that you license your contribution under
the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.
I hereby declare this contribution to be licenced under the Apache License Version 2.0, January 2004
In any other case, please file an Apache Individual Contributor License Agreement.