aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-08-24Upgrade policy-distribution to JUnit 5java-17FrancescoFioraEst40-763/+713
Issue-ID: POLICY-4805 Change-Id: I47aaed48f3f05c2f1c5814882386e114dbad0443 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2023-08-24Bump snapshoths for Java 17liamfallon16-19/+19
Bump snapshoths for Java 17 Issue-ID: POLICY-4665 Change-Id: I0d923e4e853ecad6cd18d214b519c8b963879bbf Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-08-22Upgrade Java 17FrancescoFioraEst14-94/+99
Issue-ID: POLICY-4803 Change-Id: Ic7852fffa2f5a2f407900e7caae9e70bd50b267f Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2023-08-09Removed db-based statistics featureSuresh Charan7-398/+1
DB-based statistics code cleanup Issue-ID: POLICY-4109 Change-Id: I298d6c1df6916e399694b4f98e4ef5355deb16af Signed-off-by: Suresh Charan <suresh.charan@bell.ca> (cherry picked from commit ff1698142a22a4811895d2ac7047fbadbb36b396)
2023-05-25Set all cross references of policy/distributionliamfallon2-4/+4
policy/distribution updated with correct cross references *** This commit is generated by a PF release script *** Issue-ID: POLICY-4662 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I80da14b86d08a45f0e3ecada0b706ea8da370d4f
2023-05-25Set snapshot and/or references of policy/distribution for new releaseliamfallon15-17/+17
policy/distribution updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4662 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I652094623e443ec4550172f239e20d36fdc8cace
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: If0aeddda963ab53921130f4fd4c224c31b57ac0b
2023-04-25Update snapshot and/or references of policy/distribution to latest snapshotsSuresh Charan16-19/+19
policy/distribution 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: Iec90307b766a6a691ce95d3c478ae15777054181
2023-04-25Release docker images for policy/distribution: 2.9.2Suresh Charan1-0/+8
This commit releases docker images for repo policy/distribution. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: Suresh Charan <suresh.charan@bell.ca> Change-Id: I3c2f67f0efd5592f2b890c9a2f98d833f4ee6f2f
2023-04-25Release policy/distribution: 2.9.2rameshiyer271-0/+5
This commit releases repo policy/distribution. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: I5c6bc1469bb50a35a2649091d84ec8948b7ffd38
2023-04-25update references in policy/distribution pomrameshiyer272-4/+4
updated references in the policy/distribution 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: Id6f4c94d6ed44422528df4b4e89d4e8ccc95d39a
2023-03-14Update for SNI Chceckingliamfallon7-14/+13
SNI checking is now supproted in Jersey. Issue-ID: POLICY-4474 Change-Id: Ifd6aa0718e0d3fcb7eec49f19fac7ab5065f54b5 Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-03-01Update snapshot and/or references of policy/distribution to latest snapshotssaul.gill16-19/+19
policy/distribution 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: Ie61d2fd4b5d83aa75fdcb252bc3400f3c78b1db6
2023-03-01Release docker images for policy/distribution: 2.9.1saul.gill1-0/+8
This commit releases docker images for repo policy/distribution. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: Iee2395872dde7e78f69fda442955a01d0e0ed099
2023-02-28Release policy/distribution: 2.9.1saul.gill1-0/+5
This commit releases repo policy/distribution. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: Ia099a7680ef55aa7a0c2a0701237a76fa3c74a9e
2023-02-28update references in policy/distribution pomsaul.gill2-4/+4
updated references in the policy/distribution 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: I5d2cd95c98c3e9f3daab0c64ea59f0baf2e8cd05
2023-02-17Clean up dependencies for London Releaseliamfallon1-5/+1
Issue-ID: POLICY-4482 Change-Id: I82e290e5adf00831421f28f474b88c0f0e721f9f Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-02-14Update Dockerfile for PF base imageliamfallon1-1/+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: I2c4268e78219a77991c7e0dcdea49e193cc873cd Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-01-31Upgrade and clean up dependenciesliamfallon1-2/+3
- 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: I29724050290e283670a21e16cb69743b0be18e7a Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-12-15Update snapshot and/or references of policy/distribution to latest snapshotsliamfallon16-19/+19
policy/distribution 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: I1024bd52eee2ece83698ff596152a4f895070def
2022-12-15Release docker images for policy/distribution: 2.9.0liamfallon1-0/+8
This commit releases docker images for repo policy/distribution. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4484 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I6d966d547f6ae2a75dac8b69ae965d33d271fef9
2022-12-15Release policy/distribution: 2.9.0liamfallon1-0/+5
This commit releases repo policy/distribution. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4484 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I7a92bd0cd9c351dc3b6e56a509588352b62e481c
2022-12-15update references in policy/distribution pomliamfallon2-4/+4
updated references in the policy/distribution pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4484 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I3653868f8b245012d04c479ff399c1e57ff922c8
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: Ifd0f0a838fdca88698d3936093365355f791d909
2022-11-17Update version of SDC-Client to 2.0.0david.mcweeney8-47/+39
Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: DMAAP-1790 Change-Id: I21edcdafe965a3e17b863e5f8766eeb764cf6bc5
2022-10-21Set snapshot and/or references of policy/distribution for new releaseliamfallon16-20/+20
policy/distribution 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: If6eb2139641fdcf56a3947787b9926e6e9b16101
2022-10-21Update snapshot and/or references of policy/distribution to latest snapshotsliamfallon16-19/+19
policy/distribution 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: Id7693e348e4b9ecffed4977bbc2c1cc0ce738a8f
2022-10-21Release docker images for policy/distribution: 2.8.1liamfallon1-0/+8
This commit releases docker images for repo policy/distribution. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ib5da5576898682a9966a9a89d22230fa795aaac9
2022-10-21Release policy/distribution: 2.8.1liamfallon1-0/+5
This commit releases repo policy/distribution. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ic826a42824f5a33e09fac5bc778a9425530c9d7e
2022-10-21update references in policy/distribution pomliamfallon2-4/+4
updated references in the policy/distribution pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I2f9a3c9b71a3ec76a1fb89e146616ba0b43e3ca0
2022-09-23Update snapshot and/or references of policy/distribution to latest snapshotsliamfallon16-19/+19
policy/distribution 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: I336d2ce4d4eea7bf2ea423b41d771d718814d3e2
2022-09-23Release docker images for policy/distribution: 2.8.0liamfallon1-0/+8
This commit releases docker images for repo policy/distribution. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I3228afa3df3c17b2bbf8b29c4ba6cdd44710a0a4
2022-09-23Release policy/distribution: 2.8.0liamfallon1-0/+5
This commit releases repo policy/distribution. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I7b7f16b07250192d217b2ed260cf7798c8185453
2022-09-22update references in policy/distribution pomliamfallon2-4/+4
updated references in the policy/distribution pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I0b1bf3705dfbc8d77a0eb4f846a73f502a350e7c
2022-09-16Fix minor warnings in codeliamfallon1-1/+0
Issue-ID: POLICY-4045 Change-Id: Idc6de6988541af7f115f5d13505d735d0927a6f2 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: I6da08fe7b6357b30fcbba01d772e3fc319f26307
2022-09-01Allow setting external dockerfile for distributiondanielhanrahan1-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: Ic6851e77e4b5bb8d8dc51bc4824560270806987b
2022-08-23Fix Sdc configurationRam Krishna Verma4-1/+9
Fixing the SdcConfiguration class to accomodate the parameter for switching http vs https communication between Sdc client & server. So that distribution component is compatible with Service Mesh (Istio) initiative in OOM. For more details - https://jira.onap.org/browse/POLICY-4226 Issue-ID: POLICY-4226 Change-Id: Ia3956832d37953e1b6149303ca685d4b82c30f5d Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
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: I9d52cc2a11309e6d1dd4dae18fcaccf0406d73ba
2022-07-13Reduce size of docker images for distributiondanielhanrahan2-17/+21
Avoid creating extra layers when extracting tarball Remove redundant chown commands Reduce size of Alpine image by 37% (357MB to 226MB) Reduce size of OpenSuse image by 26% (525MB to 389MB) Issue-ID: POLICY-4276 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Ieb4faceef2264059dd868ecd04581e29b436c75a
2022-07-11Upgrade OpenSuse version to 15.4 for distributiondanielhanrahan1-1/+1
Issue-ID: POLICY-4278 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I0543844d2f5840e9939752af452bb668770345bc
2022-06-28OCI image spec labels for distributiondanielhanrahan3-0/+41
Issue-ID: POLICY-4260 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I9c1e3e48c80298330177e310f73b4473fba8f436
2022-06-03Merge "OpenSuse docker file for policy-distribution"Liam Fallon4-3/+67
2022-06-01OpenSuse docker file for policy-distributiondanielhanrahan4-3/+67
Issue-ID: POLICY-4192 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I3b3f886f60ed17f9ab54d3b9e915d7921a5642ba
2022-06-01Add Ramesh Murugan Iyer as a committerliamfallon1-0/+8
Issue-ID: POLICY-4228 Change-Id: I0d1e4e4e79346a34541175660de1341bd96339b1 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-05-12Security issues from sonar cloud fixesadheli.tavares17-263/+242
Issue-ID: POLICY-4168 Change-Id: Iedac6c95be452be81e8c73055193b4707735ef56 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2022-05-03Set snapshot and/or references of policy/distribution for new releaseliamfallon15-19/+19
policy/distribution updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4073 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I8c95ff6bf590b4ad610e6c992d1443ca629b438f Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-04-28Update snapshot and/or references of policy/distribution to latest snapshotsliamfallon15-18/+18
policy/distribution updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I0eddbc948be35873d6d15300d4c832868994e3f5
2022-04-28Release docker images for policy/distribution: 2.7.3liamfallon1-0/+8
This commit releases docker images for repo policy/distribution. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I05f4423eac83648c7f40aaaa99e831e6662dbccf
2022-04-28Release policy/distribution: 2.7.3liamfallon1-0/+5
This commit releases repo policy/distribution. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I501e9c74066de3de6ed1d6488938687deba6e128