0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[maven-release-plugin] prepare release jrugged-2.4.0 More... about 13 years ago
Committing bug fix for Issue #36. Thanks Rob Bender. More... about 13 years ago
+ Committing patch for ServiceWrapperChain, providing an easy way to thread multiple ServiceWrappers together (e.g. a CircuitBreaker and a PerformanceMonitor together). More... about 13 years ago
Version 2.3.0 is missing these resrouces which causes the tag to not build cleanly. More... about 13 years ago
Bugfix: NPE in SampledQuantile if a long time elapses between samples. http://code.google.com/p/jrugged/issues/detail?id=34 More... over 13 years ago
+ Added missing copyright/license headers. More... over 13 years ago
+ Added eclipse-generated files to svn:ignore More... over 13 years ago
+ Add copyright notice and license header. More... over 13 years ago
+ Wired up POMs so jrugged-httpclient is now a proper module. More... over 13 years ago
+ Added jrugged-httpclient as a top-level module, although this is not yet integrated with the parent POM. + Removed .settings directory from jrugged-spring module SVN; added to svn:ignore. More... over 13 years ago
+ Updated copyright notices to include 2011. More... over 13 years ago
Added ASL license header to ServiceWrapperFactory.java. More... over 13 years ago
Better Javadoc. More... over 13 years ago
Adding a new interface to jrugged-core for stamping out a set of related ServiceWrappers that each can be assigned a distinct name (will be used for per-host ServiceWrapping in jrugged-httpclient). More... over 13 years ago
Missing the Copyright block at the top, wish I hadn't missed this before doing the release. More... over 13 years ago
[maven-release-plugin] prepare for next development iteration More... over 13 years ago
[maven-release-plugin] prepare release jrugged-2.3.0 More... over 13 years ago
- Patch for Issue 29 - Many Thanks to David Mays for submitting this patch. More... over 13 years ago
- Patch for Issue 28, tracking the last exception that tripped a circuit breaker. Thanks to Dave Mays. More... over 13 years ago
- Backing out commit for Issue #15 due to possible issues with the implementation. More... over 13 years ago
- Add an attrbute configuration mechanisim for application of performance monitors and circuitbreakers to an existing spring bean. (Last commit only picked up a single file... should have had all these, sorry for the double commit folks) More... over 13 years ago
- Add an attrbute configuration mechanisim for application of performance monitors and circuitbreakers to an existing spring bean. More... over 13 years ago
- Add plugin definitions for circuits and performance monitors for hyperic integration. More... over 13 years ago
+ Added license headers to recently-added files. More... over 13 years ago
- Adds SampledQuartiles to Core - Updates PerformanceMonitor with Quartile information - Adds Quartile information to the SpringBean for PerformanceMonitors - Resolves Issue #10, and #14. Many Thanks to Jon Moore for contributing. More... over 13 years ago
+ Added svn:ignore for Eclipse files in jrugged-spring. + Committed patch for issue 23 (deprecating Status.BYPASS): http://code.google.com/p/jrugged/issues/detail?id=23 More... over 13 years ago
- Added StatusController (thanks Jon Moore) - Refactored the PercentErrPerTimeFailureInterpreter slightly. More... over 13 years ago
- Move percent error over time failure interpreter into the core from examples. More... over 13 years ago
- Added Service Retrier - Added test cases and converted to Junit 4 annotation style - Added additional tests to verify and validate the retry logic. - Committed with minor changes from the version on issue 16 from Rob Bender More... over 13 years ago
- clean up the dependancy trees for these projects to force the versions specificed and prevent duplicates in the classpaths. Thanks Anshu. More... over 13 years ago