Skip to content
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

[W-17737743] Fix InvalidPathException in Maven Surefire by using path separator property #2635

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

lbarrios
Copy link
Contributor

@lbarrios lbarrios commented Feb 3, 2025

Replaced hardcoded : in <surefire.module.path> with ${path.separator} to ensure compatibility across Windows, Linux, and macOS.

@lbarrios lbarrios requested a review from a team as a code owner February 3, 2025 19:22
@lbarrios lbarrios enabled auto-merge (squash) February 3, 2025 19:29
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@lbarrios lbarrios merged commit 80993e8 into master Feb 4, 2025
8 checks passed
@lbarrios lbarrios deleted the fix/W-17702561 branch February 4, 2025 19:18
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