Skip to content

Release#324

Merged
HardNorth merged 4 commits into
masterfrom
develop
Jun 16, 2026
Merged

Release#324
HardNorth merged 4 commits into
masterfrom
develop

Conversation

@HardNorth

Copy link
Copy Markdown
Member

No description provided.

HardNorth and others added 4 commits April 23, 2026 22:17
… compatibility

Android's regex engine (com.android.icu.util.regex.PatternNative) is
stricter than the JVM's java.util.regex.Pattern and rejects unescaped '}'
with a PatternSyntaxException. Since this regex is compiled in a static
initializer, the class is permanently poisoned and every subsequent call
to LaunchImpl.startTestItem() fails with ExceptionInInitializerError.

Escaping the '}' as '\}' is valid on both JVM and Android ICU — no
behavioural change for non-Android consumers.

Fixes #322
…lity

fix: escape closing brace in TemplateProcessing regex for Android ICU compatibility
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 34130a0e-4d56-41f4-bdb8-c07720fe51e1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch develop

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@HardNorth HardNorth merged commit 1427ff8 into master Jun 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants