a2928663f4 
								
							 
						 
						
							
							
								
								Strict context check for tomcat and jetty ( #3923 )  
							
							
							
						 
						
							2021-08-24 11:45:53 -07:00  
				
					
						
							
							
								 
						
							
								3525733ea8 
								
							 
						 
						
							
							
								
								Enable strict context check in tests by default ( #3822 )  
							
							
							
						 
						
							2021-08-23 17:40:02 -07:00  
				
					
						
							
							
								 
						
							
								ec344b3184 
								
							 
						 
						
							
							
								
								Small simplification of servlet/tomcat tests ( #3710 )  
							
							... 
							
							
							
							* Small simplification of servlet/tomcat tests
* Spotless 
							
						 
						
							2021-08-09 09:24:21 -07:00  
				
					
						
							
							
								 
						
							
								d73e030000 
								
							 
						 
						
							
							
								
								Fix NullPointerException on tomcat ( #3705 )  
							
							... 
							
							
							
							* Fix NullPointerException on tomcat
* remove commented out line
* instrument CoyoteAdapter 
							
						 
						
							2021-07-28 12:10:14 -07:00  
				
					
						
							
							
								 
						
							
								9b56fc9051 
								
							 
						 
						
							
							
								
								Clean up AgentElementMatchers ( #3527 )  
							
							... 
							
							
							
							* Clean up AgentElementMatchers
* remove a TODO
* moved method 
							
						 
						
							2021-07-09 10:02:21 +03:00  
				
					
						
							
							
								 
						
							
								15ed01d4fc 
								
							 
						 
						
							
							
								
								Change all instrumentation names to io.opentelemetry.{libName}-{libVersion} ( #3411 )  
							
							... 
							
							
							
							* Change all instrumentation names to io.opentelemetry.{libName}-{libVersion}
* minumum supported version 
							
						 
						
							2021-06-30 15:34:36 +02:00  
				
					
						
							
							
								 
						
							
								761b9c280b 
								
							 
						 
						
							
							
								
								Migrate instrumentation gradle files to kotlin ( #3414 )  
							
							... 
							
							
							
							* Migrate instrumentation gradle files to kotlin
* Convert
* Muzzle 
							
						 
						
							2021-06-28 17:27:12 +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  
				
					
						
							
							
								 
						
							
								80f43b7a6a 
								
							 
						 
						
							
							
								
								Migrate javaagent-instrumentation to plugin ( #3328 )  
							
							... 
							
							
							
							* Migrate instrumentation.gradle to plugin
* Migrate usages
* Remove old
* Fix
* Revert example
* afterEvaluate
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> 
							
						 
						
							2021-06-17 23:13:14 +09:00  
				
					
						
							
							
								 
						
							
								d8ea53d431 
								
							 
						 
						
							
							
								
								Remove last advice class refs ( #3203 )  
							
							... 
							
							
							
							* Remove last advice class refs
* Two more 
							
						 
						
							2021-06-07 10:56:14 +03:00  
				
					
						
							
							
								 
						
							
								1a56ddb427 
								
							 
						 
						
							
							
								
								Simplify tomcat version detection ( #3129 )  
							
							
							
						 
						
							2021-05-30 15:08:00 +09:00  
				
					
						
							
							
								 
						
							
								fd132d463d 
								
							 
						 
						
							
							
								
								Change Async Servlet span end logic to fix race condition on Undertow ( #2992 )  
							
							... 
							
							
							
							* Attach servlet async listener with asyncStart instrumentation
* Exclude Spring packages containing servlet request classes from global ignores
* Exclude Tapestry HSR proxy with global ignore
* Improve comments.
* Fix for Liberty - request response when adding async listener
* Removed unused methods
* Explicit response to async listeners on all servlet engines
* Attach response to request on Jetty
* Fix broken build due to rebase, improved a comment
* Address PR comments
* Added a comment.
* Addressed PR comments 
							
						 
						
							2021-05-25 20:46:37 -07:00  
				
					
						
							
							
								 
						
							
								fe41885ee6 
								
							 
						 
						
							
							
								
								Switch to colon notation for dependencies. ( #2994 )  
							
							... 
							
							
							
							* Switch to colon notation for dependencies.
* Even more cleanup
* Revert mistake 
							
						 
						
							2021-05-15 15:31:06 +09:00  
				
					
						
							
							
								 
						
							
								9c7fae3b04 
								
							 
						 
						
							
							
								
								Extract javaagent-extension-api from tooling & spi ( #2879 )  
							
							
							
						 
						
							2021-05-06 23:30:25 -07:00  
				
					
						
							
							
								 
						
							
								1824e36b96 
								
							 
						 
						
							
							
								
								Better server span name for Grails and Wicket ( #2814 )  
							
							
							
						 
						
							2021-04-22 14:16:54 -07:00  
				
					
						
							
							
								 
						
							
								7027006f66 
								
							 
						 
						
							
							
								
								Request handlers and test images for Tomcat 10 and Jetty 11 (Servlet API 5) ( #2703 )  
							
							... 
							
							
							
							* Tomcat 10 and Jetty 11 handlers with Servlet API 5
* Jetty 11 and Tomcat 10 Windows images 
							
						 
						
							2021-04-05 09:45:02 -07:00