3d1e782fc5 
								
							 
						 
						
							
							
								
								Instrumentation-specific bootstrap classes ( #3495 )  
							
							... 
							
							
							
							* Instrumentation-specific bootstrap classes
* try to move bootstrap modules dependency to javaagent 
							
						 
						
							2021-07-13 09:34:02 +02:00  
				
					
						
							
							
								 
						
							
								d0cb08a37b 
								
							 
						 
						
							
							
								
								Rename javaagent-api artifact to javaagent-instrumentation-api ( #3513 )  
							
							... 
							
							
							
							* part 1
* part 2
* Undo change in examples
* Spotless 
							
						 
						
							2021-07-12 21:53:49 -07:00  
				
					
						
							
							
								 
						
							
								8eb24f9886 
								
							 
						 
						
							
							
								
								Split up build logic to plugins that can eventually be published and … ( #3474 )  
							
							... 
							
							
							
							* Split up build logic to plugins that can eventually be published and this-repo-specific stuff.
* Muzzle
* compileOnly
* Typo 
							
						 
						
							2021-07-05 16:18:45 +09:00  
				
					
						
							
							
								 
						
							
								4ce9ff3a69 
								
							 
						 
						
							
							
								
								Migrate projects with isolateSpec to kotlin ( #3447 )  
							
							... 
							
							
							
							* Migrate projects with isolateSpec to kotlin
* Migrate 
							
						 
						
							2021-06-30 19:23:28 +09:00  
				
					
						
							
							
								 
						
							
								c16999c27d 
								
							 
						 
						
							
							
								
								Exclude duplicates from -all.jar ( #3430 )  
							
							
							
						 
						
							2021-06-29 21:34:19 +09:00  
				
					
						
							
							
								 
						
							
								d53e62b4dc 
								
							 
						 
						
							
							
								
								Remove noShadowPublish ( #3426 )  
							
							
							
						 
						
							2021-06-29 16:55:53 +09:00  
				
					
						
							
							
								 
						
							
								785dc6adf2 
								
							 
						 
						
							
							
								
								Rename build files to build.gradle ( #3409 )  
							
							... 
							
							
							
							* Rename build files to build.gradle
* Rename smoke-tests
* Fix already broken 
							
						 
						
							2021-06-25 16:10:31 +09:00  
				
					
						
							
							
								 
						
							
								deb0e255cf 
								
							 
						 
						
							
							
								
								Use plugins block everywhere for applying plugins ( #3386 )  
							
							... 
							
							
							
							* Use plugins block everywhere for applying plugins
* Actually it's library instrumentation 
							
						 
						
							2021-06-24 11:13:35 +09:00  
				
					
						
							
							
								 
						
							
								a818f14957 
								
							 
						 
						
							
							
								
								Migrate publish.gradle to convention plugin ( #3312 )  
							
							... 
							
							
							
							* Migrate publish.gradle to convention plugin
* Migrate usages of publish.gradle
* Remove publish.gradle
* Newline 
							
						 
						
							2021-06-15 22:12:48 +09:00  
				
					
						
							
							
								 
						
							
								48a90b090c 
								
							 
						 
						
							
							
								
								Better support for wrapping premain ( #3302 )  
							
							... 
							
							
							
							* Better support for wrapping premain
* fix
* Fix test
* Sync comment from test 
							
						 
						
							2021-06-15 09:27:10 +03:00  
				
					
						
							
							
								 
						
							
								b9eac531ea 
								
							 
						 
						
							
							
								
								Embedded extension ( #3237 )  
							
							... 
							
							
							
							* Support for multiple extension jars by scanning the given folder
* Support to embed extension jar right inside agent jar
* Support for multiple embedded extensions
* Create temp folder for embedded extensions only if they found
* ExtensionClassLoader skips agent jar when scanning folder
* Apply suggestions from code review
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
* Update examples/extension/build.gradle
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-06-14 16:24:25 -07:00  
				
					
						
							
							
								 
						
							
								224dc51e93 
								
							 
						 
						
							
							
								
								Migrate java.gradle to conventions plugin ( #3289 )  
							
							... 
							
							
							
							* Migrate java.gradle to convention plugin.
* Switch to java-conventions
* Remove old file
* Fix
* Fix merge
* Missing paragraph
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-06-15 08:10:39 +09:00  
				
					
						
							
							
								 
						
							
								62f1f49bcd 
								
							 
						 
						
							
							
								
								Intellij cleanup (Java and Groovy) ( #3285 )  
							
							... 
							
							
							
							* Intellij cleanup
* Update instrumentation-api/src/test/java/io/opentelemetry/instrumentation/api/instrumenter/code/CodeAttributesExtractorTest.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Update instrumentation-api/src/test/java/io/opentelemetry/instrumentation/api/instrumenter/db/DbAttributesExtractorTest.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Update instrumentation-api/src/test/java/io/opentelemetry/instrumentation/api/instrumenter/db/SqlAttributesExtractorTest.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Update instrumentation-api/src/test/java/io/opentelemetry/instrumentation/api/instrumenter/messaging/MessagingAttributesExtractorTest.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Update instrumentation/spring/spring-web-3.1/library/src/test/java/io/opentelemetry/instrumentation/spring/httpclients/RestTemplateInterceptorTest.java
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Use glassfish version that supports lambdas
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com> 
							
						 
						
							2021-06-14 10:23:01 -07:00  
				
					
						
							
							
								 
						
							
								b8cddc0dd8 
								
							 
						 
						
							
							
								
								Only include exporters in -all jar. ( #3286 )  
							
							... 
							
							
							
							* Only include exporters in -all jar.
* override exporter
* Newline 
							
						 
						
							2021-06-14 13:49:22 +09:00  
				
					
						
							
							
								 
						
							
								5f49dc0e4a 
								
							 
						 
						
							
							
								
								Extract agent shadow configuration to conventions script. ( #3256 )  
							
							... 
							
							
							
							* Extract agent shadow configuration to conventions script.
* Remove redundant plugin version declaration
* Resource loader doesn't load from buildSrc
* Comments about byte buddy version
* Fix ReferenceCollectorTest
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-06-12 16:45:26 -07:00  
				
					
						
							
							
								 
						
							
								bec9966e30 
								
							 
						 
						
							
							
								
								Fix failing test ( #3269 )  
							
							
							
						 
						
							2021-06-12 11:37:04 +03:00  
				
					
						
							
							
								 
						
							
								99be242e22 
								
							 
						 
						
							
							
								
								Rename ComponentInstaller to AgentListener and add #order() method ( #3182 )  
							
							... 
							
							
							
							* Rename ComponentInstaller to AgentListener and add #order() method
* Code review comments
* Update javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/SafeServiceLoader.java
Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com>
Co-authored-by: Nikita Salnikov-Tarnovski <gnikem@gmail.com> 
							
						 
						
							2021-06-07 19:50:19 +02:00  
				
					
						
							
							
								 
						
							
								2436499a09 
								
							 
						 
						
							
							
								
								Update to Errorprone 2.7 ( #3181 )  
							
							... 
							
							
							
							* Update to errorprone 2.7
* ToString
* Finish 
							
						 
						
							2021-06-04 10:40:55 +09:00  
				
					
						
							
							
								 
						
							
								be6816489a 
								
							 
						 
						
							
							
								
								Small cleanup ( #3163 )  
							
							... 
							
							
							
							* Small cleanup
* Ooops 
							
						 
						
							2021-06-02 08:56:49 +03:00  
				
					
						
							
							
								 
						
							
								c3dedbb64e 
								
							 
						 
						
							
							
								
								Enable all errorprone checks ( #3155 )  
							
							... 
							
							
							
							* Enable all errorprone checks
* Fixes
* Finish
* Finish
* Add flag to disable error prone 
							
						 
						
							2021-06-01 17:41:08 +09:00  
				
					
						
							
							
								 
						
							
								ed88cca533 
								
							 
						 
						
							
							
								
								Migrate from spotbugs to errorprone ( #3122 )  
							
							... 
							
							
							
							* Migrate from spotbugs to errorprone
* Fix hashtable
* try-with-resources
* Fix from merge
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-05-28 14:23:40 -07:00  
				
					
						
							
							
								 
						
							
								c358a35414 
								
							 
						 
						
							
							
								
								Use dependency management pattern for dependency versions ( #3113 )  
							
							... 
							
							
							
							* Use dependency management pattern for dependency versions.
* Add groovy bom too
* Update dependencyManagement/dependencyManagement.gradle.kts
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-05-28 11:32:08 +09:00  
				
					
						
							
							
								 
						
							
								e3cf8ecf18 
								
							 
						 
						
							
							
								
								First POC for external extension loading ( #2881 )  
							
							... 
							
							
							
							* First POC for external extension loading
* Fix NPE
* Urlhandler
* Fix
* Polish
* Polish
* Urlhandler
* Trying Urlhandler
* Alternative way to load extensions
* Polish
* Add example extensions and smoke test for their usage
* Support for system property
* Polish
* Avoid doing remapping twice
* Polish after merge
* Update to latest changes in extentions api
* Polish
* No need for tooling
* Simplify
* Cleanup
* Better error handling
* Update to the latest API 
							
						 
						
							2021-05-18 22:59:39 +03:00  
				
					
						
							
							
								 
						
							
								d6141dddc7 
								
							 
						 
						
							
							
								
								Update agent logger prefix ( #3007 )  
							
							
							
						 
						
							2021-05-17 12:06:39 +09:00  
				
					
						
							
							
								 
						
							
								1b345e399c 
								
							 
						 
						
							
							
								
								Fix AgentClassLoader test ( #2982 )  
							
							
							
						 
						
							2021-05-13 14:56:52 +09:00  
				
					
						
							
							
								 
						
							
								1ce90bb4cd 
								
							 
						 
						
							
							
								
								Remove unnecessary constant ( #2941 )  
							
							
							
						 
						
							2021-05-09 19:30:12 +03:00  
				
					
						
							
							
								 
						
							
								9c7fae3b04 
								
							 
						 
						
							
							
								
								Extract javaagent-extension-api from tooling & spi ( #2879 )  
							
							
							
						 
						
							2021-05-06 23:30:25 -07:00  
				
					
						
							
							
								 
						
							
								6ea316e22e 
								
							 
						 
						
							
							
								
								Remove timeout annotations ( #2725 )  
							
							
							
						 
						
							2021-04-06 16:36:18 +09:00  
				
					
						
							
							
								 
						
							
								035b3f42f7 
								
							 
						 
						
							
							
								
								Fix build and documentation typos related to autoconfigure SPI. ( #2719 )  
							
							
							
						 
						
							2021-04-05 18:22:34 -07:00  
				
					
						
							
							
								 
						
							
								1406855bb7 
								
							 
						 
						
							
							
								
								Revert "Prevent duplicate telemetry when using both library and auto instrumentation ( #2661 )" ( #2689 )  
							
							
							
						 
						
							2021-04-01 16:11:15 -07:00  
				
					
						
							
							
								 
						
							
								30434696ae 
								
							 
						 
						
							
							
								
								Prevent duplicate telemetry when using both library and auto instrumentation ( #2661 )  
							
							... 
							
							
							
							* Prevent duplicate telemetry when using both library and auto instrumentation
* Add unit test
* Fix Oshi tests
* Fix couchbase 3.1 tests 
							
						 
						
							2021-03-31 10:57:04 -07:00  
				
					
						
							
							
								 
						
							
								79d7e88e53 
								
							 
						 
						
							
							
								
								Use Caffeine for weak maps ( #2601 )  
							
							... 
							
							
							
							* Caffeine weakmap
* Use Caffeine for weak maps
* Drift
* Drift
* Remove weak-lock-free
* Update licenses
* Fix bug
* Restore weaklockfree
* Clean
* Fixes
* Inline expunction
* Synchronized
* More comment
* Fix shading
* Executor
* computeIfAbsent and delete unused.
* Fix license report 
							
						 
						
							2021-03-24 17:12:26 +09:00  
				
					
						
							
							
								 
						
							
								5c1a432c54 
								
							 
						 
						
							
							
								
								Update old name ( #2440 )  
							
							
							
						 
						
							2021-03-01 15:43:49 -08:00  
				
					
						
							
							
								 
						
							
								33195bde8b 
								
							 
						 
						
							
							
								
								Better license grouping ( #2297 )  
							
							
							
						 
						
							2021-02-16 09:00:08 -08:00  
				
					
						
							
							
								 
						
							
								66f5554a2b 
								
							 
						 
						
							
							
								
								Mark all non-javaagent artifacts as -alpha version. ( #2286 )  
							
							
							
						 
						
							2021-02-15 16:49:37 -08:00  
				
					
						
							
							
								 
						
							
								adc24352cb 
								
							 
						 
						
							
							
								
								Updates to dependencies included in license report ( #2278 )  
							
							
							
						 
						
							2021-02-15 15:16:01 +02:00  
				
					
						
							
							
								 
						
							
								15e5c2280a 
								
							 
						 
						
							
							
								
								Embed license report in published jar. ( #2261 )  
							
							
							
						 
						
							2021-02-14 11:51:34 +09:00  
				
					
						
							
							
								 
						
							
								c91bff41cb 
								
							 
						 
						
							
							
								
								Add comment about extension shading ( #2235 )  
							
							
							
						 
						
							2021-02-10 09:39:33 +02:00  
				
					
						
							
							
								 
						
							
								fc410706d0 
								
							 
						 
						
							
							
								
								Update to Sdk 0.16.0 ( #2221 )  
							
							... 
							
							
							
							* Update to 0.16.0-SNAPSHOT
* Finish
* Finish
* Update to 0.16.0
* Finish 
							
						 
						
							2021-02-09 18:00:54 +09:00  
				
					
						
							
							
								 
						
							
								328c6832a2 
								
							 
						 
						
							
							
								
								Publish agent-for-testing and testing-common ( #2133 )  
							
							
							
						 
						
							2021-01-29 08:39:30 +01:00  
				
					
						
							
							
								 
						
							
								c6cc263c6e 
								
							 
						 
						
							
							
								
								Use SDK Autoconfigure module ( #2077 )  
							
							... 
							
							
							
							* Use sdk autoconfigure
* Finish
* Finish
* Group exporters
* Update smoke-tests/src/test/groovy/io/opentelemetry/smoketest/SpringBootWithSamplingSmokeTest.groovy
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-01-20 14:31:49 +09:00  
				
					
						
							
							
								 
						
							
								afdde0355b 
								
							 
						 
						
							
							
								
								Update to OTel 0.14.1 ( #2059 )  
							
							... 
							
							
							
							* Update SDK dependency to 0.14.1
* WIP
* Finish
* Cleanup 
							
						 
						
							2021-01-18 13:02:04 +09:00  
				
					
						
							
							
								 
						
							
								640a7d624b 
								
							 
						 
						
							
							
								
								Correct some spelling mistakes ( #2025 )  
							
							
							
						 
						
							2021-01-12 11:10:45 -08:00  
				
					
						
							
							
								 
						
							
								8d74baa2e4 
								
							 
						 
						
							
							
								
								Run tests with javaagent. ( #1643 )  
							
							... 
							
							
							
							Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-01-04 13:13:24 -08:00  
				
					
						
							
							
								 
						
							
								0888711574 
								
							 
						 
						
							
							
								
								Add support for Undertow server runtime ( #1917 )  
							
							... 
							
							
							
							* Add support for Undertow server runtime
* Polish
* Damn be classloaders
* Fix correct span name
* Polish 
							
						 
						
							2020-12-22 14:13:50 +02:00  
				
					
						
							
							
								 
						
							
								16bd639d31 
								
							 
						 
						
							
							
								
								Remove unused fetch JMX classloader ( #1901 )  
							
							... 
							
							
							
							Signed-off-by: Pavol Loffay <p.loffay@gmail.com> 
							
						 
						
							2020-12-14 13:01:51 -08:00  
				
					
						
							
							
								 
						
							
								c741eaa501 
								
							 
						 
						
							
							
								
								Shade trace propagators so they can be injected in instrumentation th… ( #1892 )  
							
							... 
							
							
							
							* Shade trace propagators so they can be injected in instrumentation that benefits from a hard-coded propagation format
* Runtime shade too 
							
						 
						
							2020-12-14 07:52:21 +02:00  
				
					
						
							
							
								 
						
							
								3b480f5e50 
								
							 
						 
						
							
							
								
								Rename otel trace properties ( #1740 )  
							
							... 
							
							
							
							* Rename otel.trace.enabled
* Rename otel.trace.debug
* Rename otel.trace.config
* Rename otel.trace.runtime.context.field.injection
* Rename otel.instrumentations.enabled
* Document otel.javaagent.enabled 
							
						 
						
							2020-11-23 14:53:18 -08:00  
				
					
						
							
							
								 
						
							
								3185abac10 
								
							 
						 
						
							
							
								
								Add example of creating custom vendor distribution ( #1621 )  
							
							
							
						 
						
							2020-11-21 11:00:53 -08:00  
				
					
						
							
							
								 
						
							
								7bfb6b6dbd 
								
							 
						 
						
							
							
								
								Update to SDK 0.11.0 ( #1690 )  
							
							
							
						 
						
							2020-11-19 19:37:49 -08:00  
				
					
						
							
							
								 
						
							
								0dc4760f8f 
								
							 
						 
						
							
							
								
								Generate opentelemetry-javaagent "-all" artifact during "assemble" ( #1645 )  
							
							... 
							
							
							
							* Generate opentelemetry-javaagent "-all" artifact during "assemble"
* Update javaagent/javaagent.gradle
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Update CONTRIBUTING.md
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2020-11-17 17:25:43 +02:00  
				
					
						
							
							
								 
						
							
								6d5ec329d6 
								
							 
						 
						
							
							
								
								Enable checkstyle for google style guide ( #1641 )  
							
							
							
						 
						
							2020-11-16 18:46:59 -08:00  
				
					
						
							
							
								 
						
							
								402a0a1639 
								
							 
						 
						
							
							
								
								Remove Instrumenter.Default ( #1610 )  
							
							
							
						 
						
							2020-11-10 12:42:29 -08:00  
				
					
						
							
							
								 
						
							
								aa3ba8d165 
								
							 
						 
						
							
							
								
								Refactor Instrumenters into InstrumentationModules - D, E, F, G, H ( #1557 )  
							
							
							
						 
						
							2020-11-09 14:41:12 -08:00  
				
					
						
							
							
								 
						
							
								70dcb93121 
								
							 
						 
						
							
							
								
								Activate SystemMetrics ( #1530 )  
							
							
							
						 
						
							2020-11-05 13:02:01 -08:00  
				
					
						
							
							
								 
						
							
								c6eee70660 
								
							 
						 
						
							
							
								
								Update to latest snapshot. ( #1524 )  
							
							
							
						 
						
							2020-10-29 18:54:09 -07:00  
				
					
						
							
							
								 
						
							
								a2dccf2316 
								
							 
						 
						
							
							
								
								Update to latest SDK snapshot. ( #1479 )  
							
							
							
						 
						
							2020-10-26 19:29:46 -07:00  
				
					
						
							
							
								 
						
							
								3565775b00 
								
							 
						 
						
							
							
								
								Format groovy ( #1475 )  
							
							... 
							
							
							
							* Apply Intellij format to groovy
* spotless 
							
						 
						
							2020-10-26 11:47:12 +09:00  
				
					
						
							
							
								 
						
							
								f6ad05b8e3 
								
							 
						 
						
							
							
								
								Update to latest SDK snapshot ( #1384 )  
							
							... 
							
							
							
							* Update to latest SDK snapshot
* Use published snapshot
* Fixes
* Cleans
* spotless
* Most
* Clean
* Merge
* Temporarily remove context interop
* WIP
* Prepare for intercepting propagated span
* Bump SDK
* IDE updates
* Lots
* compileJava
* Done?
* bar
* Spot
* drugs
* Groovy--
* green for me
* Spot
* Remove grpc import
* Scrub 
							
						 
						
							2020-10-25 15:14:32 +09:00  
				
					
						
							
							
								 
						
							
								ee0e0a9697 
								
							 
						 
						
							
							
								
								Muzzle improvements: docs, javadocs, renamings and minor refactoring ( #1379 )  
							
							
							
						 
						
							2020-10-14 16:49:51 -07:00  
				
					
						
							
							
								 
						
							
								7ecc9bb37b 
								
							 
						 
						
							
							
								
								Rename "auto" to "javaagent" in modules ( #1370 )  
							
							
							
						 
						
							2020-10-13 12:32:13 -07:00  
				
					
						
							
							
								 
						
							
								1b51d4a6b1 
								
							 
						 
						
							
							
								
								Rename packages ( #1367 )  
							
							
							
						 
						
							2020-10-11 13:54:35 -07:00  
				
					
						
							
							
								 
						
							
								9523f9ffe6 
								
							 
						 
						
							
							
								
								fix and/or ignore spotbugs errors ( #1325 )  
							
							
							
						 
						
							2020-10-06 19:39:17 -07:00  
				
					
						
							
							
								 
						
							
								dadaac9a8c 
								
							 
						 
						
							
							
								
								Use 2-line license header to match SDK repo ( #1321 )  
							
							... 
							
							
							
							* Use 2-line license header to match SDK repo
* Apply change 
							
						 
						
							2020-10-05 14:29:56 +09:00  
				
					
						
							
							
								 
						
							
								f2194a928c 
								
							 
						 
						
							
							
								
								Update to latest snapshot. ( #1304 )  
							
							
							
						 
						
							2020-10-04 19:41:10 -07:00  
				
					
						
							
							
								 
						
							
								221deb1f98 
								
							 
						 
						
							
							
								
								Fix test logging ( #1194 )  
							
							
							
						 
						
							2020-09-13 21:13:11 -07:00  
				
					
						
							
							
								 
						
							
								5289520203 
								
							 
						 
						
							
							
								
								Fix groups / base name for javaagent artifacts ( #1173 )  
							
							
							
						 
						
							2020-09-09 09:38:29 +03:00  
				
					
						
							
							
								 
						
							
								899263612d 
								
							 
						 
						
							
							
								
								Only include dependencies from exporters when there are dupes. ( #1119 )  
							
							... 
							
							
							
							* Only include dependencies from exporters when there are dupes.
* Update javaagent/javaagent.gradle
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2020-08-31 13:27:51 +09:00  
				
					
						
							
							
								 
						
							
								e20cba57c2 
								
							 
						 
						
							
							
								
								Telemetry auto version ( #1112 )  
							
							... 
							
							
							
							* Provide telemetry.auto.version
* Report instrumentation library version
* Rename class
* Format 
							
						 
						
							2020-08-27 23:16:17 +03:00  
				
					
						
							
							
								 
						
							
								6a07b173af 
								
							 
						 
						
							
							
								
								Rename auto exporters module ( #1022 )  
							
							
							
						 
						
							2020-08-17 21:04:13 -07:00  
				
					
						
							
							
								 
						
							
								ac5f041fb9 
								
							 
						 
						
							
							
								
								Rename javaagent-bootstrap's Agent class to AgentInitializer ( #1018 )  
							
							... 
							
							
							
							* Rename bootstrap Agent class
* Rename start method to initialize 
							
						 
						
							2020-08-16 22:05:02 +03:00  
				
					
						
							
							
								 
						
							
								7159d04b8d 
								
							 
						 
						
							
							
								
								Change groovy import order ( #1013 )  
							
							... 
							
							
							
							* Update docs
* Format all groovy code
* Organize imports 
							
						 
						
							2020-08-15 23:19:27 -07:00  
				
					
						
							
							
								 
						
							
								414213f2d1 
								
							 
						 
						
							
							
								
								Remove final from parameters ( #1003 )  
							
							
							
						 
						
							2020-08-15 22:35:51 -07:00  
				
					
						
							
							
								 
						
							
								f893ca540b 
								
							 
						 
						
							
							
								
								Scripted package renaming ( #988 )  
							
							
							
						 
						
							2020-08-15 21:55:01 -07:00  
				
					
						
							
							
								 
						
							
								f46ba88c29 
								
							 
						 
						
							
							
								
								Rename library-api artifact to instrumentation-api ( #969 )  
							
							
							
						 
						
							2020-08-13 22:43:39 -07:00  
				
					
						
							
							
								 
						
							
								7818e33178 
								
							 
						 
						
							
							
								
								Package renaming ( #970 )  
							
							
							
						 
						
							2020-08-13 20:14:46 -07:00  
				
					
						
							
							
								 
						
							
								a0dc9ba19c 
								
							 
						 
						
							
							
								
								Rename Pre-Main class ( #955 )  
							
							
							
						 
						
							2020-08-13 10:58:33 -07:00  
				
					
						
							
							
								 
						
							
								bf9c160570 
								
							 
						 
						
							
							
								
								Rename javaagent modules ( #952 )  
							
							
							
						 
						
							2020-08-12 22:50:14 -07:00