0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Had to bump a Thread.sleep timeout to guarantee idle timeout (Travis build appears to be significantly slower than a local machine, so it appears that the timeout wasn't long enough to trigger the behavior). More... about 13 years ago
Had to bump a Thread.sleep timeout to guarantee idle timeout (Travis build appears to be significantly slower than a local machine, so it appears that the timeout wasn't long enough to trigger the behavior). More... about 13 years ago
Updated Travis config to test on Open JDK 6, Open JDK 7 and Oracle JDK 7 More... about 13 years ago
Updated Caching functionality + JavaDocs More... about 13 years ago
JavaDoc updates More... about 13 years ago
Updated JavaDoc. Ensured Cache and CacheManager implementations have tests with 100% class/line code coverage. More... about 13 years ago
Enabled hint to user about the stormpath-sdk-impl .jar runtime dependency in case a class isn't found More... about 13 years ago
Fixed conflicts due to previous merge More... about 13 years ago
Merge branch 'dev' into caching More... about 13 years ago
Moved as much implementation-specific code to the impl module where possible. More... about 13 years ago
Merge branch 'dev' into caching More... about 13 years ago
Updated copyright. More... about 13 years ago
Merge branch 'dev' into caching More... about 13 years ago
Enabled type-safe query Criteria API, renamed lang-helper *Utils classes to plural names (shorter and cleaner), i.e. ClassUtils -> Classes, StringUtils -> Strings, etc. More... about 13 years ago
Merge branch 'dev' into type-safe-query More... about 13 years ago
Fixed broken pagination (now works). Enabled Map-based queries for most Resource collections. Updated lots of JavaDoc. Ensured that HTTP 429 throttling is handled effectively with exponential backoff. More... about 13 years ago
Minor JavaDoc fix More... about 13 years ago
Fixed incorrect @since versions More... about 13 years ago
Merge branch 'dev' into query More... about 13 years ago
JavaDoc updates, minor code update for readability More... about 13 years ago
minor optimization of how the href is constructed More... about 13 years ago
Created CreateApplicationRequest concept and supporting classes (visitor, etc). Also moved many language utilities from the impl module into the api module to leverage that behavior. More... about 13 years ago
Merge branch 'dev' into query More... about 13 years ago
Enhanced ApiKey capabilities for the Client class. Had Client implement DataStore for convenience. More... about 13 years ago
moved Cache interfaces to API module, moved Cache implementations up a package. The interfaces needed to be in the API module if end-users were expected to easily configure a CacheManager on the Client. More... about 13 years ago
merged Proxy support from master More... about 13 years ago
Minor changes after fetching the pull request More... about 13 years ago
added initial Cache/CacheManager implementations. Not yet integrated with the DataStore implementation. More... about 13 years ago
added initial Cache/CacheManager implementations. Not yet integrated with the DataStore implementation. More... about 13 years ago
Staging commit for current query api progress More... about 13 years ago