FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Move allowed callers and skill conversation factory to SDK by LeeParrishMSFT · Pull Request #1062 · microsoft/botbuilder-java · GitHub

This repository was archived by the owner on Dec 4, 2023. It is now read-only.
/ botbuilder-java Public archive

Move allowed callers and skill conversation factory to SDK - #1062

Merged
Lee Parrish (LeeParrishMSFT) merged 3 commits into
mainfrom
lparrish/Issue1401
Mar 17, 2021
Merged

Move allowed callers and skill conversation factory to SDK#1062
Lee Parrish (LeeParrishMSFT) merged 3 commits into
mainfrom
lparrish/Issue1401

Conversation

Lee Parrish (LeeParrishMSFT) commented Mar 17, 2021
edited
Loading

Copy link
Copy Markdown
Contributor

Fixes #1041

Description

Moved common code used in skills bots to the SDK including AllowedCallersClaimsValidator.java and SkillConversationIdFactory.java. Also ported additional unit tests for these two classes, and correct samples 80 and 81 to remove the redundant code and use these classes from the SDK.

Specific Changes

Moved AllowedCallersClaimsValidator.java and SkillConversationFactory.java, added unit test classes for each of these respectively, and updated samples 80 and 81 to use the AllowedCallersClaimsValidator and SkillConversationIdFactory that are now part of the SDK.

Testing

Unit tests all pass, and samples were run and tested.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

port: move allowed callers and skill conversation factory (#5286)

2 participants


Back | FazBrowse Home | New Git URL