3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 30, 2024 — Nov 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed test failures under JDK8 More... over 10 years ago
CYKLO-1029: prevent RoleContainer map keys from being garbage collected. More... over 10 years ago
CYKLO-1031: let explicit role set for a RoleContainer be constant. When roles are assinged to/revoked from a Subject, let RoleContainer be swapped to another RoleContainer with an appopriate explicit roles. More... over 10 years ago
CYKLO-1031: an internal Coral service for managing RoleContainer implementation More... over 10 years ago
CYKLO-1031: unify RoleContainer constructor to take an ImmutableSet<? extends Role> More... over 10 years ago
CYKLO-1031: make PermissionContainer fully owned by a RoleContainer More... over 10 years ago
CYKLO-1029, CYKLO-1030: changed internal implementation of Coral Relations to hold resource ids as integers. This saves close to one half of the necessary memory but limits the maximum number Coral resources that can participate in reliations to about 2.1 billion. More... over 10 years ago
CYKLO-1029, CYKLO-1030 improved equals implementation for PrimitiveCollections.unmodifiableLongSet More... over 10 years ago
version bump More... almost 11 years ago
LEDGE-260: use DBParameters.set(Parameters) to update parameters image in the DB atomically. More... about 11 years ago
Switching to Sonar 3.x LTS More... about 11 years ago
CORAL-141: process @RequireCoralRole at REST endpoint class level More... about 11 years ago
sonar plugin version update More... about 11 years ago
CORAL-140: reverted change of DEFAULT_SESSION_POOL_SIZE_PER_SUBJECT setting to 0 would effectively disable pooling. More... over 11 years ago
CORAL-140: coral sessions pool statistics for Munin More... over 11 years ago
CORAL-140: new default settings for session eviction: check every 15 seconds, retain sessions for 60 seconds, check 25% of existing sessions on each eviction run, no sessions are retained indefinitely. More... over 11 years ago
CORAL-140: use correct time units when setting up session pool More... over 11 years ago
CORAL-140: implement equals and hashCode for anonymous Principal implementation returned by SubjectImpl.getPrincipal() More... over 11 years ago
Use null journal for running tests. This speeds things up considerably. More... over 11 years ago
version bump after release 1.0.20 More... over 11 years ago
BAZYNGO-1557: UploadContainer interface / implementation split + API adjustment for introducing DiskUploadContainer More... over 11 years ago
BAZYNGO-1457: moved general comparators to ledge-web More... almost 12 years ago
BAZYNGO-1457: MultiAttributeComparator needs specification of direction for each of the specified attributes. Also factored out CompositeComparator concept. More... almost 12 years ago
BAZYNGO-1457: Factored out PropertyBasedComparator as a generalization of AttributeComparator More... almost 12 years ago
BAZYNGO-1457: factored out Direction enum More... almost 12 years ago
CYKLO-990: comparators based on an arbitrary resource attribute, or a sequence of them More... almost 12 years ago
CORAL-139: fix for a problem with setting db_table for classes don't have one defined yet. More... almost 12 years ago
CORAL-138: use WeakReference tagged with Entity id to be able to act upon that information after actual Entity has been garbage collected. More... almost 12 years ago
CORAL-137: moved integrity check from constructor to buildQuery method to cyclic dependency: resource class -> handler -> declared attributes -> resource class More... about 12 years ago
CORAL-137: generics More... about 12 years ago