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

Moved Broker strategy and controller classes to common to re purpose them for MSAL CPP broker integration #1115

Merged
merged 4 commits into from
Jul 31, 2020

Conversation

kreedula
Copy link
Contributor

@kreedula kreedula commented Jul 30, 2020

common PR: AzureAD/microsoft-authentication-library-common-for-android#986

  • Deleted unused class RequestCodes.

Classes Moved

Class Name Moved from Package Moved to Package
BrokerCommunicationException com.microsoft.identity.client.exception com.microsoft.identity.common.exception
BrokerBaseStrategy com.microsoft.identity.client.internal.controllers com.microsoft.identity.common.internal.broker
BrokerContentProviderStrategy com.microsoft.identity.client.internal.controllers com.microsoft.identity.common.internal.broker
BrokerAuthServiceStrategy com.microsoft.identity.client.internal.controllers com.microsoft.identity.common.internal.broker
BrokerAccountManagerStrategy com.microsoft.identity.client.internal.controllers com.microsoft.identity.common.internal.broker
BrokerActivity com.microsoft.identity.client.internal.controllers com.microsoft.identity.common.internal.broker
BrokerMsalController com.microsoft.identity.client.internal.controllers com.microsoft.identity.common.internal.controllers
LocalMSALController com.microsoft.identity.client.internal.controllers com.microsoft.identity.common.internal.controllers

// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
package com.microsoft.identity.client.internal.controllers;
Copy link
Member

Choose a reason for hiding this comment

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

no longer needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, it'a an unused class lying around for a while, spotted it while doing the move , so deleting it

Copy link
Contributor

@AdamBJohnsonx AdamBJohnsonx left a comment

Choose a reason for hiding this comment

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

Before we do this, can you update the changelog with the appropriate information for the next release?

Copy link
Contributor

@AdamBJohnsonx AdamBJohnsonx left a comment

Choose a reason for hiding this comment

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

Thanks for the changelog. 👍

@kreedula kreedula merged commit b479173 into dev Jul 31, 2020
@kreedula kreedula deleted the kreedula/move-controllers branch July 31, 2020 02:49
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.

None yet

3 participants