Skip to content

Commit

Permalink
Revert "Don't bump spec version referred to in source"
Browse files Browse the repository at this point in the history
This reverts commit b44a297.

This change caused the TCK coverage report not work.
  • Loading branch information
icraggs-sparkplug committed Mar 31, 2024
1 parent 1dee026 commit eaa87df
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@

@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class Monitor extends TCKTest implements ClientLifecycleEventListener {

private static Logger logger = LoggerFactory.getLogger("Sparkplug");
Expand Down
4 changes: 2 additions & 2 deletions tck/src/main/java/org/eclipse/sparkplug/tck/test/Results.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
import static org.eclipse.sparkplug.tck.test.common.Constants.*;

@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
spec = "sparkplug",
version = "3.0.1-SNAPSHOT")
public class Results implements MqttCallbackExtended {
protected static final String SPARKPLUG_TCKRESULTS_LOG = "SparkplugTCKresults.log";
private static final Logger LOGGER = LoggerFactory.getLogger("Sparkplug");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class AwareBrokerTest extends TCKTest {
private static final Logger logger = LoggerFactory.getLogger("Sparkplug");
public final static @NotNull List<String> testIds = List.of(ID_CONFORMANCE_MQTT_AWARE_BASIC,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class CompliantBrokerTest extends TCKTest {
private static final Logger logger = LoggerFactory.getLogger("Sparkplug");
private static final int TIME_OUT = 60;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class MultipleBrokerTest extends TCKTest {
private static final Logger logger = LoggerFactory.getLogger("Sparkplug");
private final @NotNull Map<String, String> testResults = new HashMap<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class PrimaryHostTest extends TCKTest {

private static final @NotNull Logger logger = LoggerFactory.getLogger("Sparkplug");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class ReceiveCommandTest extends TCKTest {

private static final String BD_SEQ = "bdSeq";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
*/
@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class SendComplexDataTest extends TCKTest {

private static final @NotNull Logger logger = LoggerFactory.getLogger("Sparkplug");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class SendDataTest extends TCKTest {

private static Logger logger = LoggerFactory.getLogger("Sparkplug");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
*/
@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class SessionEstablishmentTest extends TCKTest {
private static final @NotNull Logger logger = LoggerFactory.getLogger("Sparkplug");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
*/
@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class SessionTerminationTest extends TCKTest {
private static final @NotNull Logger logger = LoggerFactory.getLogger("Sparkplug");
public static final @NotNull List<String> testIds = List.of(ID_TOPICS_DDEATH_MQTT, ID_TOPICS_DDEATH_SEQ_NUM,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class EdgeSessionTerminationTest extends TCKTest {

private static Logger logger = LoggerFactory.getLogger("Sparkplug");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class MessageOrderingTest extends TCKTest {
private static final Logger logger = LoggerFactory.getLogger("Sparkplug");
private final @NotNull Map<String, String> testResults = new HashMap<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class MultipleBrokerTest extends TCKTest {

private static final Logger logger = LoggerFactory.getLogger("Sparkplug");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@

@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class SendCommandTest extends TCKTest {

private static final String NODE_CONTROL_REBIRTH = "Node Control/Rebirth";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
*/
@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class SessionEstablishmentTest extends TCKTest {
private static final @NotNull Logger logger = LoggerFactory.getLogger("Sparkplug");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
*/
@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class SessionTerminationTest extends TCKTest {
private static final Logger logger = LoggerFactory.getLogger("Sparkplug");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@

import com.fasterxml.jackson.databind.ObjectMapper;

@SpecVersion(spec = "sparkplug", version = "3.0.0")
@SpecVersion(
spec = "sparkplug",
version = "3.0.1-SNAPSHOT")
public class EdgeNode {

private static final Logger logger = LoggerFactory.getLogger("Sparkplug");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

@SpecVersion(
spec = "sparkplug",
version = "3.0.0")
version = "3.0.1-SNAPSHOT")
public class HostApplication {

private static Logger logger = LoggerFactory.getLogger("Sparkplug");
Expand Down

0 comments on commit eaa87df

Please sign in to comment.