8
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Sep 26, 2024 — Sep 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
introduced an abstract chained builder, every action will need to set a property in the original configurator More... over 14 years ago
enhanced error messages More... over 14 years ago
started adding tests for bootstrapper More... over 14 years ago
started adding configuration parameters binder APIs impl More... over 14 years ago
reduced the CacheConfiguratorImpl configuration members visibility, so chained builders will access directly avoiding boilerplate code CacheConfiguratorImpl has anyway limited visibility inside the package, so not a big deal More... over 14 years ago
the used word in the bootstrapping is 'configuration' so renamed DMLoaderException to DMConfigurationException More... over 14 years ago
custom Assertions classes replaced by Guava Preconditions, forgot Guava was already in the dependncies list thanks Benoit! More... over 14 years ago
DIRECTMEMORY-71 : remove tabs More... over 14 years ago
the side effect of c'n'p :P More... over 14 years ago
[DIRECTMEMORY-62] Adopt fluent APIs for bootstrapping the Cache added Interfaces and basic abstract implementations of configurator stuff it will be the foundation of all configuration/boostraps (sorl, server, etc) still in progress More... over 14 years ago
fix osgi import More... over 14 years ago
first checkin of internal stuff More... over 14 years ago
DIRECTMEMORY-71 : preserve initial logic More... over 14 years ago
[DIRECTMEMORY-71] fix solr integration More... over 14 years ago
[DIRECTMEMORY-71] add unit test and fix format message. More... over 14 years ago
minor format More... over 14 years ago
[DIRECTMEMORY-71] SerializerFactory#createNewSerializer( Class<S>|String ) should throw appropriate exceptions instead of returning null More... over 14 years ago
Remove not needed dependency More... over 14 years ago
moved rat plugin in the release profile - hard to maintain a dev build otherwise :P More... over 14 years ago
[DIRECTMEMORY-43] Cache should allow key objects instead of plain string More... over 14 years ago
remove Cache from classes name we know DirectMemory is a cache :-) More... over 14 years ago
remove Cache from classes name we know DirectMemory is a cache More... over 14 years ago
simplify class name More... over 14 years ago
[DIRECTMEMORY-68] Fixed StandardSerializer. More... over 14 years ago
use switch case rather than if else if etcc.. More... over 14 years ago
move constants to common part More... over 14 years ago
rename client configuration class More... over 14 years ago
oups I missed some add More... over 14 years ago
[DIRECTMEMORY-61] implements exchange with content-type application/x-java-serialized-object More... over 14 years ago
upgrade aspectj version and add configuration in aspectj plugin to see if that help sonar build More... over 14 years ago