aboutsummaryrefslogtreecommitdiffstats
path: root/feature-distributed-locking/src/main/java
AgeCommit message (Expand)AuthorFilesLines
2023-09-22Upgrade java-17 in drools-pdpadheli.tavares1-4/+4
2023-02-02Replace Eclipselink with Hibernateliamfallon1-5/+7
2022-10-31Remove lombok public access in locking gettersjhh1-2/+2
2022-10-19Support optional cluster name in policy enginejhh1-13/+19
2021-08-26Fix sonars in drools-pdpJim Hahn1-19/+15
2021-06-29Use unique name in drools PdpMessagesJim Hahn1-10/+9
2021-02-09Upgrade dependenciesJim Hahn1-5/+6
2020-04-06Address sonar issues in drools-pdpJim Hahn1-2/+2
2019-11-14Invoke lock callback in session threadJim Hahn1-5/+5
2019-11-05Fix syntax error in DistributedLock "DELETE"Jim Hahn1-2/+2
2019-10-31Refactor duplicate code from lock managersJim Hahn1-162/+45
2019-10-24Handle DB error codes in distributed lockingJim Hahn2-46/+7
2019-10-17Reimplement Lock API using Lock objectsJim Hahn6-594/+1078
2019-08-13Fix sonar issues in drools-pdpJim Hahn1-8/+8
2019-07-11Fix checkstyle issues in policy-managementJim Hahn1-3/+3
2019-03-04Replace PropertyConfigurationJim Hahn1-6/+14
2018-10-02Add junit coverage to drools-pdpJim Hahn1-1/+1
2018-10-01Set drools-pdp checkstyle configPamela Dragosh1-3/+3
2018-09-13Fix checkstyle for features submodules.Pamela Dragosh4-324/+334
2018-07-18Deny subsequent lock()Jim Hahn1-2/+1
2018-07-16Distinguish lock from refreshJim Hahn2-0/+49
2018-06-29Use DB time instead of jvm timeJim Hahn2-20/+16
2018-06-27Add time limit to locking facilityJim Hahn4-212/+36
2018-06-25Use connection pooling for lockingJim Hahn3-30/+66
2018-06-18Add setXxx methods for @Property annotationJim Hahn1-41/+70
2018-04-14Sonar cleanupMagnusen, Drew (dm741q)1-1/+9
2018-04-12Sonar fixes for policy-core locksJim Hahn1-8/+8
2018-04-05Distributed-locking feature sonar cleanupMagnusen, Drew (dm741q)3-42/+44
2018-04-04Small modification to resolve junit failuresMagnusen, Drew (dm741q)2-4/+35
2018-04-03Implementation of distributed locking featureMagnusen, Drew (dm741q)5-0/+630