Skip to content

Commit

Permalink
Rename of aux package to auxiliary. Aux path is reserved on windows.
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Dec 16, 2024
1 parent 119c882 commit e1879ea
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
import java.util.Map;
import java.util.function.Supplier;

import static org.opensearch.aux.AuxTransportSettings.SETTING_AUX_BIND_HOST;
import static org.opensearch.aux.AuxTransportSettings.SETTING_AUX_HOST;
import static org.opensearch.aux.AuxTransportSettings.SETTING_AUX_PUBLISH_HOST;
import static org.opensearch.auxiliary.AuxTransportSettings.SETTING_AUX_BIND_HOST;
import static org.opensearch.auxiliary.AuxTransportSettings.SETTING_AUX_HOST;
import static org.opensearch.auxiliary.AuxTransportSettings.SETTING_AUX_PUBLISH_HOST;

/**
* Main class for the gRPC plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
import io.grpc.protobuf.services.HealthStatusManager;
import io.grpc.protobuf.services.ProtoReflectionService;

import static org.opensearch.aux.AuxTransportSettings.SETTING_AUX_BIND_HOST;
import static org.opensearch.aux.AuxTransportSettings.SETTING_AUX_PORT;
import static org.opensearch.aux.AuxTransportSettings.SETTING_AUX_PUBLISH_HOST;
import static org.opensearch.aux.AuxTransportSettings.SETTING_AUX_PUBLISH_PORT;
import static org.opensearch.auxiliary.AuxTransportSettings.SETTING_AUX_BIND_HOST;
import static org.opensearch.auxiliary.AuxTransportSettings.SETTING_AUX_PORT;
import static org.opensearch.auxiliary.AuxTransportSettings.SETTING_AUX_PUBLISH_HOST;
import static org.opensearch.auxiliary.AuxTransportSettings.SETTING_AUX_PUBLISH_PORT;
import static org.opensearch.common.network.NetworkService.resolvePublishPort;
import static org.opensearch.common.util.concurrent.OpenSearchExecutors.daemonThreadFactory;
import static org.opensearch.transport.grpc.GrpcModulePlugin.SETTING_GRPC_WORKER_COUNT;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

package org.opensearch.transport.grpc;

import org.opensearch.aux.AuxTransportSettings;
import org.opensearch.auxiliary.AuxTransportSettings;
import org.opensearch.common.network.NetworkService;
import org.opensearch.common.settings.Settings;
import org.opensearch.test.OpenSearchTestCase;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* compatible open source license.
*/

package org.opensearch.aux;
package org.opensearch.auxiliary;

import org.opensearch.common.settings.Setting;
import org.opensearch.common.settings.Setting.Property;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
/**
* Settings and configuration helpers for optional auxiliary client/server transports provided by installed plugins.
*/
package org.opensearch.aux;
package org.opensearch.auxiliary;
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

package org.opensearch.bootstrap;

import org.opensearch.aux.AuxTransportSettings;
import org.opensearch.auxiliary.AuxTransportSettings;
import org.opensearch.cli.Command;
import org.opensearch.common.SuppressForbidden;
import org.opensearch.common.io.PathUtils;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import org.opensearch.action.support.AutoCreateIndex;
import org.opensearch.action.support.DestructiveOperations;
import org.opensearch.action.support.replication.TransportReplicationAction;
import org.opensearch.aux.AuxTransportSettings;
import org.opensearch.auxiliary.AuxTransportSettings;
import org.opensearch.bootstrap.BootstrapSettings;
import org.opensearch.client.Client;
import org.opensearch.cluster.ClusterModule;
Expand Down

0 comments on commit e1879ea

Please sign in to comment.