-
Notifications
You must be signed in to change notification settings - Fork 3
feat: add UrlSigner interface for customizable URL signing #21
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
Open
uriahcarpenter
wants to merge
30
commits into
master
Choose a base branch
from
feat/on-create-builder-actions
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
2d9da1a
feat: add UrlSigner interface for customizable URL signing
uriahcarpenter 7e0b3b9
feat: update expiration handling in URL builders to use IllegalArgume…
uriahcarpenter 8c68cc9
Check input
uriahcarpenter 294df24
Null check
uriahcarpenter c3b98c2
No path returns `/`
uriahcarpenter a4b639f
Fix JavaDoc
uriahcarpenter ac525dd
Fix JavaDoc
uriahcarpenter 684f314
Fix JavaDoc
uriahcarpenter 70cf40a
copilot nits
uriahcarpenter 631067f
feat: add support for raw query parameters in SigningContext implemen…
uriahcarpenter b43d361
feat: add version management for dependencies in libs.versions.toml
uriahcarpenter 1d0ebda
feat: implement URL-safe Base64 encoding utility and update HMAC sign…
uriahcarpenter 0552d98
fix javadoc
uriahcarpenter 3e6f661
enable logging
uriahcarpenter 70f398c
fix all javadoc errors
uriahcarpenter 347a7a8
Update src/main/java/com/widen/urlbuilder/UrlBuilder.java
uriahcarpenter c63efdc
Update src/main/java/com/widen/urlbuilder/UrlSigner.java
uriahcarpenter ec2ba2a
Update src/main/java/com/widen/urlbuilder/UrlSigner.java
uriahcarpenter 8888d08
Update src/main/java/com/widen/urlbuilder/S3UrlBuilder.java
uriahcarpenter ad7bd0d
fix: align expireAt(Instant) @since to 3.1.0 in S3 and CloudFront bui…
uriahcarpenter de71221
fix: wrap checked crypto exceptions in README signing example
uriahcarpenter 8ff18d1
fix: remove accidental trailing comma in HmacSigningExampleTest signi…
uriahcarpenter deeb21c
fix: correct indentation in CloudfrontUrlBuilder.expireAt(Date)
uriahcarpenter 26f4472
fix: change SigningContext.getPort() from int/-1 to Integer/null for …
uriahcarpenter 2f9f00c
fix: cache static URL-safe Base64 encoder in UrlSafeBase64
uriahcarpenter d26563a
chore: add project AGENTS.md with mise exec Java command convention
uriahcarpenter 2443f13
revert: change @since 3.1.0 back to 3.0.0 (not yet released)
uriahcarpenter 87afbcc
simplify readme example
uriahcarpenter 3936169
chore(deps): bump org.bouncycastle:bcprov-jdk15to18 from 1.80 to 1.83…
dependabot[bot] 33e621d
fix: restore bouncycastle bundle from master
uriahcarpenter 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # AGENTS.md | ||
|
|
||
| ## Java Commands | ||
|
|
||
| All `java`, `javac`, and related JVM commands must be prefixed with `mise exec --` to ensure the correct Java version (as specified by [mise](https://mise.jdx.dev/)) is used. Examples: | ||
|
|
||
| ```bash | ||
| mise exec -- java -version | ||
| mise exec -- ./gradlew build | ||
| mise exec -- ./gradlew test | ||
| ``` | ||
|
|
||
| This applies to any direct `java` invocation and to any tool that shells out to the JVM. |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
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.