Skip to content

Commit

Permalink
renamed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kananindzya committed Aug 29, 2020
1 parent bd73afb commit 59ef6ba
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
* under the License.
* #L%
*/
package co.elastic.apm.agent.es.restclient.v5_6;
package co.elastic.apm.agent.esrestclient5_6;

import co.elastic.apm.agent.es.restclient.ElasticsearchRestClientInstrumentation;
import co.elastic.apm.agent.es.restclient.ElasticsearchRestClientInstrumentationHelper;
import co.elastic.apm.agent.esrestclient.ElasticsearchRestClientInstrumentation;
import co.elastic.apm.agent.esrestclient.ElasticsearchRestClientInstrumentationHelper;
import co.elastic.apm.agent.impl.transaction.AbstractSpan;
import co.elastic.apm.agent.impl.transaction.Span;
import co.elastic.apm.agent.sdk.advice.AssignTo;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
* under the License.
* #L%
*/
package co.elastic.apm.agent.es.restclient.v5_6;
package co.elastic.apm.agent.esrestclient5_6;

import co.elastic.apm.agent.es.restclient.ElasticsearchRestClientInstrumentation;
import co.elastic.apm.agent.es.restclient.ElasticsearchRestClientInstrumentationHelper;
import co.elastic.apm.agent.esrestclient.ElasticsearchRestClientInstrumentation;
import co.elastic.apm.agent.esrestclient.ElasticsearchRestClientInstrumentationHelper;
import co.elastic.apm.agent.impl.transaction.Span;
import net.bytebuddy.asm.Advice;
import net.bytebuddy.description.method.MethodDescription;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
* #L%
*/
@NonnullApi
package co.elastic.apm.agent.es.restclient.v6_4;
package co.elastic.apm.agent.esrestclient5_6;

import co.elastic.apm.agent.sdk.NonnullApi;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
co.elastic.apm.agent.es.restclient.v5_6.ElasticsearchClientSyncInstrumentation
co.elastic.apm.agent.es.restclient.v5_6.ElasticsearchClientAsyncInstrumentation
co.elastic.apm.agent.esrestclient5_6.ElasticsearchClientSyncInstrumentation
co.elastic.apm.agent.esrestclient5_6.ElasticsearchClientAsyncInstrumentation
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
* under the License.
* #L%
*/
package co.elastic.apm.agent.es.restclient.v5_6;
package co.elastic.apm.agent.esrestclient5_6;

import co.elastic.apm.agent.es.restclient.AbstractEsClientInstrumentationTest;
import co.elastic.apm.agent.esrestclient.AbstractEsClientInstrumentationTest;
import co.elastic.apm.agent.impl.transaction.Span;
import org.apache.http.HttpHost;
import org.apache.http.auth.AuthScope;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
* under the License.
* #L%
*/
package co.elastic.apm.agent.es.restclient.v6_4;
package co.elastic.apm.agent.esrestclient6_4;

import co.elastic.apm.agent.es.restclient.ElasticsearchRestClientInstrumentation;
import co.elastic.apm.agent.es.restclient.ElasticsearchRestClientInstrumentationHelper;
import co.elastic.apm.agent.esrestclient.ElasticsearchRestClientInstrumentation;
import co.elastic.apm.agent.esrestclient.ElasticsearchRestClientInstrumentationHelper;
import co.elastic.apm.agent.impl.transaction.Span;
import co.elastic.apm.agent.sdk.advice.AssignTo;
import co.elastic.apm.agent.sdk.state.GlobalThreadLocal;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
* under the License.
* #L%
*/
package co.elastic.apm.agent.es.restclient.v6_4;
package co.elastic.apm.agent.esrestclient6_4;

import co.elastic.apm.agent.es.restclient.ElasticsearchRestClientInstrumentation;
import co.elastic.apm.agent.es.restclient.ElasticsearchRestClientInstrumentationHelper;
import co.elastic.apm.agent.esrestclient.ElasticsearchRestClientInstrumentation;
import co.elastic.apm.agent.esrestclient.ElasticsearchRestClientInstrumentationHelper;
import co.elastic.apm.agent.impl.transaction.Span;
import net.bytebuddy.asm.Advice;
import net.bytebuddy.description.method.MethodDescription;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
* #L%
*/
@NonnullApi
package co.elastic.apm.agent.es.restclient.v5_6;
package co.elastic.apm.agent.esrestclient6_4;

import co.elastic.apm.agent.sdk.NonnullApi;
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
co.elastic.apm.agent.es.restclient.v6_4.ElasticsearchClientSyncInstrumentation
co.elastic.apm.agent.es.restclient.v6_4.ElasticsearchClientAsyncInstrumentation
co.elastic.apm.agent.esrestclient6_4.ElasticsearchClientSyncInstrumentation
co.elastic.apm.agent.esrestclient6_4.ElasticsearchClientAsyncInstrumentation
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
* under the License.
* #L%
*/
package co.elastic.apm.agent.es.restclient.v6_4;
package co.elastic.apm.agent.esrestclient6_4;

import co.elastic.apm.agent.es.restclient.AbstractEsClientInstrumentationTest;
import co.elastic.apm.agent.esrestclient.AbstractEsClientInstrumentationTest;
import co.elastic.apm.agent.impl.transaction.Span;
import org.elasticsearch.ElasticsearchStatusException;
import org.elasticsearch.action.ActionListener;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* under the License.
* #L%
*/
package co.elastic.apm.agent.es.restclient.v6_4;
package co.elastic.apm.agent.esrestclient6_4;

import co.elastic.apm.agent.impl.transaction.Span;
import org.apache.http.HttpHost;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* under the License.
* #L%
*/
package co.elastic.apm.agent.es.restclient.v6_4;
package co.elastic.apm.agent.esrestclient6_4;

import co.elastic.apm.agent.bci.ElasticApmAgent;
import co.elastic.apm.agent.configuration.SpyConfiguration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
* under the License.
* #L%
*/
package co.elastic.apm.agent.es.restclient.v7_1;
package co.elastic.apm.agent.esrestclient7_1;

import co.elastic.apm.agent.es.restclient.v6_4.AbstractEs6_4ClientInstrumentationTest;
import co.elastic.apm.agent.esrestclient6_4.AbstractEs6_4ClientInstrumentationTest;
import co.elastic.apm.agent.impl.transaction.Span;
import org.apache.http.HttpHost;
import org.apache.http.impl.client.BasicCredentialsProvider;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* under the License.
* #L%
*/
package co.elastic.apm.agent.es.restclient;
package co.elastic.apm.agent.esrestclient;

import co.elastic.apm.agent.bci.TracerAwareInstrumentation;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* under the License.
* #L%
*/
package co.elastic.apm.agent.es.restclient;
package co.elastic.apm.agent.esrestclient;

import co.elastic.apm.agent.impl.transaction.AbstractSpan;
import co.elastic.apm.agent.impl.transaction.Span;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* under the License.
* #L%
*/
package co.elastic.apm.agent.es.restclient;
package co.elastic.apm.agent.esrestclient;

import co.elastic.apm.agent.impl.transaction.Span;
import co.elastic.apm.agent.objectpool.Recyclable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
* #L%
*/
@NonnullApi
package co.elastic.apm.agent.es.restclient;
package co.elastic.apm.agent.esrestclient;

import co.elastic.apm.agent.sdk.NonnullApi;
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* under the License.
* #L%
*/
package co.elastic.apm.agent.es.restclient;
package co.elastic.apm.agent.esrestclient;

import co.elastic.apm.agent.AbstractInstrumentationTest;
import co.elastic.apm.agent.impl.context.Db;
Expand All @@ -40,9 +40,9 @@
import java.util.Arrays;
import java.util.List;

import static co.elastic.apm.agent.es.restclient.ElasticsearchRestClientInstrumentationHelper.ELASTICSEARCH;
import static co.elastic.apm.agent.es.restclient.ElasticsearchRestClientInstrumentationHelper.SPAN_ACTION;
import static co.elastic.apm.agent.es.restclient.ElasticsearchRestClientInstrumentationHelper.SPAN_TYPE;
import static co.elastic.apm.agent.esrestclient.ElasticsearchRestClientInstrumentationHelper.ELASTICSEARCH;
import static co.elastic.apm.agent.esrestclient.ElasticsearchRestClientInstrumentationHelper.SPAN_ACTION;
import static co.elastic.apm.agent.esrestclient.ElasticsearchRestClientInstrumentationHelper.SPAN_TYPE;
import static org.assertj.core.api.Assertions.assertThat;

public abstract class AbstractEsClientInstrumentationTest extends AbstractInstrumentationTest {
Expand Down

0 comments on commit 59ef6ba

Please sign in to comment.