-
Notifications
You must be signed in to change notification settings - Fork 92
chore: Add powertools specific user-agent-suffix to the AWS SDK v2 clients #1306
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
Merged
jeromevdl
merged 11 commits into
aws-powertools:main
from
eldimi:chore/user_agent_sdk_clients
Aug 2, 2023
Merged
Changes from 2 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
7f74a9f
chore: add powertools user-agent-suffix to the AWS SDK v2 clients
eldimi 44f6b9b
Merge branch 'main' into chore/user_agent_sdk_clients
eldimi b1809cc
fix wrong import for logger
eldimi 3bf973c
fix review comments: Add comments and javadoc for readability, rename…
eldimi 0c1f723
Merge branch 'main' into chore/user_agent_sdk_clients
eldimi 825b41c
fix typo
eldimi 51313a3
Merge branch 'main' into chore/user_agent_sdk_clients
eldimi ecaa919
fix code smells and formatting issues
eldimi 5c9f462
Merge branch 'main' into chore/user_agent_sdk_clients
eldimi 7371857
Merge branch 'main' into chore/user_agent_sdk_clients
jeromevdl 8f0e137
Merge branch 'main' into chore/user_agent_sdk_clients
jeromevdl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
powertools-core/src/main/resources-filtered/version.properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# The filtered properties can have variables that are filled in y system properties or project properties. | ||
# See https://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html | ||
# | ||
# The values are replaced before copying the resources to the main output directory. Therefore, ass soon as the build phase is completed, | ||
# the values should have been replaced if the properties are available and if 'filtering' is set to true in the pom.xml | ||
# | ||
# | ||
# The ${project.version} is retrieved from the respective pom.xml property | ||
powertools.version=${project.version} |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
powertools.version=${project.version} | ||
# This is intentionally left empty | ||
# It used during testing and is set to un-readable to fulfil the test purposes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.