Skip to content

Chore: Addition of Warn Message If Invalid Annotation Key While Tracing #1511

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
be04ef8
chore: Start V2 branch (#1346)
scottgerring Aug 4, 2023
23261c7
v2: fix version (#1348)
scottgerring Aug 7, 2023
69eafe6
chore: V2 update from main (#1365)
scottgerring Aug 22, 2023
50e7b56
chore: [V2] rename 'core' module to 'common' (#1364)
scottgerring Aug 24, 2023
b5135c9
chore: update v2 (#1409)
jeromevdl Aug 31, 2023
2d3e865
chore: remove aspectj-rt from the library (#1408)
jeromevdl Sep 1, 2023
8586bf6
fix: add aspectj-rt to batch e2e (#1410)
jeromevdl Sep 1, 2023
d3b5a72
Merge, accepting both sides for deleted files
scottgerring Oct 13, 2023
c5ced4f
Remove powertools-examples-core
scottgerring Oct 13, 2023
fc9f0ec
Resolve merge issues
scottgerring Oct 13, 2023
653e98a
Fix aspectj issue
scottgerring Oct 13, 2023
857fd4c
Fix up merge
scottgerring Oct 16, 2023
c739383
Merge pull request #1477 from aws-powertools/chore/main-into-v2
jeromevdl Oct 17, 2023
cc004d7
Merge main
scottgerring Oct 24, 2023
a3d2c9b
Merge cleanup: fix some missing changes
scottgerring Oct 24, 2023
327846f
Merge fixes - readme link and terraform build
scottgerring Oct 24, 2023
c79400d
Merge pull request #1492 from aws-powertools/main-into-v2-again
jeromevdl Oct 24, 2023
f741f64
Merge branch 'main' into v2
jeromevdl Oct 26, 2023
b05a16c
Merge pull request #1494 from aws-powertools/chore/merge-main-into-v2
jeromevdl Oct 26, 2023
62ccaf9
chore(v2): clean examples (#1495)
jeromevdl Oct 26, 2023
d41cb67
removing dynamodb local from examples
jdoherty Nov 8, 2023
86469a0
addition of tracing warning if annotation has invalid key
jdoherty Nov 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ on:
- 'powertools-metrics/**'
- 'powertools-parameters/**'
- 'powertools-serialization/**'
- 'powertools-sqs/**' # not in v2
- 'powertools-test-suite/**' # not in v2
- 'powertools-tracing/**'
- 'powertools-validation/**'
- 'examples/**'
Expand All @@ -35,12 +33,10 @@ on:
- 'powertools-e2e-tests/**'
- 'powertools-idempotency/**'
- 'powertools-large-messages/**'
- 'powertools-logging/**'
- 'powertools-metrics/**'
- 'powertools-parameters/**'
- 'powertools-serialization/**'
- 'powertools-sqs/**'
- 'powertools-test-suite/**'
- 'powertools-tracing/**'
- 'powertools-validation/**'
- 'examples/**'
Expand Down Expand Up @@ -73,11 +69,11 @@ jobs:
run: mvn -B install --file pom.xml
- name: Build Gradle Example - Java
if: ${{ matrix.java == '8' }} # Gradle example can only be built on Java 8
working-directory: examples/powertools-examples-core/gradle
working-directory: examples/powertools-examples-core-utilities/gradle
run: ./gradlew build
- name: Build Gradle Example - Kotlin
if: ${{ matrix.java == '8' }} # Gradle example can only be built on Java 8
working-directory: examples/powertools-examples-core/kotlin
working-directory: examples/powertools-examples-core-utilities/kotlin
run: ./gradlew build
- name: Setup Terraform
if: ${{ matrix.java == '11' }}
Expand All @@ -89,7 +85,7 @@ jobs:
role-to-assume: ${{ secrets.AWS_ROLE_ARN_TO_ASSUME }}
aws-region: ${{ env.AWS_REGION }}
- name: Terraform validate
working-directory: examples/powertools-examples-core/terraform
working-directory: examples/powertools-examples-core-utilities/terraform
if: ${{ matrix.java == '11' }}
run: |
terraform -version
Expand All @@ -100,7 +96,7 @@ jobs:
if: ${{ matrix.java == '11' }}
uses: terraform-linters/setup-tflint@a5a1af8c6551fb10c53f1cd4ba62359f1973746f # v3.1.1
- name: Terraform lint
working-directory: examples/powertools-examples-core/terraform
working-directory: examples/powertools-examples-core-utilities/terraform
if: ${{ matrix.java == '11' }}
run: |
tflint --version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
pull_request:
branches:
- main
- v2
paths:
- 'powertools-e2e-tests/**'

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Powertools for AWS Lambda (Java)
# Powertools for AWS Lambda (Java) V2

**This is pre-release code for Powertools for AWS Lambda (Java) V2! Please check out the `main` branch for the stable release**

![aws provider](https://img.shields.io/badge/provider-AWS-orange?logo=amazon-aws&color=ff9900) ![Build status](https://github.com/aws-powertools/powertools-lambda-java/actions/workflows/build.yml/badge.svg) ![Maven Central](https://img.shields.io/maven-central/v/software.amazon.lambda/powertools-parent) [![codecov.io](https://codecov.io/github/aws-powertools/powertools-lambda-java/branch/main/graphs/badge.svg)](https://app.codecov.io/gh/aws-powertools/powertools-lambda-java)

Expand Down
6 changes: 0 additions & 6 deletions docs/utilities/large_messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ description: Utility
The large message utility handles SQS and SNS messages which have had their payloads
offloaded to S3 if they are larger than the maximum allowed size (256 KB).

!!! Notice
The large message utility (available in the `powertools-sqs` module for versions v1.16.1 and earlier) is now deprecated
and replaced by the `powertools-large-messages` described in this page.
You can still get the documentation [here](sqs_large_message_handling.md)
and the migration guide [here](#migration-from-the-sqs-large-message-utility).

## Features

- Automatically retrieve the content of S3 objects when SQS or SNS messages have been offloaded to S3.
Expand Down
Loading