-
Notifications
You must be signed in to change notification settings - Fork 156
Dependency cleanup #951
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
Dependency cleanup #951
Conversation
billwert
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple questions but looks good!
|
|
||
| <build> | ||
| <sourceDirectory>${project.build.directory}/delombok</sourceDirectory> | ||
| <sourceDirectory>src/main/java</sourceDirectory> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: leaving this is probably fine but I would expect that to be the default value.
| .get(); | ||
| } | ||
|
|
||
| public void acquireTokensInHomeAndGuestClouds(String homeCloud) throws MalformedURLException { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Surprised to just see a whole test getting removed - what's up?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It wasn't a whole test, it was a helper for some tests (like the similarly named "acquireTokenInteractive" and "acquireTokenInteractive_instanceAware")
However, it it seems like other changes and refactoring over the years got rid of all usages of it and it must've been missed by whatever got rid of the last reference.
And config for pipeline task
Final dependency changes in test classes, and cleanup of various unused methods/fields/imports/dependencies, to finish the work in #909
Except for
pom.xml, the changes were made only in test classes. The actual behavior and coverage of those tests are the same as before, and the changes mainly affect classes that get test resources from the labs API plus a few small adjustments to use the new dependencies appropriately.The PR makes the following changes:
CachePersistenceIT,Config,App,Lab,LabService,User,UserSecret,CacheFormatTestspom.xml