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

[Samples & SDK] Replace Double Brace initialization with Standard Initialization by Batta32 · Pull Request #1103 · microsoft/botbuilder-java · GitHub

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

[Samples & SDK] Replace Double Brace initialization with Standard Initialization - #1103

Merged
tracyboehrer (tracyboehrer) merged 27 commits into
microsoft:mainfrom
southworks:external/feature/southworks/double-brace/base
Mar 29, 2021
Merged

[Samples & SDK] Replace Double Brace initialization with Standard Initialization#1103
tracyboehrer (tracyboehrer) merged 27 commits into
microsoft:mainfrom
southworks:external/feature/southworks/double-brace/base

Conversation

Copy link
Copy Markdown
Contributor

Fixes #1067

Description

We replaced all the double brace initialization from samples and libraries (code + unit tests) to avoid serialization issues.

Specific Changes

  • Replace double brace initialization to standard initialization in libraries
  • Replace double brace initialization to standard initialization in samples

Testing

We double checked the behavior of all the samples and the execution of the unit tests of each library.

Successful mvn clean install execution after changes

Successful communication of the 17.multilingual-bot sample after changes

Successful communication of the 49.qnamaker-all-features sample after changes

tracyboehrer (tracyboehrer) merged commit e01aef1 into microsoft:main Mar 29, 2021
Martin Battaglino (Batta32) deleted the external/feature/southworks/double-brace/base branch March 29, 2021 13:47
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.

Serialization doesn't work with non-static inner classes related to the double brace initialization

2 participants


Back | FazBrowse Home | New Git URL