-
Notifications
You must be signed in to change notification settings - Fork 202
feat : Add Fabric8 Maven Plugin deprecation log message before & after goal executions #1833
Conversation
63f2fb6
to
1147d1b
Compare
core/src/main/java/io/fabric8/maven/core/util/Fabric8MavenPluginDeprecationUtil.java
Outdated
Show resolved
Hide resolved
core/src/main/java/io/fabric8/maven/core/util/Fabric8MavenPluginDeprecationUtil.java
Outdated
Show resolved
Hide resolved
@sunix could you please take a look |
do we want to do this now or in a next release/pr?
|
I cannot add myself as a reviewer |
That would be a period (3-6 months) after we release these changes |
😄 yes, that's why I pinged you in a message. But you should be able to provide a review or comment an LGTM |
1147d1b
to
43e2dfe
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.
Naming of the test method looks wrong.
Otherwise looks good to me.
} | ||
|
||
@Test | ||
public void logFabric8MavenPluginDeprecation_whenLogDeprecationFalse_shouldLogDeprecationWarning() { |
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.
..._shouldLogDeprecationWarning
or ..._shouldNotLogDeprecationWarning
?
43e2dfe
to
2f6861e
Compare
@@ -2,6 +2,11 @@ | |||
[[introduction]] | |||
= Introduction | |||
|
|||
IMPORTANT: *Fabric8 Maven Plugin is deprecated and is no longer be supported. |
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.
IMPORTANT: *Fabric8 Maven Plugin is deprecated and is no longer be supported. | |
IMPORTANT: *Fabric8 Maven Plugin is deprecated and is no longer supported. |
…r goal executions Related to eclipse-jkube/jkube#1426 Add warning log message to print deprecation message and instruct users to migrate to Eclipse JKube Signed-off-by: Rohan Kumar <rohaan@redhat.com>
2f6861e
to
cec4df6
Compare
Description
Related to eclipse-jkube/jkube#1426
Add warning log message to print deprecation message and instruct users
to migrate to Eclipse JKube
Signed-off-by: Rohan Kumar rohaan@redhat.com