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

[vividus] Fix generate expression to be thread-safe again #3509

Merged
merged 1 commit into from
Dec 30, 2022

Conversation

valfirst
Copy link
Collaborator

The root cause of the fixed issue: datafaker-net/datafaker#574. It's needed to use JitPack build, because new datafaker release is not plublished and timeline is unknown (see more: datafaker-net/datafaker#574 (comment)). datafaker SNAPSHOT builds may introduce unexpected breaking changes e.g. datafaker-net/datafaker@e44736d, that's why they are not acceptable.

The root cause of the fixed issue: datafaker-net/datafaker#574.
It's needed to use JitPack build, because new `datafaker` release is not plublished and timeline is unknown
(see more: datafaker-net/datafaker#574 (comment)).
`datafaker` SNAPSHOT builds may introduce unexpected breaking changes e.g.
datafaker-net/datafaker@e44736d,
that's why they are not acceptable.
@sonarcloud
Copy link

sonarcloud bot commented Dec 30, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Dec 30, 2022

Codecov Report

Merging #3509 (36fc3f9) into master (7b3fc46) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #3509   +/-   ##
=========================================
  Coverage     96.97%   96.97%           
  Complexity     6015     6015           
=========================================
  Files           842      842           
  Lines         17162    17162           
  Branches       1112     1112           
=========================================
  Hits          16642    16642           
  Misses          412      412           
  Partials        108      108           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@valfirst valfirst merged commit bb80d24 into master Dec 30, 2022
@valfirst valfirst deleted the bump-datafaker-4c1995b09f branch December 30, 2022 15:23
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.

2 participants