adheli.tavares [Tue, 12 Nov 2024 09:05:47 +0000 (09:05 +0000)]
Revert changes in models-impl/cds pom
- adding dependencies directly might have caused issues
in drools-apps
Issue-ID: POLICY-5158
Change-Id: I48be8f3fa45e124e1f9939546f12a1bccc0d790f
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
adheli.tavares [Mon, 4 Nov 2024 10:17:03 +0000 (10:17 +0000)]
Fix references and organize dependencies after splitting
policy-endpoints and message-bus
Issue-ID: POLICY-5131
Change-Id: I7542caaccc130bc6120cc105d31a1e1e951c8cff
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
rameshiyer27 [Thu, 19 Sep 2024 15:05:12 +0000 (16:05 +0100)]
Update policy committers in policy/models
Issue-ID: POLICY-5129
Change-Id: Ic5cc4b4ea62a4fcc7a21ccb93e35ee07a323c06a
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Adheli Tavares [Thu, 15 Aug 2024 16:02:47 +0000 (16:02 +0000)]
Merge "Increase coverage above 90% for models"
adheli.tavares [Thu, 15 Aug 2024 13:07:00 +0000 (14:07 +0100)]
Fix constant missing in drools-applications
Issue-ID: POLICY-5107
Change-Id: I63d71445de2c188916692d7f4136fdf9e4512948
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
waynedunican [Thu, 15 Aug 2024 09:14:59 +0000 (10:14 +0100)]
Increase coverage above 90% for models
Differences between local sonar scan (90.5) and sonarcloud (89.7) after merge
Pushing extra tests to ensure coverage is above 90 on sonarcloud
Issue-ID: POLICY-5069
Change-Id: I684204545044e08e852acdb995fce54ceefb0523
Signed-off-by: waynedunican <wayne.dunican@est.tech>
waynedunican [Tue, 23 Jul 2024 08:23:51 +0000 (09:23 +0100)]
Improve code coverage and sonar fixes
Increased code coverage to 90%
SONAR - Removed TODO comments
SONAR - Added NOSONAR where appropriate
SONAR - Replaced stream.Collect() with stream.toList() where applicable
SONAR - Made variables serializable or transient to comply with sonar rules
Issue-ID: POLICY-5069
Change-Id: Ife256eaf4e6f427fe40b138bacc6f112dc5bcea4
Signed-off-by: waynedunican <wayne.dunican@est.tech>
adheli.tavares [Thu, 1 Aug 2024 12:50:52 +0000 (13:50 +0100)]
Fix on persistence.xml after updating hibernate dependencies
- fix on side effects from drools-apps fix.
- hibernate does not allow class annotated with @MappedSuperClass
to have also @Table annotation.
Issue-ID: POLICY-4955
Change-Id: I1493f58cd31646842220872c239629f3a499a9f3
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
rameshiyer27 [Fri, 12 Jul 2024 11:00:26 +0000 (11:00 +0000)]
Update snapshot and/or references of policy/models to latest snapshots
policy/models updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5072
Change-Id: I3f1e814bcb5a6da0a678074df249b92113107b20
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
rameshiyer27 [Fri, 12 Jul 2024 10:27:18 +0000 (10:27 +0000)]
Release docker images for policy/models: 4.0.0
This commit releases docker images for repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5072
Change-Id: I123372e62d67ec1e9aa81ae399e8eae0bf3475fa
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
rameshiyer27 [Fri, 12 Jul 2024 09:56:05 +0000 (09:56 +0000)]
Release policy/models: 4.0.0
This commit releases repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5072
Change-Id: If9c14d7aa31b588214b47b59f213f6883d92a7dd
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
rameshiyer27 [Fri, 12 Jul 2024 09:07:26 +0000 (09:07 +0000)]
update parent,common references in policy/models pom
updated the parent and common references in the policy/models pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5072
Change-Id: I0fd33fce97ae56b23a128b9ac217bb34106d2b11
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
waynedunican [Mon, 1 Jul 2024 13:15:04 +0000 (14:15 +0100)]
Clean up of JUnit 4 dependencies
Cleanup of JUnit 4 dependenies
Convert model-simulators to JUnit 5
Issue-ID: POLICY-5042
Change-Id: I608f675ef04437207769f624988cb4e630b67440
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Adheli Tavares [Wed, 26 Jun 2024 08:22:11 +0000 (08:22 +0000)]
Merge "Convert models to JUnit 5"
waynedunican [Thu, 13 Jun 2024 08:27:35 +0000 (09:27 +0100)]
Convert models to JUnit 5
Review for models-pap, models-pdp and models-provider
Issue-ID: POLICY-5042
Change-Id: Ic00d60127f11472f585e4cbda2b2272c220cd225
Signed-off-by: waynedunican <wayne.dunican@est.tech>
waynedunican [Thu, 13 Jun 2024 08:24:00 +0000 (09:24 +0100)]
Convert models to JUnit 5
Review for models-impl
Issue-ID: POLICY-5042
Change-Id: I22ff90b12da3fb2ba4d0eead7afb9282eac6921f
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Adheli Tavares [Fri, 21 Jun 2024 09:08:15 +0000 (09:08 +0000)]
Merge "Convert models to JUnit 5"
waynedunican [Thu, 13 Jun 2024 08:13:33 +0000 (09:13 +0100)]
Convert models to JUnit 5
Review for models-base, models-dao, models-decisions and models-errors
Issue-ID: POLICY-5042
Change-Id: I0fd2252dcf5c758420508facf62d70789a5e9598
Signed-off-by: waynedunican <wayne.dunican@est.tech>
waynedunican [Thu, 13 Jun 2024 08:29:20 +0000 (09:29 +0100)]
Convert models to JUnit 5
Review for models-sim and models-tosca
Issue-ID: POLICY-5042
Change-Id: I72533933b34df145e1ff4eb40ebafa93f85cca9a
Signed-off-by: waynedunican <wayne.dunican@est.tech>
waynedunican [Thu, 13 Jun 2024 08:19:14 +0000 (09:19 +0100)]
Convert models to JUnit 5
Review for models-actors
Issue-ID: POLICY-5042
Change-Id: Ica07b9fbda1eca24a8a432d57a2d9af52c84625d
Signed-off-by: waynedunican <wayne.dunican@est.tech>
saul.gill [Mon, 20 May 2024 11:04:05 +0000 (12:04 +0100)]
Set all cross references of policy/models
policy/models updated with correct cross references
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4999
Change-Id: Ic9561be236b4f99f3eedee2fa6265b8f696b126a
Signed-off-by: saul.gill <saul.gill@est.tech>
saul.gill [Mon, 20 May 2024 10:08:36 +0000 (11:08 +0100)]
Set snapshot and/or references of policy/models for new release
policy/models updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4999
Change-Id: I6dfea7c364e79409ec9c59385d0c1d2b991b0a85
Signed-off-by: saul.gill <saul.gill@est.tech>
waynedunican [Thu, 16 May 2024 15:01:04 +0000 (16:01 +0100)]
Update snapshot and/or references of policy/models to latest snapshots
policy/models updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5001
Change-Id: I09269130698c24b8f4e7c18631cc8e699ff0fae4
Signed-off-by: waynedunican <wayne.dunican@est.tech>
waynedunican [Thu, 16 May 2024 14:26:33 +0000 (15:26 +0100)]
Release docker images for policy/models: 3.1.3
This commit releases docker images for repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5001
Change-Id: Ifa549c4dc606efdb14265f484fa2292f021de9fb
Signed-off-by: waynedunican <wayne.dunican@est.tech>
waynedunican [Thu, 16 May 2024 14:13:19 +0000 (15:13 +0100)]
Release policy/models: 3.1.3
This commit releases repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5001
Change-Id: Iebf02338995e21ee3a867d8ef368574a9089ad31
Signed-off-by: waynedunican <wayne.dunican@est.tech>
waynedunican [Thu, 16 May 2024 13:23:11 +0000 (14:23 +0100)]
update parent,common references in policy/models pom
updated the parent and common references in the policy/models pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5001
Change-Id: I5b9f907a8890860baa6696063a56fbe80ea573a1
Signed-off-by: waynedunican <wayne.dunican@est.tech>
saul.gill [Thu, 9 May 2024 10:31:33 +0000 (11:31 +0100)]
Kafka clients lib required by pdp sim
Issue-ID: POLICY-4988
Change-Id: I8368db9e63b66da30576bd37645f5560f17a54cc
Signed-off-by: saul.gill <saul.gill@est.tech>
saul.gill [Thu, 25 Apr 2024 12:10:28 +0000 (13:10 +0100)]
Update snapshot and/or references of policy/models to latest snapshots
policy/models updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4970
Change-Id: I529a9542c8a20e8f8c27b5ae1da44b65b9f8a05a
Signed-off-by: saul.gill <saul.gill@est.tech>
saul.gill [Thu, 25 Apr 2024 11:42:46 +0000 (12:42 +0100)]
Release docker images for policy/models: 3.1.2
This commit releases docker images for repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4970
Change-Id: I4537dda5f87c55bf853daa7917145167a249c476
Signed-off-by: saul.gill <saul.gill@est.tech>
saul.gill [Thu, 25 Apr 2024 11:29:22 +0000 (12:29 +0100)]
Release policy/models: 3.1.2
This commit releases repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4970
Change-Id: I18cc56a22129131e44542dafed98e20aa01b4a21
Signed-off-by: saul.gill <saul.gill@est.tech>
saul.gill [Thu, 25 Apr 2024 10:42:15 +0000 (11:42 +0100)]
update parent,common references in policy/models pom
updated the parent and common references in the policy/models pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4970
Change-Id: I0d6aa5ac5f45c9aaa8ea2511fd76b9719017b0b4
Signed-off-by: saul.gill <saul.gill@est.tech>
adheli.tavares [Wed, 24 Apr 2024 09:16:34 +0000 (10:16 +0100)]
Fix actors interactions for drools issues.
- adjust topics in policies for drools usecases controller
- add kafka runtime dependencies.
Issue-ID: POLICY-4955
Change-Id: I5bd4f3898ca63cc9f6fce5aa1f95dc503b4b2419
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
adheli.tavares [Tue, 2 Apr 2024 14:15:39 +0000 (15:15 +0100)]
Dependency management update
- including dependencies to pom.xml files only where they are used,
avoiding extra dependencies being added in all packages.
Issue-ID: POLICY-4945
Change-Id: I85b18befe3fe2877c754b1ac818d1b4994f9f7f9
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
adheli.tavares [Tue, 20 Feb 2024 14:33:26 +0000 (14:33 +0000)]
Fix config files to remove outdated configuration for hibernate
Issue-ID: POLICY-4929
Change-Id: Icd796030753c505c99c1840d8d11fb2f8300c15e
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
waynedunican [Fri, 16 Feb 2024 16:29:02 +0000 (16:29 +0000)]
Update snapshot and/or references of policy/models to latest snapshots
policy/models updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4932
Change-Id: If5af9ed47cd1c5d987259c90e95d3c40c52977c0
Signed-off-by: waynedunican <wayne.dunican@est.tech>
waynedunican [Fri, 16 Feb 2024 16:00:44 +0000 (16:00 +0000)]
Release docker images for policy/models: 3.1.1
This commit releases docker images for repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4932
Change-Id: Ic5febbeec62f752be59c97fa5fe5d3f42db6f42a
Signed-off-by: waynedunican <wayne.dunican@est.tech>
waynedunican [Fri, 16 Feb 2024 15:37:03 +0000 (15:37 +0000)]
Release policy/models: 3.1.1
This commit releases repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4932
Change-Id: I0219e402e3c6e40eabe0925ff82fbce25e8e9f77
Signed-off-by: waynedunican <wayne.dunican@est.tech>
waynedunican [Fri, 16 Feb 2024 14:32:24 +0000 (14:32 +0000)]
update parent,common references in policy/models pom
updated the parent and common references in the policy/models pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4932
Change-Id: I52435e88455357cb01e33dffd31545e50c206930
Signed-off-by: waynedunican <wayne.dunican@est.tech>
rameshiyer27 [Mon, 29 Jan 2024 09:23:58 +0000 (09:23 +0000)]
Remove dmaap from models
Issue-ID: POLICY-4402
Change-Id: Icead1601984f463e557b969f2792f0f0aa05f060
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
adheli.tavares [Thu, 11 Jan 2024 14:04:24 +0000 (14:04 +0000)]
Fix simulator topics for lower case
Issue-ID: POLICY-4402
Change-Id: I4a3122810e01988aeed0d68e3b8d7167daee4e62
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
saul.gill [Mon, 11 Dec 2023 14:45:05 +0000 (14:45 +0000)]
Update snapshot and/or references of policy/models to latest snapshots
policy/models updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I7422d28b954ac0d2b1720105a0089cc10b98f712
saul.gill [Mon, 11 Dec 2023 14:27:36 +0000 (14:27 +0000)]
Release docker images for policy/models: 3.1.0
This commit releases docker images for repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: If13ac82a7828b4d79e62c6cdeb94cce07a2f0090
saul.gill [Mon, 11 Dec 2023 14:11:05 +0000 (14:11 +0000)]
Release policy/models: 3.1.0
This commit releases repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: Ic805e180880c18e014f395bfa74783c62ceb7028
saul.gill [Mon, 11 Dec 2023 12:19:13 +0000 (12:19 +0000)]
update parent,common references in policy/models pom
updated the parent and common references in the policy/models pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I968db58f03bf8c64f19ff9e09485be8f01cd9add
FrancescoFioraEst [Wed, 22 Nov 2023 15:40:44 +0000 (15:40 +0000)]
Allow semantic versioning in all templates in models
Issue-ID: POLICY-4885
Change-Id: I036c4ddc41bb817dc28a4b28a842d3139991bd10
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
liamfallon [Tue, 14 Nov 2023 15:52:35 +0000 (16:52 +0100)]
Set all cross references of policy/models
policy/models updated with correct cross references
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I6ce2824864084a0d01635cc516a45a2d19493637
liamfallon [Tue, 14 Nov 2023 15:12:23 +0000 (16:12 +0100)]
Set snapshot and/or references of policy/models for new release
policy/models updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Id325ff49ba7db6effa42789a1e54eca066bc1248
liamfallon [Mon, 13 Nov 2023 12:28:52 +0000 (13:28 +0100)]
Update snapshot and/or references of policy/models to latest snapshots
policy/models updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ifae4425ed10aa87bd420bbbdf55a5f55399f80b3
liamfallon [Mon, 13 Nov 2023 12:01:31 +0000 (13:01 +0100)]
Release docker images for policy/models: 3.0.2
This commit releases docker images for repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I97c99001686009e723c5895ea179cfb37b9eb3c1
liamfallon [Mon, 13 Nov 2023 10:36:13 +0000 (11:36 +0100)]
Release policy/models: 3.0.2
This commit releases repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ie87a19841ee3f397ca6bd80507d56bc0dcd936c2
liamfallon [Fri, 10 Nov 2023 18:53:20 +0000 (18:53 +0000)]
update parent,common references in policy/models pom
updated the parent and common references in the policy/models pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I2956462ee5397b46c86ba63ad39da59860fa46b3
liamfallon [Wed, 18 Oct 2023 11:19:26 +0000 (12:19 +0100)]
Update snapshot and/or references of policy/models to latest snapshots
policy/models updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I08327729a19bd25c1d1e2d250f0fda7bf8464b0b
liamfallon [Wed, 18 Oct 2023 10:53:04 +0000 (11:53 +0100)]
Release docker images for policy/models: 3.0.1
This commit releases docker images for repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Id04850b41864e4a8d1be59e76fb9f974e77d77d8
liamfallon [Wed, 18 Oct 2023 10:28:05 +0000 (11:28 +0100)]
Release policy/models: 3.0.1
This commit releases repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: If4f0776a3448249fcb1c5b9a7a8a4b9e20e46450
liamfallon [Wed, 18 Oct 2023 09:53:11 +0000 (10:53 +0100)]
update parent,common references in policy/models pom
updated the parent and common references in the policy/models pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I62b3ad12ab02f4bf201f2da04d9b20d321885466
liamfallon [Wed, 18 Oct 2023 08:07:46 +0000 (09:07 +0100)]
Fix version.properties major version
Fix version.properties major version
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I5ff2a4fce34dbfc7adea363448ac24401ea14276
saul.gill [Thu, 12 Oct 2023 09:27:38 +0000 (10:27 +0100)]
Change pdp sim java version
Change java path version to java 17 in dockerfile
Issue-ID: POLICY-4853
Change-Id: Ib9edb67ccea6623ad7e04264a974031dbe1e0a65
Signed-off-by: saul.gill <saul.gill@est.tech>
adheli.tavares [Thu, 28 Sep 2023 17:26:22 +0000 (18:26 +0100)]
Fix nexus and sonar vulnerabilities
- IQ nexus dependencies
- sonar hotspots and code smells
Issue-ID: POLICY-4760
Change-Id: Ic4260c568f9d9164a33aacb34a5ff3a6f91b1bd8
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
adheli.tavares [Thu, 27 Jul 2023 09:12:59 +0000 (10:12 +0100)]
Java 17 Upgrade
Issue-ID: POLICY-4669
Change-Id: I0157ae0ea7151658308c7e6d429098f16824c190
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Suresh Charan [Wed, 29 Mar 2023 13:45:13 +0000 (09:45 -0400)]
Removed db-based statistics feature
Statistics code cleanup
Issue-ID: POLICY-4109
Change-Id: I4b94d8c0c9b0ff68569c5861f8797920efe67b17
Signed-off-by: Suresh Charan <suresh.charan@bell.ca>
liamfallon [Thu, 25 May 2023 09:46:35 +0000 (10:46 +0100)]
Set all cross references of policy/models
policy/models 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: I7fe05023875bfeaaa0ecabad4a25470d83f8fd87
liamfallon [Thu, 25 May 2023 08:40:59 +0000 (09:40 +0100)]
Set snapshot and/or references of policy/models for new release
policy/models 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: I1a25ce15a06c13e57e37f1a36bb390f145e1a21a
liamfallon [Tue, 2 May 2023 11:10:38 +0000 (12:10 +0100)]
Add Adheli Tavares as a committer
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: I8606b535549d624b83e5cfd3a5843298dec9b56a
rameshiyer27 [Tue, 25 Apr 2023 08:47:23 +0000 (09:47 +0100)]
Update snapshot and/or references of policy/models to latest snapshots
policy/models updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4648
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: Icb311d1eb36c3263e3e9fe996f49771124e68289
rameshiyer27 [Mon, 24 Apr 2023 16:25:35 +0000 (17:25 +0100)]
Release docker images for policy/models: 2.8.2
This commit releases docker images for repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4648
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: I6fd65d9f53ec1ead05e0c6a875144485e74f8be2
rameshiyer27 [Mon, 24 Apr 2023 15:46:40 +0000 (16:46 +0100)]
Release policy/models: 2.8.2
This commit releases repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4648
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: I26245aebe9c45f74246e3ea6df961792f8b4f545
rameshiyer27 [Mon, 24 Apr 2023 15:03:31 +0000 (16:03 +0100)]
update parent,common references in policy/models pom
updated the parent and common references in the policy/models 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: I7f086964761bce49653a3ddd6c2ae25b25548534
liamfallon [Tue, 14 Mar 2023 17:10:16 +0000 (17:10 +0000)]
Update for SNI checking
Update policy/models for SNI checking
Issue-ID: POLICY-4474
Change-Id: I394069e90235859bcb9ccd95d92682f73cfa5b86
Signed-off-by: liamfallon <liam.fallon@est.tech>
saul.gill [Tue, 28 Feb 2023 15:41:52 +0000 (15:41 +0000)]
Update snapshot and/or references of policy/models to latest snapshots
policy/models 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: Ie25a8dc3903b0f3536defa87570b5cb65120e8b7
saul.gill [Tue, 28 Feb 2023 15:07:50 +0000 (15:07 +0000)]
Release docker images for policy/models: 2.8.1
This commit releases docker images for repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: If6e87606e9096e7882f074c0ea1d6f68fe2d04d6
saul.gill [Tue, 28 Feb 2023 14:47:19 +0000 (14:47 +0000)]
Release policy/models: 2.8.1
This commit releases repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I05e66715186de3bfa1ebcbb22a2992565cb19c53
saul.gill [Tue, 28 Feb 2023 13:40:07 +0000 (13:40 +0000)]
update parent,common references in policy/models pom
updated the parent and common references in the policy/models 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: I4e085757b8751af939fa381557cdfd69f8f1ab72
liamfallon [Fri, 17 Feb 2023 19:13:56 +0000 (19:13 +0000)]
Clean up dependencies for London Release
Issue-ID: POLICY-4482
Change-Id: I36b4e46604ecdbde7bb8b81e2c792214fc77af9f
Signed-off-by: liamfallon <liam.fallon@est.tech>
liamfallon [Tue, 14 Feb 2023 11:34:22 +0000 (11:34 +0000)]
Update Dockerfile for PF base image
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: I7245db2d485e72d130008155999242e15e60d611
Signed-off-by: liamfallon <liam.fallon@est.tech>
Liam Fallon [Tue, 14 Feb 2023 10:49:22 +0000 (10:49 +0000)]
Merge "Remove annotations in models"
liamfallon [Tue, 14 Feb 2023 10:35:09 +0000 (10:35 +0000)]
remove unused dependency
Issue-ID: POLICY-4482
Change-Id: I048683f81092fecc17b2f16f81393f5b21d62429
Signed-off-by: liamfallon <liam.fallon@est.tech>
lapentafd [Mon, 13 Feb 2023 17:00:32 +0000 (17:00 +0000)]
Remove annotations in models
Removing last annotations in order to remove dependencies in parent
Issue-ID: POLICY-3465
Change-Id: Id7a070120d452e33af805b08b37dd1eba1374615
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
liamfallon [Thu, 2 Feb 2023 14:43:12 +0000 (14:43 +0000)]
Replace Eclipselink with Hibernate
Issue-ID: POLICY-4533
Change-Id: I77a6c44c96013963e141265758629cae83e49876
Signed-off-by: liamfallon <liam.fallon@est.tech>
liamfallon [Tue, 31 Jan 2023 10:41:01 +0000 (10:41 +0000)]
Upgrade and clean up dependencies
- 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: Ie8d6ee1e8bcdad282bcef3cad409c5c109e907f1
Signed-off-by: liamfallon <liam.fallon@est.tech>
liamfallon [Sun, 18 Dec 2022 02:26:01 +0000 (02:26 +0000)]
Upgrade the H2 database to the latest version
The latest verison of H2 does not allow colums called "user" or indexes
using an underscore in their name.
Issue-ID: POLICY-4488
Change-Id: I1db62768b0c0f85543c2f7d3681243f8386825e7
Signed-off-by: liamfallon <liam.fallon@est.tech>
liamfallon [Thu, 15 Dec 2022 12:39:31 +0000 (12:39 +0000)]
Update snapshot and/or references of policy/models to latest snapshots
policy/models 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: I89001c25b23e41b2d53adaa7b405f6cf5d124cb1
liamfallon [Thu, 15 Dec 2022 12:11:09 +0000 (12:11 +0000)]
Release docker images for policy/models: 2.8.0
This commit releases docker images for repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Id44dc6281b2a4c152597adb74a4d1ed8bc7a88bf
liamfallon [Thu, 15 Dec 2022 11:48:47 +0000 (11:48 +0000)]
Release policy/models: 2.8.0
This commit releases repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ic015d736000077f495d6e89cc2a3f6c59fc54ce4
liamfallon [Thu, 15 Dec 2022 11:05:02 +0000 (11:05 +0000)]
update parent,common references in policy/models pom
updated the parent and common references in the policy/models pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Id670768c2012d357b7e815b3558ed342ceae0964
liamfallon [Tue, 13 Dec 2022 14:46:16 +0000 (14:46 +0000)]
Use managed versions of dependencies
Issue-ID: POLICY-4482
Change-Id: I971332f3023261b5dfd149c5d344cf4565e01888
Signed-off-by: liamfallon <liam.fallon@est.tech>
danielhanrahan [Fri, 25 Nov 2022 15:46:35 +0000 (15:46 +0000)]
Move git-commit-id-maven-plugin to parent pom
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: I17679d17471482bf52f80a2a7e250f7a06469deb
jhh [Mon, 14 Nov 2022 15:23:11 +0000 (09:23 -0600)]
rename a1 policy example to putA1Policy
Issue-ID: POLICY-4444
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I172fadf760a7eaddf594e03b05a8c94cba5ed5e1
jhh [Fri, 4 Nov 2022 16:50:17 +0000 (11:50 -0500)]
Create A1P actor to talk to A1 PMS.
This relates to the support for the SON use case.
Issue-ID: POLICY-4444
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I2c67ec282c77d42b9e8a11cc70cb518976075a00
jhh [Mon, 31 Oct 2022 16:28:10 +0000 (11:28 -0500)]
Wrap sample SON policies with topology template
Issue-ID: POLICY-4427
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Iac9003105533fe9e59914f5082ff5b99bb49706d
liamfallon [Fri, 21 Oct 2022 16:42:50 +0000 (17:42 +0100)]
Set snapshot and/or references of policy/models for new release
policy/models 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: Ie62a24c34694977b9bbbab9554bce5b54648afb7
liamfallon [Fri, 21 Oct 2022 07:05:56 +0000 (08:05 +0100)]
Update snapshot and/or references of policy/models to latest snapshots
policy/models 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: Icc6e8bf7de2a207946fbba5eb3bdbabd0a347c49
liamfallon [Thu, 20 Oct 2022 21:54:02 +0000 (22:54 +0100)]
Release docker images for policy/models: 2.7.1
This commit releases docker images for repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4408
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ic2e2fd3304ca99ff7b4f8c59452793a420a3d438
liamfallon [Thu, 20 Oct 2022 20:49:57 +0000 (21:49 +0100)]
Release policy/models: 2.7.1
This commit releases repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4408
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I91860e337b449feaf932eea0d1c675fd373a5e10
liamfallon [Thu, 20 Oct 2022 19:12:03 +0000 (20:12 +0100)]
update parent,common references in policy/models pom
updated the parent and common references in the policy/models pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4408
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ic0dbfba0aa205cf567836e393f1e363a677dfe6a
liamfallon [Wed, 19 Oct 2022 08:28:07 +0000 (09:28 +0100)]
Fix some dependencies flagged in scans
Issue-ID: POLICY-4393
Change-Id: I8ba3b906336d5200326e71d649a05363c43d79f0
Signed-off-by: liamfallon <liam.fallon@est.tech>
liamfallon [Thu, 22 Sep 2022 22:21:59 +0000 (23:21 +0100)]
Update snapshot and/or references of policy/models to latest snapshots
policy/models 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: I0192824c0bf84e444690020aa33b69467a162052
liamfallon [Thu, 22 Sep 2022 20:41:10 +0000 (21:41 +0100)]
Release docker images for policy/models: 2.7.0
This commit releases docker images for repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4343
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: If6f357e7f4a6ac6df7f520c9e025b6b4586abb8f
liamfallon [Thu, 22 Sep 2022 20:04:17 +0000 (21:04 +0100)]
Release policy/models: 2.7.0
This commit releases repo policy/models.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4343
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ia11bbcf03bd395a09ca37b0ea30fcf7f198a7006
liamfallon [Thu, 22 Sep 2022 18:28:34 +0000 (19:28 +0100)]
update parent,common references in policy/models pom
updated the parent and common references in the policy/models pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4343
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Id8aa96be28172de724a2a106942a99f3494c24a3
liamfallon [Fri, 16 Sep 2022 16:40:21 +0000 (17:40 +0100)]
Remove unused imports in models
Issue-ID: POLICY-4045
Change-Id: Iae24996aa0b1047e993c1e08ae1265152a598ece
Signed-off-by: liamfallon <liam.fallon@est.tech>