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

Fix for broken mssql-jdbc.properties location logic #2579

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

Jeffery-Wasty
Copy link
Contributor

The logic for finding the mssql-jdbc.properties file, used in Configurable Retry Logic was correct for test environments, and when building the driver manually, but not correct when using the driver as a jar or dependency. This fixes that issue by only removing the target/classes suffix if needed.

@Jeffery-Wasty Jeffery-Wasty modified the milestone: 12.10.0 Jan 9, 2025
@Jeffery-Wasty Jeffery-Wasty linked an issue Jan 9, 2025 that may be closed by this pull request
@Jeffery-Wasty Jeffery-Wasty self-assigned this Jan 9, 2025
@Jeffery-Wasty Jeffery-Wasty added the Under Review Used for pull requests under review label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Under Review Used for pull requests under review
Projects
Status: Under Peer Review
Development

Successfully merging this pull request may close these issues.

Broken logic in ConfigurableRetryLogic
6 participants