File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 71
71
],
72
72
"internal" : [
73
73
{
74
+ "extension" : " revapi.differences" ,
75
+ "id" : " internal-api-issues" ,
74
76
"ignore" : true ,
75
- "code" : " java.class.nowImplementsInterface" ,
76
- "old" : " class io.cucumber.core.plugin.JsonFormatter" ,
77
- "new" : " class io.cucumber.core.plugin.JsonFormatter" ,
78
- "interface" : " io.cucumber.plugin.ConcurrentEventListener" ,
79
- "justification" : " The JsonFormatter is consumed by Cucumber"
77
+ "configuration" : {
78
+ "differences" : [
79
+ {
80
+ "ignore" : true ,
81
+ "code" : " java.method.visibilityIncreased" ,
82
+ "old" : " method io.cucumber.core.eventbus.UuidGenerator io.cucumber.core.runtime.UuidGeneratorServiceLoader::loadUuidGenerator()" ,
83
+ "new" : " method io.cucumber.core.eventbus.UuidGenerator io.cucumber.core.runtime.UuidGeneratorServiceLoader::loadUuidGenerator()" ,
84
+ "oldVisibility" : " package" ,
85
+ "newVisibility" : " public" ,
86
+ "justification" : " Expose internal API to other internal components"
87
+ }
88
+ ]
89
+ }
80
90
}
81
91
],
82
92
"testng" : [
You can’t perform that action at this time.
0 commit comments