Fatih ERDEM
47cba6c56c
Moved hardcoded dependency versions to properties tag in pom.xml ( #1583 )
2018-08-24 10:18:48 +08:00
Adrian Cole
4b17685c11
Sync mvnw to 6.0 , provided by @adriancole
2018-08-22 22:50:50 +08:00
Xin,Zhang
e8456c0f83
Fix operation name is empty issue ( #1525 )
2018-08-06 16:27:40 +08:00
彭勇升 pengys
b8206b8cec
[Agent] Apache http client plugin bug ( #1448 )
...
* #1447
Fixed the after method interceptor for the apache http client NPE error when the response is null cause by the doExecute method throw a exception.
2018-07-12 22:02:59 -07:00
peng-yongsheng
d2753037bb
Upgrade version to 6.0.0 alpha.
2018-07-07 10:46:41 +08:00
吴晟 Wu Sheng
a6e04c97ec
Update version to beta2 for next iteration. ( #1233 )
2018-05-16 21:21:30 +08:00
lican
1bbd5e1c28
fix http_client plugin ( #1218 )
2018-05-14 08:28:12 +08:00
吴晟 Wu Sheng
e13ff79326
Sync to fix release check ( #982 )
...
Fix IPMC checks for releasing.
2018-03-24 17:11:04 +08:00
Xin,Zhang
af16ece593
[Agent] fix trace can't finished when the StatusLine isn't set ( #945 )
2018-03-15 16:11:44 +08:00
吴晟 Wu Sheng
08267611a2
Prepare beta iteratoration ( #944 )
...
* [maven-release-plugin] prepare release apm-5.0.0-alpha
* [maven-release-plugin] prepare for next development iteration
2018-03-13 23:47:38 -05:00
ascrutae
0d6233dd54
[Agent] fix that javadoc import unused class cause classloader issue
2018-02-27 11:29:18 +08:00
wusheng
f7fdd9f854
Fix assmbly for mvn clean install -Papache-release and update version to SNAPSHOT for SNAPSHOT release.
2018-02-26 23:22:10 +08:00
wu-sheng
1d6ca31b62
Commit many java doc fixes.
2018-02-26 12:01:24 +08:00
ascrutae
a108e8feeb
[Agent] fix import incorrector class in httpclient plugin
2018-01-04 22:47:09 +08:00
ascrutae
10d55860db
[Agent] fix the remote port is incorrect
2017-12-31 10:48:02 +08:00
gaohongtao
318c3db7c9
Update version to 5.0.0-alpha with `mvn versions:set -DnewVersion=5.0.0-alpha`
2017-12-15 10:40:23 +08:00
ascrutae
a62076f082
fix all interceptor class in plugin is incorrect
2017-12-12 14:16:45 +08:00
吴晟 Wu Sheng
032ade6e3c
Merge pull request #656 from ascrutae/feature/plugin-def-incorrect
...
fix the instrumentation class in plugin define file is incorrect
2017-12-11 16:05:10 +08:00
ascrutae
b5a7c8fbf0
fix the instrumentation class in plugin define file is incorrect
2017-12-11 16:00:15 +08:00
wusheng
15328202b8
Revove duplicate license headers.
2017-12-11 15:04:26 +08:00
wusheng
05b818e709
Update package name to org.apache.skywalking
2017-12-10 16:32:39 +08:00
wusheng
b16d23c148
Update artifactId to "org.apache.skywalking"
2017-12-10 08:21:20 +08:00
wusheng
23133f7d97
Update copyright to Apache Foundation.
2017-12-09 23:38:32 +08:00
wusheng
d458622bb4
Update version to 5.0-2018-preview for new iteration.
2017-12-06 22:06:54 +08:00
wusheng
055c760bc0
Set versions, and documents ready for releasing 3.2.6
2017-12-04 22:04:28 +08:00
peng-yongsheng
b322b55af6
Upgrade the version from 3.2.5 to 3.3.0.
2017-11-22 15:12:00 +08:00
wu-sheng
f601293b22
Update the version to 3.2.5
2017-11-16 12:14:26 +08:00
wusheng
4bdea9e2c9
Update version for 3.2.4 release.
2017-11-06 22:45:00 +08:00
peng-yongsheng
52f1420670
Add copyright head in all java files and copyright head check style
2017-10-10 22:27:57 +08:00
wusheng
b16963a4bf
Change version for next iteration.
2017-09-29 17:18:14 +08:00
peng-yongsheng
0d13b27362
Version change
2017-09-28 10:54:16 +08:00
wusheng
cc2163b7c2
Fix compile issues.
2017-09-19 23:36:29 +08:00
wusheng
e0d50533c4
New context carrier.
2017-09-18 23:12:42 +08:00
wusheng
099877c2ce
Prepare for 3.2 iteration.
2017-09-17 07:54:25 +08:00
wusheng
992032cf6a
Refactor the interceptor method parameter list for SpringMVC plugin.
2017-08-10 17:54:08 +08:00
ascrutae
fdde4b7aea
fix issue that httpclient plugin don’t work
2017-07-21 09:59:20 +08:00
wusheng
103469256f
Support plugin match by annotation, can’t by interface yet. #281
2017-07-12 22:41:56 +08:00
ascrutae
4c1963cb45
support plugin testcase
2017-07-09 17:46:43 +08:00
ascrutae
7ccaa419e1
support new api for each plugin
2017-07-04 22:11:26 +08:00
ascrutae
b9bdf28d27
support tomcat dubbo and httpclient plugins
2017-07-03 11:46:37 +08:00
wusheng
8c9c3e65b8
Finish some grpc client codes.
2017-06-29 22:57:18 +08:00
wusheng
5203081561
Support #206 #241 #253
2017-06-28 22:32:02 +08:00
wusheng
1fd449cddc
Finish the refactor of agent-core.
2017-06-28 09:05:39 +08:00
wusheng
48b2164f33
Finish almost all codes about TracingContext and three new type spans.
2017-06-27 11:48:54 +08:00
wusheng
947fed4865
Begin to refactor for performance.
2017-06-26 23:43:18 +08:00
wusheng
eb82d2c989
Update version for next iteration.
2017-06-17 22:40:42 +08:00
吴晟 Wu Sheng
b109251c2a
Merge branch 'master' into feature/sampling
2017-06-14 23:02:41 +08:00
wusheng
983dd8eac1
Provide AbstractSpan interface for the context.
2017-06-14 22:59:48 +08:00
pengys5
e38b6ad1bd
1. Classify http servlet interface to get, post, stream post.
...
2. Change the http servlet worker from local asynchronous call to local synchronous call.
2017-06-11 23:49:52 +08:00
wusheng
f0e626ff2c
1. Remove the “apm-trace” module, isolate the trace structure between agent and collector for considering performance.
...
2. Change the head name.
3. Provide potienal mechanism for ignore trace with certain suffix.
2017-06-10 22:46:16 +08:00