From fdf8f823194e298728bef40c2c8c6193aab8792e Mon Sep 17 00:00:00 2001 From: Clement Escoffier Date: Wed, 28 Aug 2024 14:32:18 +0200 Subject: [PATCH] Clear API breakages --- microprofile/revapi.json | 39 +-------------------------------------- test-utils/revapi.json | 19 +------------------ 2 files changed, 2 insertions(+), 56 deletions(-) diff --git a/microprofile/revapi.json b/microprofile/revapi.json index 014885bd..0f405aec 100644 --- a/microprofile/revapi.json +++ b/microprofile/revapi.json @@ -24,44 +24,7 @@ "criticality" : "highlight", "minSeverity" : "POTENTIALLY_BREAKING", "minCriticality" : "documented", - "differences" : [ - { - "ignore": true, - "code": "java.field.removedWithConstant", - "old": "field io.smallrye.stork.microprofile.MicroProfileConfigProvider.LOAD_BALANCER", - "justification": "Moved to stork-core io.smallrye.stork.utils.StorkConfigUtils.LOAD_BALANCER" - }, - { - "ignore": true, - "code": "java.field.removedWithConstant", - "old": "field io.smallrye.stork.microprofile.MicroProfileConfigProvider.LOAD_BALANCER_EMBEDDED", - "justification": "Moved to stork-core io.smallrye.stork.utils.StorkConfigUtils.LOAD_BALANCER_EMBEDDED" - }, - { - "ignore": true, - "code": "java.field.removedWithConstant", - "old": "field io.smallrye.stork.microprofile.MicroProfileConfigProvider.SERVICE_DISCOVERY", - "justification": "Moved to stork-core io.smallrye.stork.utils.StorkConfigUtils.SERVICE_DISCOVERY" - }, - { - "ignore": true, - "code": "java.field.removedWithConstant", - "old": "field io.smallrye.stork.microprofile.MicroProfileConfigProvider.SERVICE_DISCOVERY_EMBEDDED", - "justification": "Moved to stork-core io.smallrye.stork.utils.StorkConfigUtils.SERVICE_DISCOVERY_EMBEDDED" - }, - { - "ignore": true, - "code": "java.field.removedWithConstant", - "old": "field io.smallrye.stork.microprofile.MicroProfileConfigProvider.SERVICE_REGISTRAR", - "justification": "Moved to stork-core io.smallrye.stork.utils.StorkConfigUtils.SERVICE_REGISTRAR" - }, - { - "ignore": true, - "code": "java.field.removedWithConstant", - "old": "field io.smallrye.stork.microprofile.MicroProfileConfigProvider.SERVICE_REGISTRAR_EMBEDDED", - "justification": "Moved to stork-core io.smallrye.stork.utils.StorkConfigUtils.SERVICE_REGISTRAR_EMBEDDED" - } - ] + "differences" : [ ] } }, { "extension" : "revapi.reporter.json", diff --git a/test-utils/revapi.json b/test-utils/revapi.json index 84ec2b67..eae96de7 100644 --- a/test-utils/revapi.json +++ b/test-utils/revapi.json @@ -24,24 +24,7 @@ "criticality" : "highlight", "minSeverity" : "POTENTIALLY_BREAKING", "minCriticality" : "documented", - "differences" : [ - { - "ignore": true, - "code": "java.annotation.removed", - "old": "class io.smallrye.stork.test.TestServiceRegistrarProvider", - "new": "class io.smallrye.stork.test.TestServiceRegistrarProvider", - "annotation": "@io.smallrye.stork.api.config.ServiceDiscoveryAttributes({@io.smallrye.stork.api.config.ServiceDiscoveryAttribute(name = \"one\", description = \"no description\"), @io.smallrye.stork.api.config.ServiceDiscoveryAttribute(name = \"two\", description = \"no description\")})", - "justification": "Wrong annotation for Registrar configuration attributes" - }, - { - "ignore": true, - "code": "java.annotation.added", - "old": "class io.smallrye.stork.test.TestServiceRegistrarProvider", - "new": "class io.smallrye.stork.test.TestServiceRegistrarProvider", - "annotation": "@io.smallrye.stork.api.config.ServiceRegistrarAttributes({@io.smallrye.stork.api.config.ServiceRegistrarAttribute(name = \"one\", description = \"no description\"), @io.smallrye.stork.api.config.ServiceRegistrarAttribute(name = \"two\", description = \"no description\")})", - "justification": "This is the good annotation for Registrar configuration attributes" - } - ] + "differences" : [ ] } }, { "extension" : "revapi.reporter.json",