More fixes

This commit is contained in:
crschnick
2023-07-02 15:31:46 +00:00
parent 0b6aee858c
commit 8ca763f185
146 changed files with 1102 additions and 6976 deletions

View File

@@ -3,9 +3,6 @@ import io.xpipe.beacon.BeaconJacksonModule;
import io.xpipe.beacon.BeaconProxyImpl;
import io.xpipe.beacon.SecretProviderImpl;
import io.xpipe.beacon.exchange.*;
import io.xpipe.beacon.exchange.api.QueryRawDataExchange;
import io.xpipe.beacon.exchange.api.QueryTableDataExchange;
import io.xpipe.beacon.exchange.api.QueryTextDataExchange;
import io.xpipe.beacon.exchange.cli.*;
import io.xpipe.core.util.ProxyFunction;
import io.xpipe.core.util.ProxyProvider;
@@ -14,13 +11,11 @@ import io.xpipe.core.util.SecretProvider;
module io.xpipe.beacon {
exports io.xpipe.beacon;
exports io.xpipe.beacon.exchange;
exports io.xpipe.beacon.exchange.api;
exports io.xpipe.beacon.exchange.data;
exports io.xpipe.beacon.exchange.cli;
opens io.xpipe.beacon;
opens io.xpipe.beacon.exchange;
opens io.xpipe.beacon.exchange.api;
opens io.xpipe.beacon.exchange.data;
opens io.xpipe.beacon.exchange.cli;
@@ -44,15 +39,11 @@ module io.xpipe.beacon {
BeaconJacksonModule;
provides io.xpipe.beacon.exchange.MessageExchange with
LaunchExchange,
ForwardExchange,
InstanceExchange,
EditStoreExchange,
AddSourceExchange,
WriteStreamExchange,
ReadStreamExchange,
StoreProviderListExchange,
ListCollectionsExchange,
ListEntriesExchange,
ModeExchange,
ProxyWriteConnectionExchange,
ProxyFunctionExchange,
@@ -65,24 +56,9 @@ module io.xpipe.beacon {
RemoveStoreExchange,
StoreAddExchange,
ReadDrainExchange,
WritePreparationExchange,
ProxyReadConnectionExchange,
WriteExecuteExchange,
AskpassExchange,
SelectExchange,
ReadExchange,
QueryTextDataExchange,
ListStoresExchange,
DialogExchange,
QueryDataSourceExchange,
EditExchange,
RemoveEntryExchange,
RemoveCollectionExchange,
RenameCollectionExchange,
RenameEntryExchange,
SourceProviderListExchange,
ConvertExchange,
QueryRawDataExchange,
QueryTableDataExchange,
VersionExchange;
}