openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
Circuit Breaker Library
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 19, 2023 — Jan 19, 2024
Showing page 2 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Cleaning up the code to improve codacy score.
Mitsuo Takaki
More...
almost 9 years ago
Merge pull request #11 from mtakaki/mtakaki_7_custom_threshold_config
Mitsuo Takaki
as mtakaki
More...
almost 9 years ago
Fixing benchmark numbers after optimizing the streams and for loops.
Mitsuo Takaki
More...
almost 9 years ago
Initializing the customThresholds, in CircuitBreakerConfiguration, with a blank HashMap in case it's never used. This avoids having an NPE when it's not used.
Mitsuo Takaki
More...
almost 9 years ago
Updating the javadoc on isCircuitOpen() to point the default threshold will be used if the circuit breaker doesn't exist yet.
Mitsuo Takaki
More...
almost 9 years ago
Adding configurable custom thresholds, rather than using hard-coded thresholds in the annotation.
Mitsuo Takaki
More...
almost 9 years ago
Fixing the double comparison to use Double.compare and try use parallel stream as much as possible.
Mitsuo Takaki
More...
almost 9 years ago
Adding test for custom threshold.
Mitsuo Takaki
More...
almost 9 years ago
Adding support to custom threshold and adding some tweaks to use parallel stream, instead of standard for loops. #7
Mitsuo Takaki
More...
almost 9 years ago
Merge pull request #9 from mtakaki/mtakaki_document_benchmark
Mitsuo Takaki
as mtakaki
More...
almost 9 years ago
Adding CircuitBreakerApplicationEventListener.getCircuitBreakerName metric to measure the overhead per request and documenting the numbers.
Mitsuo Takaki
More...
almost 9 years ago
Adding Codacy code quality score badge.
Mitsuo Takaki
More...
almost 9 years ago
Cleaning up examples and fixing version number on maven sample.
Mitsuo Takaki
More...
almost 9 years ago
Upgrading the version
Mitsuo Takaki
More...
almost 9 years ago
[maven-release-plugin] prepare for next development iteration
Mitsuo Takaki
More...
almost 9 years ago
[maven-release-plugin] prepare release 0.0.5
Mitsuo Takaki
More...
almost 9 years ago
Merge pull request #6 from mtakaki/mtakaki_address_sonarqube_issues
Mitsuo Takaki
as mtakaki
More...
almost 9 years ago
Moving comment to the correct place for OperationException
Mitsuo Takaki
More...
almost 9 years ago
Removing threshold() from annotation as it's currently not supported, to avoid confusion. It will be added back in the future.
Mitsuo Takaki
More...
almost 9 years ago
Addressing code review issues raised by sonarqube analysis.
Mitsuo Takaki
More...
almost 9 years ago
Adding javadoc to status
Mitsuo Takaki
More...
almost 9 years ago
Fixing typo on README.md
Mitsuo Takaki
More...
almost 9 years ago
Fixing coveralls environment variable name
Mitsuo Takaki
More...
almost 9 years ago
Fixing maven badget to point at maven central
Mitsuo Takaki
More...
almost 9 years ago
[maven-release-plugin] prepare for next development iteration
Mitsuo Takaki
More...
almost 9 years ago
[maven-release-plugin] prepare release 0.0.4
Mitsuo Takaki
More...
almost 9 years ago
Adding missing developer information and URL to be compliant with sonatype repository.
Mitsuo Takaki
More...
almost 9 years ago
[maven-release-plugin] rollback the release of 0.0.4
Mitsuo Takaki
More...
almost 9 years ago
[maven-release-plugin] prepare for next development iteration
Mitsuo Takaki
More...
almost 9 years ago
[maven-release-plugin] prepare release 0.0.4
Mitsuo Takaki
More...
almost 9 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree