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

Update extensions package and add to main repo #807

Merged
merged 4 commits into from
Apr 10, 2024

Conversation

Avery-Dunn
Copy link
Collaborator

This PR copies code from https://github.com/AzureAD/microsoft-authentication-extensions-for-java and updates dependencies, as per #777

The code was moved here and added as module much like the brokers package in order to make ongoing support for it easier to manage.

Long[] prev = null;
for (Long[] interval : list) {
Assert.assertTrue(interval[0] <= interval[1]);
sum += interval[1] - interval[0];

Check failure

Code scanning / CodeQL

Implicit narrowing conversion in compound assignment High test

Implicit cast of source type long to narrower destination type int.
@Avery-Dunn Avery-Dunn merged commit 0edb99c into dev Apr 10, 2024
3 of 5 checks passed
@Avery-Dunn Avery-Dunn deleted the avdunn/add-persistence-package branch July 15, 2024 19:20
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