Skip to content

Commit

Permalink
refactor: cleanup 0.6.x deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Nov 5, 2024
1 parent 672192a commit 9e3d9b8
Show file tree
Hide file tree
Showing 33 changed files with 8 additions and 821 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ public String supportedType() {
return "any";
}

@Override
public boolean canHandle(DataFlowStartMessage request) {
return true;
}

@Override
public DataSink createSink(DataFlowStartMessage request) {
return sink;
Expand Down Expand Up @@ -126,11 +121,6 @@ public String supportedType() {
return "any";
}

@Override
public boolean canHandle(DataFlowStartMessage request) {
return true;
}

@Override
public DataSource createSource(DataFlowStartMessage request) {
return new InputStreamDataSource("test", new ByteArrayInputStream(data.getBytes()));
Expand Down
31 changes: 0 additions & 31 deletions extensions/common/auth/auth-basic/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions extensions/common/auth/auth-basic/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9e3d9b8

Please sign in to comment.