index
:
Carbonado.git
fix-failing-test
gh-pages
master
v1.3
Forked from https://github.com/Carbonado/Carbonado
Jesse Morgan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
amazon
/
carbonado
/
raw
Age
Commit message (
Expand
)
Author
2010-08-21
Handle more string corruption cases.
Brian S. O'Neill
2010-08-18
Introduce SoftValuedCache, which evicts more aggressively than SoftValuedHash...
Brian S. O'Neill
2010-03-14
Update copyright.
Brian S. O'Neill
2010-03-01
Deprecated ThrowUnchecked class.
Brian S. O'Neill
2009-11-05
Add support for compressed records.
Brian S. O'Neill
2009-10-26
Pass Storable to RawSupport when loading and deleting.
Brian S. O'Neill
2009-10-16
Fix for last commit to allow for gaps in the the list of serialized properties.
Brian S. O'Neill
2009-10-15
Generated readFrom method sets properties states at the end, to ensure that a...
Brian S. O'Neill
2009-09-16
Fix decoding code when using adapted properties to byte arrays.
Brian S. O'Neill
2009-06-30
Always clone single byte array properties as some implementations reuse the a...
Tobias Holgers
2009-06-25
Set storable with primary key when corruption is detected against current lay...
Brian S. O'Neill
2009-04-22
Do not encode suffix in encodeSearchKeyPrefix
Tobias Holgers
2009-02-18
Make sure derived properties are accessed by methods since they don't have ge...
Brian S. O'Neill
2008-12-19
Allow generated classes to be shared among repositories whose relevant metada...
Brian S. O'Neill
2008-12-18
Fix javadoc comments.
Brian S. O'Neill
2008-12-18
Fixes for excessive class generation and memory usage when opening multiple r...
Brian S. O'Neill
2008-11-03
Add back support for BigDecimal now that key encoding works correctly.
Brian S. O'Neill
2008-10-28
Revert last change.
Brian S. O'Neill
2008-10-27
Disable BigInteger support until key encoding is fixed.
Brian S. O'Neill
2008-07-28
Remove BigDecimal support until key encoding issues are resolved.
Brian S. O'Neill
2008-07-22
Added advanced conversion capability when setting query filter properties. Th...
Brian S. O'Neill
2008-07-20
Added normalization option for BigDecimal properties.
Brian S. O'Neill
2008-07-20
Comment fixes.
Brian S. O'Neill
2008-07-20
Support BigInteger and BigDecimal property types.
Brian S. O'Neill
2008-07-20
Added utilities for encoding and decoding BigDecimals.
Brian S. O'Neill
2008-07-19
Added utilities for encoding and decoding BigDecimals.
Brian S. O'Neill
2008-07-18
Fix comment.
Brian S. O'Neill
2008-07-18
Added utilities for encoding and decoding BigIntegers.
Brian S. O'Neill
2008-07-15
Key encoder/decoder no longer extend from data encoder/decoder.
Brian S. O'Neill
2008-05-06
Code cleanup: add @Override annotations, remove unused imports, remove dead c...
Brian S. O'Neill
2008-04-23
Fix serialization of Storables with many properties.
Brian S. O'Neill
2008-04-19
Use Javadoc literals.
Brian S. O'Neill
2008-04-19
Support layout changes when property @Name changes.
Brian S. O'Neill
2008-04-07
Add prepare method to Storable.
Brian S. O'Neill
2008-03-27
Fix javadoc link.
Brian S. O'Neill
2008-03-25
Fixes for bugs as reported by FindBugs.
Brian S. O'Neill
2008-02-16
Merge serialization support.
Brian S. O'Neill
2007-09-22
Deleted unused class.
Brian S. O'Neill
2007-08-26
Added support for load and query trigger.
Brian S. O'Neill
2007-06-29
Fixed IllegalArgumentException with optimized join queries of the form "a.b =...
Brian S. O'Neill
2007-06-03
Only invoke adapted properties once during encoding.
Brian S. O'Neill
2007-06-02
Improve unsupported array type exception messages.
Brian S. O'Neill
2007-04-29
Added @since tags.
Brian S. O'Neill
2007-04-29
Merged in support for derived properties.
Brian S. O'Neill
2007-04-01
Move Storable code generation support to separate package.
Brian S. O'Neill
2007-03-28
Merged 1.2-dev to trunk.
Brian S. O'Neill
2007-02-02
Don't attempt to clear join properties when converting from old generation.
Brian S. O'Neill
2007-02-02
Add missing imports.
Brian S. O'Neill
2007-02-02
Fixed bug when decoding old Storable generations - new properties must be cle...
Brian S. O'Neill
2007-01-11
Fixes for bugs found using FindBugs.
Brian S. O'Neill
[next]