From 55d5bd98af7509c876a3241a89912818112a662a Mon Sep 17 00:00:00 2001 From: Ellis Bowyer Date: Wed, 8 Jan 2025 11:57:17 +0000 Subject: [PATCH 1/2] Add MaintainedByDiffblue interface. Required for tagging JUnit 4 tests --- .../annotations/MaintainedByDiffblue.java | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/main/java/com/diffblue/cover/annotations/MaintainedByDiffblue.java diff --git a/src/main/java/com/diffblue/cover/annotations/MaintainedByDiffblue.java b/src/main/java/com/diffblue/cover/annotations/MaintainedByDiffblue.java new file mode 100644 index 0000000..02863a3 --- /dev/null +++ b/src/main/java/com/diffblue/cover/annotations/MaintainedByDiffblue.java @@ -0,0 +1,21 @@ +/* + * Copyright 2025 Diffblue Limited. + * + * Licensed under the Apache License, Version 2.0 (the "License"). + * You may not use this file except in compliance with the License. + * A copy of the License is located at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * or in the "license" file accompanying this file. This file is distributed + * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either + * express or implied. See the License for the specific language governing + * permissions and limitations under the License. + */ +package com.diffblue.cover.annotations; + +/** + * Empty interface, required, with the Category annotation, to label JUnit 4 tests in the following + * manner: @Category(MaintainedByDiffblue.class) + */ +public interface MaintainedByDiffblue {} From eeb12995adbd9d56a72daadf8dec4d08a2c54130 Mon Sep 17 00:00:00 2001 From: Ellis Bowyer Date: Wed, 8 Jan 2025 13:46:52 +0000 Subject: [PATCH 2/2] Update to version 1.3.0 This is part of the release process --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 87c4b0e..820f7cf 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.diffblue.cover cover-annotations - 1.2.0 + 1.3.0 jar Cover Annotations