aboutsummaryrefslogtreecommitdiffstats
path: root/feature-distributed-locking/src/main
AgeCommit message (Expand)AuthorFilesLines
2023-09-22Upgrade java-17 in drools-pdpadheli.tavares2-8/+8
2023-02-02Replace Eclipselink with Hibernateliamfallon2-6/+8
2022-10-31Remove lombok public access in locking gettersjhh1-2/+2
2022-10-19Support optional cluster name in policy enginejhh3-21/+34
2022-08-24made lock sql compatible with both mysql/mariadbjhh1-2/+2
2022-06-20Allow for flexible specification of JDBC driverjhh1-3/+3
2021-08-26Fix sonars in drools-pdpJim Hahn1-19/+15
2021-08-10Add SQL_PORT configurationjhh1-3/+3
2021-06-29Use unique name in drools PdpMessagesJim Hahn1-10/+9
2021-04-07Use sh instead of ash in drools-pdpJim Hahn2-4/+4
2021-03-04Fix default timestamp in upgrade scriptJim Hahn2-10/+10
2021-02-09Upgrade dependenciesJim Hahn2-6/+8
2020-11-30move all bash to ash shell scriptsTaka Cho2-10/+10
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 Hahn3-47/+13
2019-10-17Reimplement Lock API using Lock objectsJim Hahn8-596/+1079
2019-08-13Fix sonar issues in drools-pdpJim Hahn1-8/+8
2019-07-18Rename lock XxxAPI to XxxApi in META-INFJim Hahn1-0/+0
2019-07-11Fix checkstyle issues in policy-managementJim Hahn2-3/+3
2019-03-04Replace PropertyConfigurationJim Hahn1-6/+14
2019-02-21Moving hard install config to environment varsJorge Hernandez1-4/+4
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 Hahn4-20/+58
2018-06-27Add time limit to locking facilityJim Hahn5-221/+36
2018-06-25Use connection pooling for lockingJim Hahn3-30/+66
2018-06-18Add setXxx methods for @Property annotationJim Hahn1-41/+70
2018-05-14automatic upgrade/downgrade features dbJorge Hernandez2-0/+52
2018-05-09Change pooling property namev1.2.1Jim Hahn1-4/+4
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)10-0/+709