Release v0.6.0
This release uses OpenTelemetry Instrumentation for Java version 0.14.0. If you want to extend the instrumentation manually, use the OpenTelemetry Java API version 0.14.1. Consult the release notes linked above for upstream changes.
📈 Improvements
- Resource attributes are now exposed as system properties and available for use in logging patterns #76
- Agent jar no longer contains duplicate files #79
- WebLogic 12.1.3 is now present in the matrix and used in smoke tests #82
- AutoService is now used instead of plain service files #84
- Experimental Spring Batch instrumentation is now enabled by default #88
🛠️ Bug fixes
- Preconfigured custom propagators are no longer overridden by the agent open-telemetry/opentelemetry-java-instrumentation#2004