Skip to content

Commit

Permalink
prepare to release 3.1.0 (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
glmapper authored Jan 29, 2021
1 parent 738a37c commit 703c99a
Show file tree
Hide file tree
Showing 64 changed files with 65 additions and 66 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>tracer-all-parent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>
<name>tracer-all-parent</name>
<description>Alipay SOFATracer Log Implemented by OpenTracing</description>
Expand Down Expand Up @@ -44,7 +44,6 @@

<properties>
<opentracing.version>0.22.0</opentracing.version>
<sofa.tracer.version>3.1.0-SNAPSHOT</sofa.tracer.version>
<java.compiler.target.version>1.8</java.compiler.target.version>
<java.compiler.source.version>1.8</java.compiler.source.version>
<jmh.version>1.9.3</jmh.version>
Expand Down
2 changes: 1 addition & 1 deletion sofa-tracer-plugins/sofa-tracer-datasource-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tracer-all-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sofa-tracer-plugins/sofa-tracer-dubbo-2.6.x-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tracer-all-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tracer-all-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sofa-tracer-plugins/sofa-tracer-dubbo-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tracer-all-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sofa-tracer-plugins/sofa-tracer-flexible-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tracer-all-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sofa-tracer-plugins/sofa-tracer-httpclient-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tracer-all-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sofa-tracer-plugins/sofa-tracer-kafkamq-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tracer-all-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* KafkaListenerSofaTracerAspect。
*
* @author chenchen6 2020/9/2 00:20
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
@Aspect
public class KafkaListenerSofaTracerAspect {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* KafkaMqExtractCarrier.
*
* @author chenchen6 2020/8/23 09:41
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class KafkaMqExtractCarrier implements TextMap {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* KafkaMqInjectCarrier.
*
* @author chenchen6 2020/8/23 09:49
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class KafkaMqInjectCarrier implements TextMap {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* SofaTracerKafkaConsumer。
*
* @author chenchen6 2020/8/25 19:06
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class SofaTracerKafkaConsumer<K, V> implements Consumer<K, V> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* KafkaMQConsumeDigestEncoder.
*
* @author chenchen6 2020/8/23 15:34
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class KafkaMQConsumeDigestEncoder extends AbstractDigestSpanEncoder {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* KafkaMQConsumeDigestJsonEncoder.
*
* @author chenchen6 2020/8/23 15:33
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class KafkaMQConsumeDigestJsonEncoder extends AbstractDigestSpanEncoder {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* KafkaMQSendDigestEncoder.
*
* @author chenchen6 2020/8/23 15:13
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class KafkaMQSendDigestEncoder extends AbstractDigestSpanEncoder {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* KafkaMQSendDigestJsonEncoder.
*
* @author chenchen6 2020/8/23 15:12
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class KafkaMQSendDigestJsonEncoder extends AbstractDigestSpanEncoder {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* KafkaMqLogEnum.
*
* @author chenchen6 2020/7/19 20:44
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public enum KafkaMqLogEnum {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* SofaTracerKafkaConsumerFactory.
* @author Malafeev
* @author chenchen6 2020/9/2 22:33
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class SofaTracerKafkaConsumerFactory<K, V> implements ConsumerFactory<K, V> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* SofaTracerKafkaProducerFactory。
* @author Malffeev
* @author chenchen6
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class SofaTracerKafkaProducerFactory<K, V> implements ProducerFactory<K, V>, DisposableBean {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* KafkaMQConsumeStatJsonReporter.
*
* @author chenchen6 2020/8/23 15:44
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class KafkaMQConsumeStatJsonReporter extends AbstractSofaTracerStatisticReporter {
public KafkaMQConsumeStatJsonReporter(String statTracerName, String rollingPolicy,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* KafkaMQConsumeStatReporter.
*
* @author chenchen6 2020/8/23 15:44
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class KafkaMQConsumeStatReporter extends AbstractSofaTracerStatisticReporter {
public KafkaMQConsumeStatReporter(String statTracerName, String rollingPolicy,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* KafkaMQSendStatJsonReporter.
*
* @author chenchen6 2020/8/23 15:13
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class KafkaMQSendStatJsonReporter extends AbstractSofaTracerStatisticReporter {
public KafkaMQSendStatJsonReporter(String statTracerName, String rollingPolicy,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* KafkaMQSendStatReporter.
*
* @author chenchen6 2020/8/23 15:13
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class KafkaMQSendStatReporter extends AbstractSofaTracerStatisticReporter {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* KafkaMQConsumeTracer.
*
* @author chenchen6 2020/8/23 15:17
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class KafkaMQConsumeTracer extends AbstractServerTracer {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* copy chenchen6's rabbit mq ExtractCarrierMock
*
* @author chenchen6 2020/9/10 23:27
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class MockKafkaExtractCarrier {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* copy chenchen6's rabbit mq InjectCarrierMock
*
* @author chenchen6 2020/9/12 16:28
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class MockKafkaInjectCarrier {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* MockSofaTracerConfiguration.
*
* @author chenchen6 2020/9/13 21:31
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
@EnableKafka
@Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* MockSofaTracerSpringKafkaTest
*
* @author chenchen6 2020/9/13 22:22
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class MockSofaTracerSpringKafkaTest {

Expand Down
2 changes: 1 addition & 1 deletion sofa-tracer-plugins/sofa-tracer-mongodb-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tracer-all-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sofa-tracer-plugins/sofa-tracer-okhttp-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tracer-all-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sofa-tracer-plugins/sofa-tracer-rabbitmq-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tracer-all-parent</artifactId>
<groupId>com.alipay.sofa</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* SofaTracerSendMessageAspect.
*
* @author chenchen6 2020/8/22 21:46
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
@Aspect
public class SofaTracerSendMessageAspect {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* RabbitMqExtractCarrier
*
* @author chenchen6 2020/8/22 17:35
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class RabbitMqExtractCarrier implements TextMap {
private final Map<String, String> map = new HashMap<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* RabbitMqInjectCarrier.
*
* @author chenchen6 2020/8/22 17:36
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class RabbitMqInjectCarrier implements TextMap {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* RabbitMQConsumeDigestEncoder.
*
* @author chenchen6 2020/7/23 21:46
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class RabbitMQConsumeDigestEncoder extends AbstractDigestSpanEncoder {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* RabbitMQConsumeDigestJsonEncoder.
*
* @author chenchen6 2020/7/23 19:46
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class RabbitMQConsumeDigestJsonEncoder extends AbstractDigestSpanEncoder {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* RabbitMQSendDigestEncoder.
*
* @author chenchen6 2020/7/23 21:46
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class RabbitMQSendDigestEncoder extends AbstractDigestSpanEncoder {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* RabbitMQSendDigestJsonEncoder.
*
* @author chenchen6 2020/7/23 21:46
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class RabbitMQSendDigestJsonEncoder extends AbstractDigestSpanEncoder {
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* RabbitMqLogEnum.
*
* @author chenchen6 2020/7/19 20:44
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public enum RabbitMqLogEnum {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/**
* RabbitMqSofaTracerHolder.
* @author chenchen6 2020/8/19 20:44
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class RabbitMqSofaTracerHolder {
private final String rabbitSendPostFix = "-rabbit-send";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* SofaTracerConsumeInterceptor.
*
* @author chenchen6 2020/8/19 20:44
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class SofaTracerConsumeInterceptor implements MethodInterceptor, AfterAdvice, BeforeAdvice {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* RabbitMQConsumeStatJsonReporter.
*
* @author chenchen6 2020/8/19 20:44
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class RabbitMQConsumeStatJsonReporter extends AbstractSofaTracerStatisticReporter {
public RabbitMQConsumeStatJsonReporter(String statTracerName, String rollingPolicy,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* RabbitMQConsumeStatReporter.
*
* @author chenchen6 2020/8/19 20:44
* @since 3.1.0-SNAPSHOT
* @since 3.1.0
*/
public class RabbitMQConsumeStatReporter extends AbstractSofaTracerStatisticReporter {
public RabbitMQConsumeStatReporter(String statTracerName, String rollingPolicy,
Expand Down
Loading

0 comments on commit 703c99a

Please sign in to comment.