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

Semver release #506

Merged
merged 134 commits into from
May 15, 2024
Merged

Semver release #506

merged 134 commits into from
May 15, 2024

Conversation

nmayorsplit
Copy link
Contributor

No description provided.

sanzmauro and others added 30 commits November 8, 2023 14:55
updated Telemetry submitter and sender classes
Bilal Al and others added 26 commits May 3, 2024 11:42
added spec to splitchanges and auth urls, and updated tests
added less than or equal semver matcher
RawAuthResponse constructor first checks to ensure provided token is not null and is not empty. Existing implementation used != operator to detect non-empty string, thus failed to handle when provided token is actually empty, i.e. "".

The token comparison logic in RawAuthResponse constructor is now updated to use isEmpty() instead, more specifically, (token != null && !token.isEmpty()) to properly handle "" case.

New test case with sample json has been added for validation; the test prior to the change would fail with java.lang.ArrayIndexOutOfBoundsException.
[SDKS-7890] Update naming convention and remove some imports not using
…h_empty_token

Fix empty token handling in RawAuthResponse constructor
@nmayorsplit nmayorsplit requested a review from a team as a code owner May 15, 2024 18:51
@nmayorsplit nmayorsplit merged commit e84af2d into master May 15, 2024
5 of 6 checks passed
Copy link

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.

6 participants