Skip to content

Commit

Permalink
feat: flag monitoring model as deprecated
Browse files Browse the repository at this point in the history
It will be removed in a future version

gravitee-io/gravitee-cockpit#2533
  • Loading branch information
jgiovaresco committed Jun 22, 2022
1 parent ab040a0 commit 60bac86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* @author Lorie Pisicchio (lorie.pisicchio at graviteesource.com)
* @author GraviteeSource Team
*/
@Deprecated(forRemoval = true)
public class MonitoringCommand extends Command<MonitoringPayload> {

public MonitoringCommand() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @author Lorie Pisicchio (lorie.pisicchio at graviteesource.com)
* @author GraviteeSource Team
*/
@Deprecated(forRemoval = true)
public class MonitoringReply extends Reply {

public MonitoringReply() {
Expand Down

0 comments on commit 60bac86

Please sign in to comment.