Skip to content

Commit 4e01d77

Browse files
committed
提交1.0b的完整代码,用于版本发布。
1 parent b504fa0 commit 4e01d77

49 files changed

Lines changed: 176 additions & 162 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BUILD_DOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ $cd github/sky-walking/skywalking-analysis
181181
$mvn package -Dmaven.test.skip=true
182182
```
183183

184-
- 上传skywalking-analysis-1.0-RELEASE.jar. Upload the skywalking-analysis-1.0-RELEASE.jar
184+
- 上传skywalking-analysis-1.0b.jar. Upload the skywalking-analysis-1.0b.jar
185185
- 上传start-analysis.sh. Upload the start-analysis.sh
186186
- 修改权限. Change mode start-analysis.sh
187187
```

HOW_TO_FIND_TID.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 通过扩展log4j或log4j2,在应用日志中,显示trace-id
22
### log4j
3-
- 编译并发布skywalking-log/log4j-1.x-plugin
3+
- 编译并发布skywalking-log/log4j-1.x-plugin,或通过公网仓库[https://dl.bintray.com/wu-sheng/skywalking](https://dl.bintray.com/wu-sheng/skywalking)下载。
4+
[ ![Download](https://api.bintray.com/packages/wu-sheng/skywalking/com.ai.cloud.skywalking-log4j-1.x-plugin/images/download.svg) ](https://bintray.com/wu-sheng/skywalking/com.ai.cloud.skywalking-log4j-1.x-plugin/_latestVersion)
45
```xml
56
<dependency>
67
<groupId>com.ai.cloud</groupId>
@@ -16,7 +17,8 @@ log4j.appender.A1.layout.ConversionPattern=[%x] %-d{yyyy-MM-dd HH:mm:ss.SSS} %c
1617
```
1718

1819
### log4j2
19-
- 编译并发布skywalking-log/log4j-2.x-plugin
20+
- 编译并发布skywalking-log/log4j-2.x-plugin,或通过公网仓库[https://dl.bintray.com/wu-sheng/skywalking](https://dl.bintray.com/wu-sheng/skywalking)下载。
21+
[ ![Download](https://api.bintray.com/packages/wu-sheng/skywalking/com.ai.cloud.skywalking-log4j-2.x-plugin/images/download.svg) ](https://bintray.com/wu-sheng/skywalking/com.ai.cloud.skywalking-log4j-2.x-plugin/_latestVersion)
2022
- 引用所需的日志插件
2123
```xml
2224
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.ai.cloud</groupId>
77
<artifactId>skywalking</artifactId>
8-
<version>1.0-RELEASE</version>
8+
<version>1.0b</version>
99
<modules>
1010
<module>samples/skywalking-auth</module>
1111
<module>skywalking-protocol</module>

samples/skywalking-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.ai.cloud</groupId>
66
<artifactId>skywalking-auth</artifactId>
7-
<version>1.0-RELEASE</version>
7+
<version>1.0b</version>
88
<packaging>jar</packaging>
99

1010
<name>skywalking-auth</name>

samples/skywalking-example/account-application/account-impl/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.ai.cloud</groupId>
66
<artifactId>skywalking-example-account-impl</artifactId>
7-
<version>1.0-RELEASE</version>
7+
<version>1.0b</version>
88

99
<name>skywalking-example-account-impl</name>
1010
<url>http://maven.apache.org</url>
@@ -119,7 +119,7 @@
119119
<dependency>
120120
<groupId>com.ai.cloud</groupId>
121121
<artifactId>skywalking-example-account-interfaces</artifactId>
122-
<version>1.0-RELEASE</version>
122+
<version>1.0b</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>org.apache.httpcomponents</groupId>
@@ -137,12 +137,12 @@
137137
<dependency>
138138
<groupId>com.ai.cloud</groupId>
139139
<artifactId>skywalking-spring-plugin</artifactId>
140-
<version>1.0-RELEASE</version>
140+
<version>1.0b</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>com.ai.cloud</groupId>
144144
<artifactId>skywalking-dubbo-plugin</artifactId>
145-
<version>1.0-RELEASE</version>
145+
<version>1.0b</version>
146146
</dependency>
147147

148148
<dependency>
@@ -153,14 +153,14 @@
153153
<dependency>
154154
<groupId>com.ai.cloud</groupId>
155155
<artifactId>skywalking-jdbc-plugin</artifactId>
156-
<version>1.0-RELEASE</version>
156+
<version>1.0b</version>
157157
</dependency>
158158

159159
<!-- -->
160160
<dependency>
161161
<groupId>com.ai.cloud</groupId>
162162
<artifactId>skywalking-httpClient-4.2.x-plugin</artifactId>
163-
<version>1.0-RELEASE</version>
163+
<version>1.0b</version>
164164
</dependency>
165165
<dependency>
166166
<groupId>org.aspectj</groupId>
@@ -170,12 +170,12 @@
170170
<dependency>
171171
<groupId>com.ai.cloud</groupId>
172172
<artifactId>skywalking-log4j-1.x-plugin</artifactId>
173-
<version>1.0-RELEASE</version>
173+
<version>1.0b</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>com.ai.cloud</groupId>
177177
<artifactId>skywalking-log4j-2.x-plugin</artifactId>
178-
<version>1.0-RELEASE</version>
178+
<version>1.0b</version>
179179
</dependency>
180180
</dependencies>
181181

samples/skywalking-example/account-application/account-interfaces/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.ai.cloud</groupId>
66
<artifactId>skywalking-example-account-interfaces</artifactId>
7-
<version>1.0-RELEASE</version>
7+
<version>1.0b</version>
88

99
<name>skywalking-example-account-interfaces</name>
1010
<url>http://maven.apache.org</url>

samples/skywalking-example/account-application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.ai.cloud</groupId>
66
<artifactId>skywalking-example-account</artifactId>
7-
<version>1.0-RELEASE</version>
7+
<version>1.0b</version>
88

99
<name>skywalking-example-account</name>
1010
<url>http://maven.apache.org</url>

samples/skywalking-example/mail-application/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.ai.cloud</groupId>
66
<artifactId>skywalking-example-mail</artifactId>
7-
<version>1.0-RELEASE</version>
7+
<version>1.0b</version>
88

99
<name>skywalking-example-mail</name>
1010
<url>http://maven.apache.org</url>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.ai.cloud</groupId>
4646
<artifactId>skywalking-web-plugin</artifactId>
47-
<version>1.0-RELEASE</version>
47+
<version>1.0b</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.springframework</groupId>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.ai.cloud</groupId>
6161
<artifactId>skywalking-spring-plugin</artifactId>
62-
<version>1.0-RELEASE</version>
62+
<version>1.0b</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.apache.logging.log4j</groupId>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>com.ai.cloud</groupId>
7676
<artifactId>skywalking-log4j-1.x-plugin</artifactId>
77-
<version>1.0-RELEASE</version>
77+
<version>1.0b</version>
7878
</dependency>
7979
</dependencies>
8080

samples/skywalking-example/order-application/order-impl/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.ai.cloud</groupId>
66
<artifactId>skywalking-example-order-impl</artifactId>
7-
<version>1.0-RELEASE</version>
7+
<version>1.0b</version>
88

99
<name>skywalking-example-order-impl</name>
1010
<url>http://maven.apache.org</url>
@@ -91,13 +91,13 @@
9191
<dependency>
9292
<groupId>com.ai.cloud</groupId>
9393
<artifactId>skywalking-example-order-interfaces</artifactId>
94-
<version>1.0-RELEASE</version>
94+
<version>1.0b</version>
9595
</dependency>
9696
<!-- resource dubbo interfaces -->
9797
<dependency>
9898
<groupId>com.ai.cloud</groupId>
9999
<artifactId>skywalking-example-resource-interfaces</artifactId>
100-
<version>1.0-RELEASE</version>
100+
<version>1.0b</version>
101101
</dependency>
102102
<!-- mybatis -->
103103
<dependency>
@@ -124,12 +124,12 @@
124124
<dependency>
125125
<groupId>com.ai.cloud</groupId>
126126
<artifactId>skywalking-spring-plugin</artifactId>
127-
<version>1.0-RELEASE</version>
127+
<version>1.0b</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>com.ai.cloud</groupId>
131131
<artifactId>skywalking-dubbo-plugin</artifactId>
132-
<version>1.0-RELEASE</version>
132+
<version>1.0b</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>mysql</groupId>
@@ -139,12 +139,12 @@
139139
<dependency>
140140
<groupId>com.ai.cloud</groupId>
141141
<artifactId>skywalking-example-account-interfaces</artifactId>
142-
<version>1.0-RELEASE</version>
142+
<version>1.0b</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>com.ai.cloud</groupId>
146146
<artifactId>skywalking-jdbc-plugin</artifactId>
147-
<version>1.0-RELEASE</version>
147+
<version>1.0b</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.aspectj</groupId>
@@ -154,7 +154,7 @@
154154
<dependency>
155155
<groupId>com.ai.cloud</groupId>
156156
<artifactId>skywalking-log4j-1.x-plugin</artifactId>
157-
<version>1.0-RELEASE</version>
157+
<version>1.0b</version>
158158
</dependency>
159159
</dependencies>
160160

samples/skywalking-example/order-application/order-interfaces/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.ai.cloud</groupId>
66
<artifactId>skywalking-example-order-interfaces</artifactId>
7-
<version>1.0-RELEASE</version>
7+
<version>1.0b</version>
88

99
<name>skywalking-example-order-interfaces</name>
1010
<url>http://maven.apache.org</url>

0 commit comments

Comments
 (0)