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

Access token callback #1940

Merged
merged 12 commits into from
Nov 3, 2022
Merged

Access token callback #1940

merged 12 commits into from
Nov 3, 2022

Conversation

tkyc
Copy link
Member

@tkyc tkyc commented Oct 26, 2022

Allows client code to register a callback for DataSource that returns an access token.

providerName), null, 0, false);
throw new SQLServerException(null, String
.format(SQLServerException.getErrString("R_CustomKeyStoreProviderValueNull"), providerName),
null, 0, false);
}

Copy link
Member Author

Choose a reason for hiding this comment

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

Everything above this comment is just formatting changes.

@lilgreenbird lilgreenbird added this to the 12.1.0 milestone Nov 2, 2022
@lilgreenbird lilgreenbird added this to In progress in MSSQL JDBC via automation Nov 2, 2022
@lilgreenbird lilgreenbird moved this from In progress to Under Peer Review in MSSQL JDBC Nov 2, 2022
@Jeffery-Wasty
Copy link
Member

Multiple comments have leading hyphens, I don't think we do that anywhere. Please remove them for consistency.

Jeffery-Wasty
Jeffery-Wasty previously approved these changes Nov 3, 2022
MSSQL JDBC automation moved this from Under Peer Review to In progress Nov 3, 2022
lilgreenbird
lilgreenbird previously approved these changes Nov 3, 2022
Jeffery-Wasty
Jeffery-Wasty previously approved these changes Nov 3, 2022
@tkyc tkyc merged commit c79db60 into main Nov 3, 2022
MSSQL JDBC automation moved this from In progress to Closed/Merged PRs Nov 3, 2022
@tkyc tkyc deleted the access-token-callback branch November 3, 2022 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
MSSQL JDBC
  
Closed/Merged PRs
Development

Successfully merging this pull request may close these issues.

None yet

4 participants