Skip to content

Commit

Permalink
Deprecate remaining Jersey classes (#2854)
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed Nov 10, 2021
1 parent e05f3e5 commit 0856552
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import java.util.Set;
import java.util.stream.Collectors;

@Deprecated
class TimedFinder {
private final AnnotationFinder annotationFinder;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
* @author Michael Weirauch
* @author Johnny Lim
*/
@Deprecated
class DefaultJerseyTagsProviderTest {

private final DefaultJerseyTagsProvider tagsProvider = new DefaultJerseyTagsProvider();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
* @author Michael Weirauch
* @author Johnny Lim
*/
@Deprecated
class MetricsRequestEventListenerTest extends JerseyTest {

static {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
/**
* @author Michael Weirauch
*/
@Deprecated
class MetricsRequestEventListenerTimedTest extends JerseyTest {

static {
Expand Down

0 comments on commit 0856552

Please sign in to comment.