File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
main/java/io/dropwizard/testing/junit
test/java/io/dropwizard/testing/junit/app Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 133133 <scope >test</scope >
134134 </dependency >
135135 <dependency >
136- <groupId >org.checkerframework </groupId >
137- <artifactId >checker-qual </artifactId >
136+ <groupId >org.jspecify </groupId >
137+ <artifactId >jspecify </artifactId >
138138 </dependency >
139139 <dependency >
140140 <groupId >ch.qos.logback</groupId >
Original file line number Diff line number Diff line change 1212import io .dropwizard .testing .ConfigOverride ;
1313import io .dropwizard .testing .DropwizardTestSupport ;
1414import jakarta .ws .rs .client .Client ;
15- import org .checkerframework .checker .nullness .qual .Nullable ;
1615import org .glassfish .jersey .client .ClientProperties ;
1716import org .glassfish .jersey .client .HttpUrlConnectorProvider ;
1817import org .glassfish .jersey .client .JerseyClientBuilder ;
18+ import org .jspecify .annotations .Nullable ;
1919import org .junit .rules .ExternalResource ;
2020
2121import java .util .Optional ;
Original file line number Diff line number Diff line change 1111import jakarta .ws .rs .Path ;
1212import jakarta .ws .rs .Produces ;
1313import jakarta .ws .rs .core .MediaType ;
14- import org .checkerframework . checker . nullness . qual .Nullable ;
14+ import org .jspecify . annotations .Nullable ;
1515
1616import java .io .PrintWriter ;
1717import java .util .Collections ;
Original file line number Diff line number Diff line change 1414import jakarta .ws .rs .Produces ;
1515import jakarta .ws .rs .QueryParam ;
1616import jakarta .ws .rs .core .MediaType ;
17- import org .checkerframework .checker .nullness .qual .Nullable ;
1817import org .eclipse .jetty .io .EofException ;
18+ import org .jspecify .annotations .Nullable ;
1919
2020import java .util .Collections ;
2121import java .util .List ;
Original file line number Diff line number Diff line change 77import jakarta .persistence .Id ;
88import jakarta .persistence .Table ;
99import jakarta .validation .constraints .NotNull ;
10- import org .checkerframework . checker . nullness . qual .Nullable ;
10+ import org .jspecify . annotations .Nullable ;
1111
1212import static java .util .Objects .requireNonNull ;
1313
You can’t perform that action at this time.
0 commit comments