Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Conversation

@LeeParrishMSFT
Copy link
Contributor

Fixes #1403

Description

Update to pick up correct SDK version and add it to the UserAgent string for metrics collection.

Specific Changes

Updated to get the version property from the project.properties file instead of the connector.properties file which isn't available.

Testing

Unit tests were run to validate that desired value was being returned from modified code.

@LeeParrishMSFT LeeParrishMSFT requested a review from a team as a code owner January 4, 2022 15:20
@LeeParrishMSFT LeeParrishMSFT merged commit 10f0ead into main Jan 4, 2022
@LeeParrishMSFT LeeParrishMSFT deleted the lparrish/Issue1403 branch January 4, 2022 17:29
LeeParrishMSFT added a commit that referenced this pull request Jan 4, 2022
* Update to pick up correct SDK version

* Fix unit test in QnAMaker and spelling in comment.

Co-authored-by: Gabo Gilabert <gabog@users.noreply.github.com>
tracyboehrer pushed a commit that referenced this pull request Jan 5, 2022
* Bump log4j-core from 2.17.0 to 2.17.1 (#1406)

Bumps log4j-core from 2.17.0 to 2.17.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump log4j-api from 2.17.0 to 2.17.1 (#1405)

Bumps log4j-api from 2.17.0 to 2.17.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update to pick up correct SDK version (#1404)

* Update to pick up correct SDK version

* Fix unit test in QnAMaker and spelling in comment.

Co-authored-by: Gabo Gilabert <gabog@users.noreply.github.com>

* Update version to 4.14.2

Bump log4j-core from 2.17.0 to 2.17.1 (#1406)

Bumps log4j-core from 2.17.0 to 2.17.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update spring-core and spring-boot packages. (#1408)

Co-authored-by: Gabo Gilabert <gabog@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gabo Gilabert <gabog@users.noreply.github.com>
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.

UserAgent doesn't include correct SDK version.

3 participants