Skip to content

Commit bf987aa

Browse files
authored
Merge pull request #935 from smallrye/prepare-release-2.7.0
Prepare release 2.7.0
2 parents fdf8f82 + cb452ca commit bf987aa

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

.github/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: SmallRye Stork
22
release:
3-
current-version: 2.6.0
4-
next-version: 2.7.0-SNAPSHOT
3+
current-version: 2.7.0
4+
next-version: 2.7.1-SNAPSHOT

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@
313313
<configuration>
314314
<skip>${revapi.skip}</skip>
315315
<checkDependencies>false</checkDependencies>
316+
<oldVersion>2.6.1</oldVersion>
316317
</configuration>
317318
</plugin>
318319
<plugin>

test-utils/revapi.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,25 @@
2424
"criticality" : "highlight",
2525
"minSeverity" : "POTENTIALLY_BREAKING",
2626
"minCriticality" : "documented",
27-
"differences" : [ ]
27+
"differences" : [
28+
29+
{
30+
"ignore": true,
31+
"code": "java.annotation.removed",
32+
"old": "class io.smallrye.stork.test.TestServiceRegistrarProvider",
33+
"new": "class io.smallrye.stork.test.TestServiceRegistrarProvider",
34+
"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\")})",
35+
"justification": "New registrar API"
36+
},
37+
{
38+
"ignore": true,
39+
"code": "java.annotation.added",
40+
"old": "class io.smallrye.stork.test.TestServiceRegistrarProvider",
41+
"new": "class io.smallrye.stork.test.TestServiceRegistrarProvider",
42+
"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\")})",
43+
"justification": "New registrar API"
44+
}
45+
]
2846
}
2947
}, {
3048
"extension" : "revapi.reporter.json",

0 commit comments

Comments
 (0)