Skip to content

Tags: apm-learning/javaagent

Tags

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
⬆️ upgrade otel 1.6 (hypertrace#347)

* ⬆️ upgrade to 1.6.0 snapshot release

* ➕ add grpc to smoke tests

* ⬆️ upgrade sdk to 1.6.0

* ➕ add missing otel sdk dependency

* ♻️ update for breaking API changes

* ⬆️ upgrade to non snapshot release

* ⬆️ upgrade otel patch version

* ➕ add grpc runtime dependencies for smoke test app

* 🐛 save context in property for access/removal in entity interceptor

* ⚗️ disable client pipeline replacement'

* 🐛 fix bug with incorrect tracing handler name in replacement

* ⬆️ upgrade dependencies

1.1.10

Toggle 1.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🐛 Fix spring boot smoke test taking a long time, set more sensible de…

…fault for OPA endpoint (hypertrace#343)

* ✨ set default OPA endpoint to localhost

* ⚡ set timeoout on waitForTraces

1.1.9

Toggle 1.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🐛 build/smoke test checkout action usage now checks out head of main …

…branch (hypertrace#342)

1.1.8

Toggle 1.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🐛 gRPC header capture with shaded netty module and body capture witho…

…ut com.google.protobuf.util.JsonFormat (hypertrace#339)

* ✅ add test tasks for gRPC 1.30.0

* ♻️ move GrpcSemanticAttributes to common library for access across grpc instrumentation modules

* ✨ add instrumentation for grpc-shaded-netty-1.9

* 🎨 format grpc-1.6 build

* 🐛 fix classpath for versioned test source set

* ✅ add muzzle check for module

* 🎨 format shaded netty module

* ♻️ move usages of grpc-common to util class

* 🐛 add names to instrumentation module

* 🎨 format utils

* 🚚 rename NettyUtils

* 🚚 move around classes

* 🚚 move instrumentation classes to separate file

* 🐛 copy-paste build script bug

* 🔥 remove unneeded helper class method

* ✅ update muzzle policy to be more restrictive, we need to work without JsonFormat available on the application class loader

* ✨ add shaded project for protobuf-java-util

* ♻️ use shaded protobuf java util in grpc instrumentation

* 🔥 remove unneeded relocations

1.1.7

Toggle 1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
⬆️ Upgrade min gRPC version to 1.6 (hypertrace#338)

* ⬆️ update GRPC version

* 🚚 rename grpc package to end in v1_6

* 🚚 rename grpc-1.5 directory to grpc-1.6

* 📝 update docs to reflect gRPC min version

1.1.6

Toggle 1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🐛 set Java 8 release compiler option (hypertrace#334)

1.1.5

Toggle 1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove CCI and add release GHA release workflow (hypertrace#333)

* Remove CCI and add release GHA release workflow

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>

* Fix

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>

* Fix

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>

* Fix

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>

* enable others

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>

1.1.4

Toggle 1.1.4's commit message
Fix

Signed-off-by: Pavol Loffay <p.loffay@gmail.com>

1.1.3

Toggle 1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🐛 Report config service loader fix (hypertrace#328)

* ✅ add test to verify ReportingConfigImpl

* 🐛 fix bug where ReportingConfigImpl could not be instantiated

1.1.2

Toggle 1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
✨ Expose reporting config to consumers of `javaagent-core` so that `F…

…ilter` implementation authors can access them (hypertrace#327)