Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
empovit
/
riak-java-client
Public
forked from
basho/riak-java-client
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
riak-java-client
src
on
develop
User selector
All users
All time
Commit history
Commits on Jul 23, 2015
Fixing call to JDK7+ method to maintain JDK6 Runtime compatibility
alexmoore
committed
be100a0
View commit details
Copy full SHA for be100a0
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
Tabs to Spaces, general cleanup
alexmoore
committed
2aeb58a
View commit details
Copy full SHA for 2aeb58a
View code at this point
Browse repository at this point
Fixing merge issue
alexmoore
committed
b30cd2b
View commit details
Copy full SHA for b30cd2b
View code at this point
Browse repository at this point
Merging develop into calvernaz-develop
alexmoore
committed
10bb7a7
View commit details
Copy full SHA for 10bb7a7
View code at this point
Browse repository at this point
Merge pull request #524 from basho/CLIENTS-34-Search-Docs
Show description for 8d51e3e
alexmoore
committed
8d51e3e
View commit details
Copy full SHA for 8d51e3e
View code at this point
Browse repository at this point
Pull in some whitespace changes I made during last PR review.
Show description for 5aa230c
alexmoore
committed
5aa230c
View commit details
Copy full SHA for 5aa230c
View code at this point
Browse repository at this point
Merge pull request #528 from jplock/CLIENTS-520
Show description for fdb01a1
alexmoore
committed
fdb01a1
View commit details
Copy full SHA for fdb01a1
View code at this point
Browse repository at this point
Normalizing indents to use spaces
alexmoore
committed
ef26be8
View commit details
Copy full SHA for ef26be8
View code at this point
Browse repository at this point
Commits on Jul 21, 2015
Adding a real fixture test.
alexmoore
committed
255fac4
View commit details
Copy full SHA for 255fac4
View code at this point
Browse repository at this point
Cleaning up test, reducing duplication
alexmoore
committed
f1ec229
View commit details
Copy full SHA for f1ec229
View code at this point
Browse repository at this point
Adding fixture test
alexmoore
committed
3bbc3ce
View commit details
Copy full SHA for 3bbc3ce
View code at this point
Browse repository at this point
Commits on Jul 17, 2015
Moving Queueing strategy up to RiakCluster.
alexmoore
committed
0ecdaa7
View commit details
Copy full SHA for 0ecdaa7
View code at this point
Browse repository at this point
Add toString(), hashCode() and equals() to K/V commands for testing
jplock
committed
d5c0a1b
View commit details
Copy full SHA for d5c0a1b
View code at this point
Browse repository at this point
Commits on Jul 11, 2015
Reverting Added option for operations queue when the node has reached max connections
alexmoore
committed
acd65a9
View commit details
Copy full SHA for acd65a9
View code at this point
Browse repository at this point
Revert "fix usage of LinkedBlockingDeque"
Show description for 86c2c15
alexmoore
committed
86c2c15
View commit details
Copy full SHA for 86c2c15
View code at this point
Browse repository at this point
Revert "add unit test to validate the operation queue functionality"
Show description for fc0014f
alexmoore
committed
fc0014f
View commit details
Copy full SHA for fc0014f
View code at this point
Browse repository at this point
Revert "add docblocks to give more information about operation queue"
Show description for 1b72bd8
alexmoore
committed
1b72bd8
View commit details
Copy full SHA for 1b72bd8
View code at this point
Browse repository at this point
Commits on Jul 10, 2015
Adding missing javadocs for Mapreduce classes
alexmoore
committed
0a3610d
View commit details
Copy full SHA for 0a3610d
View code at this point
Browse repository at this point
Commits on Jul 8, 2015
add docblocks to give more information about operation queue
Christopher Mancini
committed
c9b649b
View commit details
Copy full SHA for c9b649b
View code at this point
Browse repository at this point
add unit test to validate the operation queue functionality
Christopher Mancini
committed
dfd3ec5
View commit details
Copy full SHA for dfd3ec5
View code at this point
Browse repository at this point
fix usage of LinkedBlockingDeque
Christopher Mancini
committed
b18f8b1
View commit details
Copy full SHA for b18f8b1
View code at this point
Browse repository at this point
Commits on Jul 7, 2015
Adding javadocs for search
alexmoore
committed
e189bcb
View commit details
Copy full SHA for e189bcb
View code at this point
Browse repository at this point
Commits on Jul 2, 2015
fixing line separators for CRLF files
Christopher Mancini
committed
0b1977e
View commit details
Copy full SHA for 0b1977e
View code at this point
Browse repository at this point
Added option for operations queue when the node has reached max connections
Christopher Mancini
committed
a744b19
View commit details
Copy full SHA for a744b19
View code at this point
Browse repository at this point
Commits on Jun 30, 2015
Merge branch 'develop' of https://github.com/basho/riak-java-client into develop
alexmoore
committed
f2c014e
View commit details
Copy full SHA for f2c014e
View code at this point
Browse repository at this point
Commits on Jun 23, 2015
Added tests to cover when NS is null.
Christopher Mancini
committed
b4b4b28
View commit details
Copy full SHA for b4b4b28
View code at this point
Browse repository at this point
fixing typo, adding extra assertions to test
alexmoore
committed
b842494
View commit details
Copy full SHA for b842494
View code at this point
Browse repository at this point
Commits on Jun 22, 2015
add command for resetting bucket props. Added test to cover the new command as well as the store and fetch commands
Christopher Mancini
committed
0511d1f
View commit details
Copy full SHA for 0511d1f
View code at this point
Browse repository at this point
Commits on May 21, 2015
Fix some typos.
alexmoore
committed
9fe8a45
View commit details
Copy full SHA for 9fe8a45
View code at this point
Browse repository at this point
Remove invalid javadoc tags.
alexmoore
committed
9674816
View commit details
Copy full SHA for 9674816
View code at this point
Browse repository at this point
Commits on May 20, 2015
Remove taglets from project.
alexmoore
committed
c3cde5a
View commit details
Copy full SHA for c3cde5a
View code at this point
Browse repository at this point
Commits on May 13, 2015
CLIENTS-401 - Throw exception when resolving host is not possible
calvernaz
committed
57e0210
View commit details
Copy full SHA for 57e0210
View code at this point
Browse repository at this point
Commits on Apr 30, 2015
Fix a few failing tests
alexmoore
committed
28337fb
View commit details
Copy full SHA for 28337fb
View code at this point
Browse repository at this point
Commits on Apr 29, 2015
Fix typo in ITestBase.java
alexmoore
committed
c238e18
View commit details
Copy full SHA for c238e18
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
Added ability to specify Riak pbc port to be used during integration test, minor changes in ITestBase for better readability
srgg
committed
694d0a8
View commit details
Copy full SHA for 694d0a8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.