* Add InternalJavadoc custom error prone check
* Add example usage
* Move to conventions
* Revert "Move to conventions"
This reverts commit d8a8209b59.
* Just get it working
* Clearer error message
* versions
* Apply almost everywhere
* feedback
* Always at the end of javadoc
* Fix test
* Missed (at least) one
* No longer internal
* Fix NPE
* Spotless
* Convert awslambda Java test to JUnit 5 so can reduce visibility
* Reduce visibility
* Rename the check
* More
* Move into errorprone-convention
* Fix UserExcludedClassesConfigurerTest
* don't report 400 level as error for server spans
* fix HttpServerTest base class
* fix JspInstrumentationForward test
* split HttpStatusConverter into client and server implementations, and create two HttpSpanStatusExtractor.create methods, one for server and one for client.
* rebase
* fix test
* spotless
* fix test
* remove unused
* use strongly typed attributes converters and rename to overloaded create()
* fix tests
* remove redundant assert
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
* Net Extractors
* Either request or response but not both
* Fix merge conflicts
* Separate by OnStart/OnEnd
* PeerServiceAttributes
* Fix test
* Restructure to client/server
* Fix merge conflict in main
* more
* peer.service
* Feedback
* peer.service is only for clients
* Fix merge conflict
* rename
* Armeria
* peer.service is only for clients
* rename
* WIP
* Sync Dubbo with Armeria
* More Dubbo and Armeria
* gRPC
* Revert some Dubbo changes
* more peer.service
* Fix test
* Fix merge
* Fixes
* Extract HTTP request/response headers as span attributes
* fix muzzle
* code review comments
* fix compilation failure after merge conflict
* avoid using streams API when transforming the headers list
* fix liberty extractor
* fix spring webmvc extractor
* feat: jetty-9 http client, commit for PR comments
* chore: compensate for build break due to new TypeTransformer
* WIP: jetty9 with wrappers working
* feat: moved structure to match 9.2
* chore: fix package names again, now 9.2, clean up Nullables and Muzzle range
* chore: added latestDepTestLibrary for 10+ but class loader issues due to underlying jetty-server from the test framework
* chore: migrate to new instrumenter api
* chore: adjust to all the gradle plugin changes
* chore: added layers of builders
* chore: update final easy code review comments
* chore: remove comments in gradle
* chore: code cleanup, package cleanup, reduce surface area, iterators
* chore: cleanup of null checks, using HttpFlavorVals enum
* chore: null check removal again
* chore: set muzzle plugin correctly for 9.2 up to 9.4.+
* chore: convert gradle plugins to not use apply syntax
* Rename to build.gradle
* chore: move TypeInstrumention into standalone class
Co-authored-by: Anuraag Agrawal <aanuraag@amazon.co.jp>