3
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 22 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A component for injecting contents of files on the classpath into fields of an object, for example SQL scripts. This way, we don't have to mess with multiline strings in source and get SQL syntax highlighting. More... over 11 years ago
Make test robust by providing full ordering of mock attributes & resource classes. I've experienced random failures dependent on environmental factors (JDK version perhaps). More... over 11 years ago
version bump to 1.0.14 More... almost 12 years ago
release 1.0.13 More... almost 12 years ago
fixed resource class deletion More... almost 12 years ago
fixed resource class deletion More... almost 12 years ago
added missing support for recursive resource deletion More... almost 12 years ago
added missing support for recursive resource deletion More... almost 12 years ago
Operate on the correct object, use reference queue. More... almost 12 years ago
Alternative solution for PermissionsInfo caching using java.util.concurrent.ConcurrentHashMap, ResourceRef objects and weak reference queue. More... almost 12 years ago
Associate inner reference with a queue if applicable. More... almost 12 years ago
Tests for CoralStore public API More... almost 12 years ago
make WHERE condition HSQLDB friendly More... almost 12 years ago
Fix eclipse classpath to allow running coral-touchstone tests More... almost 12 years ago
CORAL-107: replaced ReentrantReadWrite lock with traditional synchronized blocks, using single lock object and with long-running operation moved outside of protected sections More... almost 12 years ago
CORAL-107 moved deref() invocations outside of read lock protected sections. More... almost 12 years ago
CORAL-107 use volatile variable instead of synchronized get method, made final constant fields final. More... almost 12 years ago
CORAL-109 generics More... almost 12 years ago
CORAL-107 improved synchronization scheme based on fair read/write lock More... almost 12 years ago
fix stray NPE More... almost 12 years ago
Use Guava LoadingCache interface directly More... almost 12 years ago
Lockless PermissionInfo cache using Guava More... almost 12 years ago
API cleanup - getInternal method made private as it should be More... almost 12 years ago
Use public get method in generated wrappers, also use single argument variant where apropriate, since it's slightly more efficient. More... almost 12 years ago
Introduce / exploit generics - a radical reduction of warnings in generated code. More... almost 12 years ago
CORAL-108 generate delcarations of getters with default value for non-primitive attributes in resource interfaces More... almost 12 years ago
Fix for minor performance problem detected by Sonar - use static valueOf instead of constructor for primitive wrapper types. More... almost 12 years ago
API improvement - a generics friendly getResoureClass method More... almost 12 years ago
API improvements - added a globally accessible method for attribute value retrieval, supporting default value for undefined attribute instances More... almost 12 years ago
minor refactoring - straightening out method signatures More... almost 12 years ago