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 7171 ],
7272 "internal" : [
7373 {
74+ "extension" : " revapi.differences" ,
75+ "id" : " internal-api-issues" ,
7476 "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+ }
8090 }
8191 ],
8292 "testng" : [
You can’t perform that action at this time.
0 commit comments