吴晟 Wu Sheng
ce20fe107d
Move to 6.5.0 ( #3439 )
...
* [maven-release-plugin] prepare release v6.4.0
* [maven-release-plugin] prepare for next development iteration
2019-09-08 16:24:21 -07:00
evanxuhe
1cc4a517c2
Log4j2 support AsyncRoot print tid. All versions above 2.0 supported ( #3284 )
...
* Log4j2 support AsyncRoot print tid
Support AsyncRoot print tid of all versions of log4j2 2.1+
2019-08-26 21:00:46 +08:00
吴晟 Wu Sheng
0ae2228a86
Make auto instrumentation works when Module definition existing ( #3199 )
...
* Refactor open edge.
* Make refactor works.
* Revert log back.
* Remove unnecessary codes.
* Open edge for all internal binding interceptors.
* Add document about JDK 9+ module.
* Change bytebuddy to 1.10.1(unreleased)
* Change document
* 1. Adopt the latest bytebudy changes(snapshot only), commit b609711564 .
2. Remove disruptor by ArrayBlockingQueue, because Disruptor can't work in both JDK 8(1) and 9-12, if we don't add `--add-modules jdk.unsupported`
3. Doc update.
* Update README.md
2019-08-15 07:46:28 +08:00
吴晟 Wu Sheng
b247dc979e
Move project master branch to 6.4.0-SNAPSHOT ( #3220 )
...
* [maven-release-plugin] prepare release v6.3.0
* [maven-release-plugin] prepare for next development iteration
2019-08-05 21:19:17 +08:00
吴晟 Wu Sheng
b091c0ae48
Make bootstrap instrumentation available in JDK9 - 11 ( #3194 )
...
* Make JDK9-11 available for bootstrap instrumentation
* Remove temp folder of old bootstrap instrumentation requirement.
2019-07-31 15:30:11 +08:00
于玉桔
26c6767c36
fix-3155 ( #3186 )
2019-07-29 14:43:49 +08:00
吴晟 Wu Sheng
d66f775fe5
Remove javassist from agent dependency ( #3176 )
...
* Remove javassist dependency
* Finish the PR.
* Change doc title level.
* Remove the duplicated codes.
2019-07-28 23:33:48 +08:00
吴晟 Wu Sheng
8ef3cb7159
wrong refactor. ( #3169 )
2019-07-26 15:23:26 +08:00
吴晟 Wu Sheng
c76fb4053e
Set up the bootstrap instrumentation plugin framework ( #3152 )
...
* POC: Intercept successfully.
* Refactor codes
* Build the new core
* Setup the new core.
* Push the javassist version to 3.23.2-GA, as it is the last version supports JDK 1.6 compile, according to https://github.com/jboss-javassist/javassist/blob/rel_3_23_2_ga/pom.xml#L149-L160
* Finish the all codes.
* Document updated for bootstrap instrumentation.
* Add a notice to document.
* Remove unexpected file.
* Set javassist version right. Add judge in core interceptors
* Fixe no log bridge implementation
2019-07-25 22:00:07 +08:00
吴晟 Wu Sheng
4faa950c14
Move master to 6.3.0 ( #2968 )
...
* [maven-release-plugin] prepare release v6.2.0
* [maven-release-plugin] prepare for next development iteration
2019-06-29 13:49:36 +08:00
吴晟 Wu Sheng
d844a52587
Fix OOM by empty stack of exception. ( #2931 )
...
* Support bootstrap class enhance and fix OOM by empty stack of exception.
* Agent document update
* Remove a word.
* Fix wrong cause exception search.
* Fix the condition
* Revert bootstrap class loader enhance.
* Remove import.
* no message
2019-06-23 08:42:03 +08:00
sk163
bcdf1c4bd5
fix apm-agent-core maven pom file shade-plugin define bug ( #2769 ) ( #2770 )
...
* fix apm-agent-core maven pom file shade-plugin define bug (#2769 )
2019-05-28 15:04:38 +08:00
Alan Lau
4de1fe5816
Remove the unused class loader. ( #2612 )
2019-05-07 11:03:42 +08:00
Alan Lau
e6ebf62a1f
Add catch clause more details. ( #2601 )
...
* Add catch clause more details.
* Update SkyWalkingAgent.java
2019-05-06 15:17:20 +08:00
吴晟 Wu Sheng
9b87086d72
Move to 6.2 ( #2563 )
...
* Move submodule plugin.
* Always auto-submodule
* [maven-release-plugin] prepare release v6.1.0
* [maven-release-plugin] prepare for next development iteration
* Change keys location.
2019-04-30 12:16:50 +08:00
IluckySi
11212c4052
Modify some spell error and prompt error ( #2488 )
2019-04-16 00:08:45 +08:00
吴晟 Wu Sheng
7420d256ed
Support compile project agent, backend, UI separately. ( #2399 )
2019-03-25 19:19:21 -07:00
li.can
191740fcdd
remove module-info.class ( #2401 )
2019-03-25 10:02:05 -07:00
吴晟 Wu Sheng
5a7eb5656a
GA tagged, move to 6.1 ( #2180 )
...
* [maven-release-plugin] prepare release v6.0.0-GA
* [maven-release-plugin] prepare for next development iteration
2019-01-18 20:04:23 +08:00
吴晟 Wu Sheng
95214aecf3
update version for next iteration. ( #2084 )
2018-12-23 09:14:14 +08:00
honganan
8a92e1b433
fix bug #1912 , the usage of ignore() problem ( #1913 )
...
* fix bug #1912
* fix bug #1912 , recommit
2018-11-17 19:16:51 +08:00
li.can
138262f95a
spring inherit issue ( #1914 )
2018-11-16 23:00:50 +08:00
ScienJus
ca08d1a28b
Support for overriding config with agent options ( #1887 )
...
* Support for overriding config with agent options
* Test the separator of options
* support quotes in agent options
* revert imports change
* add more tests
* clear properties after each test
* add document
* fix code style
2018-11-07 23:15:36 +08:00
吴晟 Wu Sheng
72a39e1f28
Sync 6.0.0-alpha release and version up to beta. ( #1883 )
...
* Lock oracle and resin plugins version.
* Move resin and oracle plugin to openskywalking
* Restore submodule active.
* Add another submodule active command.
* Remove the wrong test cases in release and fix some doc issues.
* [maven-release-plugin] prepare release v6.0.0-alpha
* [maven-release-plugin] prepare for next development iteration
* Fix some doc
2018-11-06 15:45:15 +08:00
吴晟 Wu Sheng
13f8825904
Bug fix ( #1857 )
...
* Fix mesh receiver doesn't update heartbeat.
* Fix bug of mesh heartbeat and rest receiver.
* Fix issue: opencensus is included in agent without shade. @tuohai666
2018-11-01 16:50:07 +08:00
吴晟 Wu Sheng
07e799e422
Fix bugs ( #1854 )
...
* Avoid service inventory object concurrency situation.
* Fix concurrency for minute persistence and others
* Fix document todo.
* Update license. Fix package with dirty agent plugin jar files.
* Fixed not combine error in persistence register worker.
2018-10-31 23:11:52 +08:00
吴晟 Wu Sheng
7d3e699efa
Adjust agent setting ( #1682 )
...
* Add ignore to bytebuddy agent.
* Fix a wrong name.
* Make sure toolkits are excluded.
* Fix CI
* Format codes.
* Remove MethodGraph compiler
2018-09-23 09:35:07 +08:00
Adrian Cole
4b17685c11
Sync mvnw to 6.0 , provided by @adriancole
2018-08-22 22:50:50 +08: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
8abb01dce2
fix #1055 and make code more readable ( #1057 )
2018-04-10 16:36:41 +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
wusheng
710cce162b
Include the agent into `dist`
2018-03-02 17:00:43 +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
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
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
wu-sheng
f85878f746
Use byte buddy saveIn API instead of my own implementation.
2017-11-28 09:25:21 +08:00
wu-sheng
931effb648
Output all instrumented classes into physical files.
2017-11-27 16:32:51 +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
wu-sheng
04771ffc8c
Adjust log APIs.
2017-10-18 16:46:56 +08:00
wusheng
43cf062742
Finish plugin initialization codes and fix package issues.
2017-10-15 22:01:12 +08:00
wusheng
ef88a2ac32
Fix log issue when initializtion.
2017-10-15 08:50:51 +08:00
wusheng
eb50749694
Reoragnize the startup procedure.
2017-10-14 23:36:53 +08:00