1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleaning up the code to improve codacy score. 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. 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. 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. More... almost 9 years ago
Adding configurable custom thresholds, rather than using hard-coded thresholds in the annotation. More... almost 9 years ago
Fixing the double comparison to use Double.compare and try use parallel stream as much as possible. More... almost 9 years ago
Adding test for custom threshold. More... almost 9 years ago
Adding support to custom threshold and adding some tweaks to use parallel stream, instead of standard for loops. #7 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. More... almost 9 years ago
Adding Codacy code quality score badge. More... almost 9 years ago
Cleaning up examples and fixing version number on maven sample. More... almost 9 years ago
Upgrading the version More... almost 9 years ago
[maven-release-plugin] prepare for next development iteration More... almost 9 years ago
[maven-release-plugin] prepare release 0.0.5 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 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. More... almost 9 years ago
Addressing code review issues raised by sonarqube analysis. More... almost 9 years ago
Adding javadoc to status More... almost 9 years ago
Fixing typo on README.md More... almost 9 years ago
Fixing coveralls environment variable name More... almost 9 years ago
Fixing maven badget to point at maven central More... almost 9 years ago
[maven-release-plugin] prepare for next development iteration More... almost 9 years ago
[maven-release-plugin] prepare release 0.0.4 More... almost 9 years ago
Adding missing developer information and URL to be compliant with sonatype repository. More... almost 9 years ago
[maven-release-plugin] rollback the release of 0.0.4 More... almost 9 years ago
[maven-release-plugin] prepare for next development iteration More... almost 9 years ago
[maven-release-plugin] prepare release 0.0.4 More... almost 9 years ago