aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-05-25Set references for london releaselondonliamfallon1-1/+1
Set references for london release *** This commit is generated by a PF release script *** Issue-ID: POLICY-4662 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Icc0b4ea4aca2e6b119e00f6dbfab15a8f094c716
2023-05-02Add Adheli Tavares as a committerliamfallon1-0/+8
Add Adheli Tavares as a committer *** This commit is generated by a PF release script *** Issue-ID: POLICY-4653 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ie4dc11b7fad75c2eeed910db6086e63f102b4eae
2023-04-25Update snapshot and/or references of policy/drools-pdp to latest snapshotsSuresh Charan18-21/+21
policy/drools-pdp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: Suresh Charan <suresh.charan@bell.ca> Change-Id: I6362550db328507e3993d51ca5980695dc1a7662
2023-04-25Release docker images for policy/drools-pdp: 1.12.2Suresh Charan1-0/+8
This commit releases docker images for repo policy/drools-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: Suresh Charan <suresh.charan@bell.ca> Change-Id: Ie3c05872330e321e276886dc2b1e140352a988d3
2023-04-25Release policy/drools-pdp: 1.12.2rameshiyer271-0/+5
This commit releases repo policy/drools-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: Ibe42d5e411851729dd11bd4959099728968ce726
2023-04-25update references in policy/drools-pdp pomrameshiyer272-4/+4
updated references in the policy/drools-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: If152c369d5ebbadfd0a2f1cf550dc1854ab81025
2023-03-14Add SNI support to PFliamfallon2-0/+2
SNI is now supproted in Jersey. Issue-ID: POLICY-4474 Change-Id: I66161e27dfaa2db241622ba5ebd26fec5884e091 Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-03-01Update snapshot and/or references of policy/drools-pdp to latest snapshotssaul.gill18-21/+21
policy/drools-pdp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: I29d576ac438866341a2850aad7b3bb3312c29f2b
2023-03-01Release docker images for policy/drools-pdp: 1.12.1saul.gill1-0/+8
This commit releases docker images for repo policy/drools-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: I09909040a239e1602941414a2a7cfabd48bfde1f
2023-02-28Release policy/drools-pdp: 1.12.1saul.gill1-0/+5
This commit releases repo policy/drools-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: If370cf1f973a1c93b7a2a9f1b5e05f4dbb8fef28
2023-02-28update references in policy/drools-pdp pomsaul.gill2-4/+4
updated references in the policy/drools-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: Ib1cdb686dbc93023ecd765a78345f7761aea5e56
2023-02-17Clean up dependencies for London Releaseliamfallon4-11/+4
Issue-ID: POLICY-4482 Change-Id: I9637ce21ab591710802ed6ca2029d8f1c1a15722 Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-02-16Update Dockerfile for PF base imageliamfallon1-0/+2
The Policy Framework base image run under the "onap" user rather than under the "root" user. This means that root access has to be enabled in child Dockerfiles for configuraiton that requires root access. Root access is turned off again later in the Dockerfile so that the image will run under another user. Issue-ID: POLICY-4558 Change-Id: Ie3178fcda9bedd47a1fc13d819bf4cfdc74c7a3f Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-02-14Small dependency clean up in drools-pdpliamfallon2-9/+0
Issue-ID: POLICY-4482 Change-Id: Ie24331df7d3ba7704f97846a062a151d7e9539fc Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-02-10Removing Drools-pdp swagger annotationslapentafd12-828/+11040
Added swagger extracted documentation in openapi.yaml for lifecycle, legacy, management and healthcheck. Added new endpoint to retrieve the generated swagger.json Modified endpoint in telemetry tool Issue-ID: POLICY-3465 Change-Id: I003aaf128b1a4991ffe6b79f0659d1bd0137b52d Signed-off-by: lapentafd <francesco.lapenta@est.tech>
2023-02-02Replace Eclipselink with Hibernateliamfallon4-17/+9
Issue-ID: POLICY-4533 Change-Id: Ifa594103c81cc7d1e435df9afaefb8b57f5b091d Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-01-31Upgrade and clean up dependenciesliamfallon16-90/+98
- Upgrade Hibernate - Upgrade Mockito - Upgrade Mockserver - Remove Powermock (no longer supported) and replace with spring-test ReflectionTestUtils - Upgrade Spring Framework - Add spring-security to allow authentication on unit tests using MockMVC Minor clean-up - Replace deprecated authorization configuraiton on spring boot applications with SecurityFilterChain bean - Change @LocalPort include on tests to use test include rather than runtime include - Remove unused imports - Remove unused constants and variables - Add deprecation annotations where required Issue-ID: POLICY-4482 Change-Id: Ibc2097f6d832a893c9e99a01b79121c28ba878ad Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-01-26Upgrade drools libs from 7.x to 8.xjhh2-4/+14
Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Issue-ID: POLICY-4498 Change-Id: Ifb0e19107522ac0248f308a1fb804c0c98764e1b
2022-12-15Update snapshot and/or references of policy/drools-pdp to latest snapshotsliamfallon18-21/+21
policy/drools-pdp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4484 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I36771a49543cd51b7101ef252b96c1403b83df8e
2022-12-15Release docker images for policy/drools-pdp: 1.12.0liamfallon1-0/+8
This commit releases docker images for repo policy/drools-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4484 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I3ebb952bbbcbafb05f6cd97552c8234be66767c1
2022-12-15Release policy/drools-pdp: 1.12.0liamfallon1-0/+5
This commit releases repo policy/drools-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4484 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Id575cfedd3bcc585f834617f3b5935c74b281ba2
2022-12-15update references in policy/drools-pdp pomliamfallon2-4/+4
updated references in the policy/drools-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4484 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I5166e3b5244ad34b4d94cd2cb7bd9e0301e832cd
2022-11-25Move git-commit-id-maven-plugin to parent pomdanielhanrahan1-19/+0
The POM config for git-commit-id-maven-plugin is duplicated in each repo, so the config is moved to policy/parent Issue-ID: POLICY-4466 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I7fc731f8025923f4e023a9bb37577b7a998f96b6
2022-11-01Merge "Remove lombok public access in locking getters"Jorge Hernandez2-8/+8
2022-10-31Remove lombok public access in locking gettersjhh2-8/+8
Issue-ID: POLICY-4428 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I3c0be2c6e5ad4b723424f20eb39acb654605b235
2022-10-21Set snapshot and/or references of policy/drools-pdp for new releaseliamfallon18-22/+22
policy/drools-pdp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ibd0c56def68a4a239bdb6d3fb8d3aae358f6ae72
2022-10-21Update snapshot and/or references of policy/drools-pdp to latest snapshotsliamfallon18-21/+21
policy/drools-pdp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ibe0ef73872094fb12b23233dd7828da24d715254
2022-10-21Release docker images for policy/drools-pdp: 1.11.1liamfallon1-0/+8
This commit releases docker images for repo policy/drools-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I19e63f28e9b9bfa01687949da70c1910ee1d20f1
2022-10-21Release policy/drools-pdp: 1.11.1liamfallon1-0/+5
This commit releases repo policy/drools-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I8dac456edac4856211be5d2d82da508e5589c136
2022-10-21update references in policy/drools-pdp pomliamfallon2-4/+4
updated references in the policy/drools-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ifed9a5af43b74e218eae625b3a96c745104aafa1
2022-10-19Support optional cluster name in policy enginejhh24-87/+193
This allows also for correlation with running pod hostnames in the case of multiple drools pdp flavors coexist. Issue-ID: POLICY-4403 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I81affeeec622e6c0e9627651bf34c0775a796827 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2022-09-23Update snapshot and/or references of policy/drools-pdp to latest snapshotsliamfallon18-21/+21
policy/drools-pdp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Iea8f1e16c283647eecb9e8efab8e7098b2f7c294
2022-09-23Release docker images for policy/drools-pdp: 1.11.0liamfallon1-0/+8
This commit releases docker images for repo policy/drools-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Icac7df01607d9a9b506ea63d71d3d8ab64460dfa
2022-09-23Release policy/drools-pdp: 1.11.0liamfallon1-0/+5
This commit releases repo policy/drools-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ief32c587e0cc4a55676c6235d395c4cf9106fd71
2022-09-22update references in policy/drools-pdp pomliamfallon2-4/+4
updated references in the policy/drools-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I0dd6216204369abcb4e5d6bac810c372df18384e
2022-09-16Fix minor warnings in codeliamfallon6-4/+16
Issue-ID: POLICY-4045 Change-Id: I3ee1bce6f71c46a5b6ca819316b210a2a2ff8993 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-09-09Remove inactive committers from INFO.yamlliamfallon1-7/+5
Remove inactive committers from INFO.yaml *** This commit is generated by a PF release script *** Issue-ID: POLICY-4354 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I60262f6ddf7a8c137407bde9403c6f83e944793e
2022-09-02Allow setting external dockerfile for drools-pdpdanielhanrahan1-0/+2
If building with an external dockerfile, e.g. using mvn clean install -Pdocker -DdockerFile=/path/to/dockerfile docker will look for project files in the same directory as the new dockerfile. A new property is added for setting the context path, to allow using existing project files in src/main/docker. Issue-ID: POLICY-4334 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Ifc93fe3d748d21409f3532aec73430edea665ee3
2022-08-31Merge "Bump version of dependency to remove vulnerability"Ram Krishna Verma1-1/+1
2022-08-30Bump version of dependency to remove vulnerabilityliamfallon1-1/+1
This new version seems to build fine. Issue-ID: POLICY-4333 Change-Id: I2f8d6b7fc6ec8c9598a181dcebc5d36b20a7b96b Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-08-24made lock sql compatible with both mysql/mariadbjhh1-2/+2
Issue-ID: POLICY-4329 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I784a3f8456a201262056803169204d499a4a68a2 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2022-07-29Update docker base image to snapshotliamfallon1-1/+1
Update docker base image to snapshot *** This commit is generated by a PF release script *** Issue-ID: POLICY-4287 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I3942df6ef3d93ebd305b125346a0439d9a31de5d
2022-07-13Merge "Add thread dump capabilities"Liam Fallon3-2/+50
2022-07-12Upgrade commons-dbcp2 and commons-pool2 versionsjhh1-3/+3
Issue-ID: POLICY-4281 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I516cc54a607c0f3d1665f4a966618282045ae60c
2022-07-12Add thread dump capabilitiesjhh3-2/+50
A script provided can be executed at any time. The programmatic solution will happen when controllers (application) timeouts are detected. Issue-ID: POLICY-4197 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I1cca5f38e1f9b4f3fd7047e64dc58625ead5e1d1 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2022-07-11Upgrade OpenSuse version to 15.4 for drools-pdpdanielhanrahan1-1/+1
Issue-ID: POLICY-4278 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Id5ab062d88a2bed9b55f3bc8426ad12a04b90dbe
2022-06-28OCI image spec labels for DROOLS-PDPdanielhanrahan3-1/+43
Issue-ID: POLICY-4257 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: If6205f97318bc9cd3a4c1698a5fa18e08e67c0c3
2022-06-22OpenSuse docker file for drools-pdpdanielhanrahan4-4/+111
Issue-ID: POLICY-4193 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Ia3984d93b3aa6ec8daba61201216b03932f6d9ce
2022-06-22Merge "Allow for flexible specification of JDBC driver"Ramesh Murugan Iyer3-6/+21
2022-06-20Allow for flexible specification of JDBC driverjhh3-6/+21
Issue-ID: POLICY-4177 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: If33934f79dbe41200e57816781089c63f05b8d67