summaryrefslogtreecommitdiffstats
path: root/policy-management
AgeCommit message (Expand)AuthorFilesLines
2022-11-01Merge "Remove lombok public access in locking getters"Jorge Hernandez1-6/+6
2022-10-31Remove lombok public access in locking gettersjhh1-6/+6
2022-10-21Set snapshot and/or references of policy/drools-pdp for new releaseliamfallon1-1/+1
2022-10-21Update snapshot and/or references of policy/drools-pdp to latest snapshotsliamfallon1-1/+1
2022-10-19Support optional cluster name in policy enginejhh9-15/+95
2022-09-23Update snapshot and/or references of policy/drools-pdp to latest snapshotsliamfallon1-1/+1
2022-09-16Fix minor warnings in codeliamfallon1-1/+0
2022-07-12Add thread dump capabilitiesjhh1-0/+27
2022-06-20Allow for flexible specification of JDBC driverjhh1-2/+7
2022-05-03Set snapshot and/or references of policy/drools-pdp for new releaseliamfallon1-1/+1
2022-04-28Update snapshot and/or references of policy/drools-pdp to latest snapshotsliamfallon1-1/+1
2022-04-12Update snapshot and/or references of policy/drools-pdp to latest snapshotsliamfallon1-1/+1
2022-03-17add simpleclient logback for per log level countsjhh1-1/+6
2022-03-11Update snapshot and/or references of policy/drools-pdp to latest snapshotsliamfallon1-1/+1
2022-03-08update dependency plugin to latest versionjhh1-2/+2
2022-02-10restore coders toolset toStringjhh2-37/+53
2022-02-09add policy_executions_latency_seconds summaryjhh2-6/+70
2022-01-26restore manual toString coder methodsjhh2-12/+17
2021-11-29Update snapshot of policy/drools-pdp to 1.10.1-SNAPSHOTliamfallon1-1/+1
2021-10-14Bump policy/drools-pdp to Jakarta 1.10.0-SNAPSHOTliamfallon1-1/+1
2021-10-14Bump policy/drools-pdp to 1.9.2-SNAPSHOTliamfallon1-1/+1
2021-10-06Check https environment var in telemetry tooljhh1-0/+7
2021-09-20Additional tests for Telemetryjhh2-167/+114
2021-09-15Bump versions to 1.9.1-SNAPSHOTjhh1-1/+1
2021-09-06Correct paths to logback filtersjhh1-2/+2
2021-09-03Reduce coder verbosity in logsJim Hahn1-2/+13
2021-08-26Fix sonars in drools-pdpJim Hahn2-2/+0
2021-08-23Add prometheus + https in https server configsjhh1-1/+2
2021-08-23Fixing drools junits as per policy/common changesa.sreekumar2-2/+4
2021-08-10Add SQL_PORT configurationjhh1-2/+6
2021-08-06Use slf4j Marker from common repoTaka Cho5-13/+21
2021-08-05Use lombok in drools-pdpJim Hahn34-815/+222
2021-07-07nosonar on admin logging level functionjhh1-7/+2
2021-06-29Use unique name in drools PdpMessagesJim Hahn1-2/+8
2021-06-28Update policy-drools-pdp for checkstyle 8.43liamfallon1-40/+41
2021-06-18Fix new checkstyle issues in drools-pdpJim Hahn1-4/+4
2021-06-16use lombok NonNull instead of other leaked importsjhh3-3/+3
2021-06-15filter logging input data per sonar security issuejhh2-11/+16
2021-06-14Use re2j pattern for sonar vulnerabilitiesjhh2-18/+14
2021-05-18Fix sonar vulnerabilities logging user inputjhh1-2/+2
2021-05-14Merge "fix telemetry related sonar security issues"Jim Hahn3-15/+56
2021-05-12disable https server default for telemetryjhh4-88/+11
2021-05-12fix telemetry related sonar security issuesjhh3-15/+56
2021-05-10interrupted exception and var usage sonarsjhh1-38/+53
2021-05-10Merge "sonars policy-utils and feature-lifecycle"Ram Krishna Verma3-45/+32
2021-05-10support no https or authentication in telemetryjhh1-2/+13
2021-05-07sonars policy-utils and feature-lifecyclejhh3-45/+32
2021-04-14Add legacy-config new featurejhh1-14/+2
2021-04-07Use sh instead of ash in drools-pdpJim Hahn11-22/+22
2021-03-23Update cert stores configurationjhh2-12/+12
tId>jersey-container-servlet-core</artifactId> </dependency> <dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-json-jackson</artifactId> <version>${jersey.version}</version> </dependency> <dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-jetty-http</artifactId> <version>${jersey.version}</version> <exclusions> <exclusion> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-jersey2-jaxrs</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>${jackson.version}</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>${gson.version}</version> </dependency> <dependency> <groupId>com.fatboyindustrial.gson-javatime-serialisers</groupId> <artifactId>gson-javatime-serialisers</artifactId> <version>1.1.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> <version>4.1</version> </dependency> <!-- if we don't explicitly specify the version here, we seem to end up with version 1.4 (as a dependency to drools-core). This version is not compatible with 'saClientLibrary' version 1.2.1-oss --> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.9</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <!-- The following dependencies are for features and drools applications usage --> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>eclipselink</artifactId> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.jpa</artifactId> </dependency> <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> </dependency> <dependency> <groupId>org.hibernate.common</groupId> <artifactId>hibernate-commons-annotations</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> </dependencies> </project>