-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Add pipeline option to force GBEK (Java) #36346
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
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
b98663c
First pass at Java GBEK (AI generated)
damccorm c5aacfb
Compile
damccorm 45ed98f
Compiletest
damccorm 4bf3c9a
checkstyle
damccorm c62d8e0
tests passing
damccorm 9230d2e
Move secret code into utils
damccorm 56b7130
Use secret manager from bom
damccorm 9f2204f
Docs
damccorm 25d96bd
Better docs
damccorm cbd441a
Updates
damccorm 90fa3fd
[WIP] Add pipeline option to force GBEK (Java)
damccorm f34d8c5
Trigger some postcommits
damccorm 8c25c56
Update triggers
damccorm eaee76e
Merge branch 'master' into users/damccorm/enforce-java-gbek
damccorm 6c8f959
Tests
damccorm 705213a
test fixes
damccorm 6dfdea9
Move tests to IT
damccorm 7c821e4
Randomized secret postfix
damccorm b19082e
Update encryption mode
damccorm a18d241
checkstyle
damccorm 5016b6f
explicitly add dep
damccorm 14b8a64
spotbugs: only create generator once
damccorm 9ee77f5
Merge in master
damccorm 241f438
Gemini nits
damccorm 0fb7cf3
Feedback
damccorm d848a38
Syntax + format
damccorm 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
Some comments aren't visible on the classic Files Changed page.
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 |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "comment": "Modify this file in a trivial way to cause this test suite to run", | ||
| "modification": 1 | ||
| "modification": 2 | ||
| } |
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,8 +1,4 @@ | ||
| { | ||
| "https://github.com/apache/beam/pull/36138": "Cleanly separating v1 worker and v2 sdk harness container image handling", | ||
| "https://github.com/apache/beam/pull/34902": "Introducing OutputBuilder", | ||
| "https://github.com/apache/beam/pull/35177": "Introducing WindowedValueReceiver to runners", | ||
| "comment": "Modify this file in a trivial way to cause this test suite to run", | ||
| "modification": 3, | ||
| "modification": 4, | ||
| "https://github.com/apache/beam/pull/35159": "moving WindowedValue and making an interface" | ||
| } |
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
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
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.