Skip to content

Commit

Permalink
Merge pull request #935 from smallrye/prepare-release-2.7.0
Browse files Browse the repository at this point in the history
Prepare release 2.7.0
  • Loading branch information
cescoffier authored Aug 28, 2024
2 parents fdf8f82 + cb452ca commit bf987aa
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SmallRye Stork
release:
current-version: 2.6.0
next-version: 2.7.0-SNAPSHOT
current-version: 2.7.0
next-version: 2.7.1-SNAPSHOT
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@
<configuration>
<skip>${revapi.skip}</skip>
<checkDependencies>false</checkDependencies>
<oldVersion>2.6.1</oldVersion>
</configuration>
</plugin>
<plugin>
Expand Down
20 changes: 19 additions & 1 deletion test-utils/revapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,25 @@
"criticality" : "highlight",
"minSeverity" : "POTENTIALLY_BREAKING",
"minCriticality" : "documented",
"differences" : [ ]
"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": "New registrar API"
},
{
"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": "New registrar API"
}
]
}
}, {
"extension" : "revapi.reporter.json",
Expand Down

0 comments on commit bf987aa

Please sign in to comment.