Skip to content

Commit 711e48c

Browse files
authored
Release v2.14.0 (#378)
* Release PR for v2.14.0
1 parent d107573 commit 711e48c

File tree

3 files changed

+352
-0
lines changed

3 files changed

+352
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 2.14.0 - 2023-04-13
4+
- Add support for Jakarta and Spring 6
5+
[PR 372](https://github.com/aws/aws-xray-sdk-java/pull/372)
6+
- Fix sqs/sns case for aws sdk v2 parameter allowlist lookups
7+
[PR 373](https://github.com/aws/aws-xray-sdk-java/pull/373)
8+
- Fixing NoClassDefFoundError
9+
[PR 375](https://github.com/aws/aws-xray-sdk-java/pull/375)
10+
311
## 2.13.0 - 2022-11-08
412
- Oversampling Mitigation
513
[PR 356](https://github.com/aws/aws-xray-sdk-java/pull/356)

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ public class WebConfig {
143143
```
144144
The servlet filter will fail to serve incoming requests if a `SegmentNamingStrategy` is not supplied, either through web.xml init-params or through the constructor.
145145

146+
##### Applications using `jakarta.servlet` or Spring 6
147+
Include from the Jakarta namespace. Example: `com.amazonaws.xray.javax.servlet.AWSXRayServletFilter`
148+
146149
##### Applications not using `javax.servlet` may include custom interceptors to begin and end trace segments
147150

148151
Directly call `beginSegment` and `endSegment` as necessary. *Note:* this method requires additional work to ensure that the `X-Amzn-Trace-Id` header is properly propogated and sufficient information about the request and response is captured with the segment.

0 commit comments

Comments
 (0)