Skip to content

Update codeowners and small fixes#528

Merged
rodrigo-roca merged 4 commits into
masterfrom
rodrigo.roca/update-codeowners
Mar 24, 2026
Merged

Update codeowners and small fixes#528
rodrigo-roca merged 4 commits into
masterfrom
rodrigo.roca/update-codeowners

Conversation

@rodrigo-roca

Copy link
Copy Markdown
Collaborator

Update codeowners to include new members

rodrimendoza
rodrimendoza previously approved these changes Mar 23, 2026
with:
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
# java-version: 21 # Optionally specify what version of Java to set up for the build, or remove to use a recent default.
java-version: 17

@rodrigo-roca rodrigo-roca Mar 23, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It didn't build with Java 21, which is the newest default, so specifying the version here is needed

@rodrigo-roca rodrigo-roca changed the title Update codeowners Update codeowners and small fixes Mar 24, 2026

public boolean waitForWebhooks(final int number) throws InterruptedException {
long timeout = System.currentTimeMillis() + TimeUnit.SECONDS.toMillis(10);
return waitForWebhooks(number, 30);

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Increased the default timeout from 10s to 30s Some tests kept flaking because of this

afontan
afontan previously approved these changes Mar 24, 2026
@rodrigo-roca
rodrigo-roca merged commit 7d8c319 into master Mar 24, 2026
19 checks passed
@rodrigo-roca
rodrigo-roca deleted the rodrigo.roca/update-codeowners branch March 24, 2026 11:29
@rodrigo-roca rodrigo-roca added the changelog/Changed Changed features results into a major version bump label Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/Changed Changed features results into a major version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants