aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-10-19Fix: Use JDK17 in maven build GHAHEADmasterJessica Wagantall1-1/+1
Issue-ID: CIMAN-33 Change-Id: Ic81eac65611d0a00d9328dec0163427ff932402f Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2023-10-18CI: Add GHA meven verify caller workflowJessica Wagantall1-0/+108
Issue-ID: CIMAN-33 Change-Id: I22e1eb0d74ed36e1dec5af41aece9d325883328c Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2022-12-14Update snapshots on oparentliamfallon8-9/+9
Issue-ID: POLICY-4482 Change-Id: Ia718ec163277b8285a80d97ae69045312465fb14 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-12-14Release oparent 3.3.3liamfallon1-0/+4
Issue-ID: POLICY-4482 Change-Id: Ia1f421f3f4292df035c5422df6b07ef28ab6f8e4 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-12-14Remove self references in oparentliamfallon2-98/+117
This commit removes self references in oparent. These self references mean that the version of an import in oparent is set to the value of project.version, which is the value of project.version in the project importing oparent, not the actual version of oparent. This causes all sorts of side effects. The down side is that users of oparent will now have to explicitly import the oparent dependencies, doing somethling like: <dependencyManagement> <dependencies> <dependency> <groupId>org.onap.oparent</groupId> <artifactId>dependencies</artifactId> <version><Your oparent version></version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> Issue-ID: POLICY-4482 Change-Id: I573bffb0656209413fafc3800c3bcbdb616beecd Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-12-13Update references in oparent for releaseliamfallon1-3/+3
Issue-ID: POLICY-4482 Change-Id: I1e25c27e248f674ade6a403089aa8ffefab9b74b Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-12-13Upgrade dependency versions in oparentliamfallon2-26/+37
Tidied up the version handling and took the latest versions for oparent dependencies. Issue-ID: POLICY-4482 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ie7c9a863d3050a0a57b5ba03a8625f85322dad3a
2022-12-08Update the Spring Framework version for securityliamfallon1-1/+1
This version change upgrades the Spring Framework to remove the spring-web security issue that has been there for a while. Issue-ID: POLICY-4472 Change-Id: I54794e6ae4ca81d799d46568c4485e7a9ec118bb Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-10-24[INTEGRATION] Update committers listkohnMichal Jagiello1-32/+6
That change was done by automated integration tool to maintain commiters list in INFO.yaml Issue-ID: INT-2146 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ib5061fe21eb45679f84823b33ae4b4f287767ac6
2022-08-31Bump snapshot version on oparentliamfallon8-10/+10
Issue-ID: INT-2036 Change-Id: Iba1603dfd2f988800ffe58af31b2aa626c5407e4 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-08-30Release oparent 3.3.2liamfallon1-0/+4
Issue-ID: INT-2036 Change-Id: I9e50ceaf949c5679d16f2aa943497ddcb0d98db0 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-08-19Upgrade dependency versions in oparentzhuguanyu1-4/+4
Issue-ID: USECASEUI-709 Signed-off-by: zhuguanyu <zhuguanyu5@huawei.com> Change-Id: I2464e820cc4d2b93c10ca8c92c7e564e799be04b
2022-08-04Update Logback to Version 1.2.10zhuguanyu1-1/+1
Signed-off-by: zhuguanyu <zhuguanyu5@huawei.com> Issue-ID: USECASEUI-709 Change-Id: I5432eca178d84fe188128bba9dd4f1ec1f190099
2022-05-11[INTEGRATION] Update committers listMichal Jagiello1-20/+115
That change was done by automated integration tool to maintain commiters list in INFO.yaml Issue-ID: INT-2106 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I7b00013e1bcb38267541ce0b27aa5be946314e73
2022-04-22Bump oparent to 3.3.2-SNAPSHOTliamfallon8-10/+10
Issue-ID: POLICY-4070 Change-Id: I47d0a3f1786f12b381842dc678e9edfc58d07dd7 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-04-22Release oparent 3.3.1 maven artifactsliamfallon1-0/+4
Issue-ID: POLICY-4070 Change-Id: I9d0b7422f0f553c781c5e02825890b7a342660c1 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-04-21Add spring dependencies into dependency managementliamfallon2-0/+16
Some dependencies were missing in oparent and then did not respect the spring.version parameter for setting the spring version, dragging in the vulnerable version of spring-beans. Issue-ID: POLICY-4070 Change-Id: I819062a6165bbec33498414c4f4401cb41475028 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-04-15Update version of Spring to clear security issuesliamfallon1-1/+1
SPring is showing many security issues in Nexus IQ. bumping the version of Spring clears these issues. Issue-ID: POLICY-4070 Change-Id: Ifb2c2e01d85be1908b13e7ffa4cec71777ec55c5 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-04-05Bump master version to 3.3.1-SNAPSHOTToineSiebelink8-10/+10
Issue-ID: CPS-475 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: Id8804d5c84143a21575605cc12b181ff25acd392
2022-04-04Initial release for KohnToineSiebelink1-0/+4
Including - Enable @surpressWarnings for Checkstyle Issue-ID: CPS-475 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: Ib3a4b4c3d0bb44b8a8686f8f74104fcf8be373f5
2022-03-30Enable @surpressWarnings for CheckstylejakartaToineSiebelink1-0/+2
Documentation is a bit ambigous but below changes should enable @SupressWarnings (in source code) for checkstyle rules we have some false positives from Checkstyle we want to supress this way e.g. https://tinyurl.com/4b527vvr lines 258/259; checkstyle forced us to add those lines, instead I want to supress the warning on this method using annotation like @supresswraning(checkstyle:missingSwitchDefault)) Issue-ID: CPS-475 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: I07f865a279b4951f2ce3240fedcec6b5c46933e0
2021-10-26Bump master to 3.3.0-SNAPSHOTDragosh, Pamela (pd1248)8-11/+11
For Jakarta release. Issue-ID: INT-1999 Change-Id: Id7af7ad297c0c625002fbb16c4340b8677a5a88a Signed-off-by: Dragosh, Pamela (pd1248) <pd1248@att.com>
2021-09-02[ADMIN] Update INFO.yaml (new PTL and cleanup)istanbulmorganrol1-5/+5
Update: - Michal Jagiello new Integration PTL Remove: - Marchin Przybysz Issue-ID: INT-1967 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I8dca7c1e5b027fc295d44689306eb0bffd3c7834
2021-07-29Set default branch in oparent gitreview fileJim Hahn1-0/+1
Issue-ID: INT-1948 Change-Id: I0d2fa4a363fa53949d5aed2c004bb313a2b082db Signed-off-by: Jim Hahn <jrh3@att.com>
2021-07-29Bump oparent to 3.2.2Jim Hahn8-10/+10
Issue-ID: INT-1948 Change-Id: I63de3f84b774dd95cf760e602ae1da286dadb5c6 Signed-off-by: Jim Hahn <jrh3@att.com>
2021-07-29Release oparent 3.2.1 IstanbulJim Hahn1-0/+4
Issue-ID: INT-1948 Change-Id: I145816efd6075e7f6ddd79f589ab9c6000d788b5 Signed-off-by: Jim Hahn <jrh3@att.com>
2021-06-25Upgrade depenencies for IstanbulDragosh, Pamela (pd1248)2-9/+9
Sticking with jetty 9.x version, not sure of the ramifications to move to 11.x version. Issue-ID: INT-1938 Change-Id: I2ed9eb9668c06aa9b46b40cdaf70dd92a11c9e3f Signed-off-by: Dragosh, Pamela (pd1248) <pdragosh@research.att.com>
2021-06-25Step version of spring to 5.3.8liamfallon1-1/+1
The existing version of Spring (5.2.10.RELEASE) defined in oparent does not work with the latest version of springboot (2.5.1). This patch upgrades spring in oparent. Issue-ID: POLICY-3209 Change-Id: I7aba621aa2310cad1955ec389f302822d43b0d62 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-06-17Update Checkstyle to version 8.43liamfallon2-3/+1
The checkstyle plugin in the 2021-03 version of Eclipse defaults to version 8.43 of Checkstyle. This version of Checkstyle removes the "scope" keyword from the JavadocMethod module, because it is redundant, so the ONAP checkstyle onap-kava-style.xml file breaks. This review: - Removes the "scope" property from the "JavadocMethod" module, where it is redundant anyhow (scope applies on the "MissingJavadocMethod" module - Removes the "scope" property from the "MissingJavadocMethod" because it defaults to the correct value for ONAP, that is "public" Issue-ID: POLICY-3206 Change-Id: I62736ec812595929392b5eef0658acb77365c52a Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-01-26Bump oparent 3.2.1-SNAPSHOTPamela Dragosh8-10/+10
Issue-ID: INT-1711 Change-Id: Ic1fc0e1db56dd673d68dae0ca2f02fbd928b9be1 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2021-01-25Release 3.2.0 oparenthonoluluPamela Dragosh1-0/+4
Releasing for Honolulu Issue-ID: INT-1711 Change-Id: I12a7226b9de0b7b4a947ac2daf70d3d633d00dc2 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-11-03Upgrade latest dependenciesPamela Dragosh2-9/+9
Tomcat still has an issue, but this is the latest so we'll clear earlier issues out and wait for a fix. tomcat-embed-core-9.0.39 : CVE-2020-13943 Issue-ID: INT-1766 Change-Id: Idd65f85a5170ed1ed4f1d2dd43877aa738bf7834 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-10-29Bump master to 3.2.0-SNAPSHOTPamela Dragosh8-11/+11
Issue-ID: INT-1756 Change-Id: I383c3c3f2690ac904d33537946f65f508adabd09 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-07-02Bump oparent to version 3.1.1-SNAPSHOTputhuparambil.aditya8-10/+17
Issue-ID: INT-1486 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Ie1290435148cabf85b50e66d6c850d7a5676234c
2020-07-01Release oparent version 3.1.0puthuparambil.aditya1-0/+4
Issue-ID: INT-1486 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I3078566a24c178c2df3e2752b6c98c046dbe03b0
2020-06-26Add CVE ProfilePamela Dragosh1-0/+20
Profile optionally available for checking CVE. Issue-ID: INT-1489 Change-Id: I176f8dd0d3cc11910251374aac17803291160a6f Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-06-25Updating jetty and including jetty-securityRossC2-1/+10
Issue-ID: POLICY-2387 Change-Id: Idf1c4c6636de685c6297afa7273265e54bed0dfd Signed-off-by: RossC <ross.carter@est.tech>
2020-06-24Add formatter pluginPamela Dragosh2-0/+335
Optional for projects to use to fix checkstyle formatting. Adding in the onap-java-formatter.xml that is in Policy project. Issue-ID: INT-1488 Change-Id: Ib3ad04818249f5a5b4102679bedaa4e0144cf9d9 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-06-19Upgrade checkstyle to version 8.32 Google styleliamfallon3-136/+248
This review upgrades the checckstyle in ONAP to version 8.32, and re-aligns the ONAP style definition with the 8.32 version of the Google style guide. This change was triggered by incompatible changes in checkstyle version 8.32. Checkstyle has removed the directives "allowMissingThrowsTag" and "allowThrowsTagsForSubclasses". These directives controlled whether the existence of @Throws tags should be checked or not. In ONAP, these directives were set to "don't check". The default behaviour in checkstyle now is not to check @Throws javadoc tags for existence. See: https://github.com/checkstyle/checkstyle/issues/7329 Issue-ID: INT-1271 Change-Id: Iaabbf05b6aaf244388f654aa4e965da3d3a4f4e9 Signed-off-by: liamfallon <liam.fallon@est.tech>
2020-06-15Upgrade latest dependencies - part 2Pamela Dragosh1-9/+9
Elalto got these changes, I'm bringing them into the master and frankfurt branch. Amy, they go beyond your wiki for oparent, but I think you will be ok with these. I'll double check CLM after this and then I think we are close to a release for this. Issue-ID: INT-1486 Change-Id: I955a9613ac96f3b6e317f2ff5a3893928fbd8097 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-05-26Upgrade to latest dependenciesPamela Dragosh2-11/+2
Per Amy Z. - these are the latest to upgrade to. Issue-ID: INT-1575 Change-Id: I678e8f60973c91c985fdd9cfcb0aa38e9598b5b2 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-05-12Add jetty-servlets as a dependencyPamela Dragosh2-0/+9
Policy team uses this dependency in addition to the other jetty dependencies - perhaps other projects do also. Issue-ID: INT-1464 Change-Id: Icad19e8aa1c064ea6106a69762d5830b4906e9d3 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-05-06Do not use alpha version of logbackJim Hahn1-1/+1
The dependencies specify 1.3.0-alpha5 of logback. Switched it back to 1.2.3. Issue-ID: INT-1574 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: Ia3c0cd1f76b581f402fad6c4a48dbab8cd3ed7e3
2020-04-20Bump oparent master to 3.1.0Pamela Dragosh8-11/+11
Frankfurt is stil 3.0.2 Issue-ID: INT-1540 Change-Id: I8fe54b509939cc0df37f931638b50b9ffc47bdde Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-04-20Update INFO.yamlmrichomme1-5/+10
- update PTL - add Pam Issue-ID: INT-1539 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ibd690f8d654175987508e2847fab4a3d8f1be538
2020-03-12Bump oparent patch 3.0.2Pamela Dragosh8-10/+10
3.0.1 is released, bumping to 3.0.2 Issue-ID: INT-1481 Change-Id: I5b46802e9f5af688cfb368a96c166278fd28cf5b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-03-11Release oparent 3.0.1Pamela Dragosh1-0/+4
Checkstyle pom.xml fixes for sourceDirectories Issue-ID: INT-1481 Change-Id: Ib8d09098e572d2aec4b972d32eb222ccde7ada9f Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-03-11version.properties not updated 3.0.1Pamela Dragosh1-1/+1
Before we can release oparent, this file needs to match the pom.xml release for the release job to succeed. We forgot to get this in the bump of the patch. Issue-ID: INT-1481 Change-Id: I7b8900abde05e96c4a1ce9ec8f7007eb7b9ff367 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-03-09change configuration to oparent's checkstyle pluginJohn J. Franey1-2/+6
Issue-ID: INT-1479 Signed-off-by: John J. Franey <John.Franey@att.com> Change-Id: I28dfa795a5502dec6c6f617f376826a8b3cdad03
2020-03-09bump version to next release snapshotJohn J. Franey7-9/+9
Issue-ID: INT-1479 Signed-off-by: John J. Franey <John.Franey@att.com> Change-Id: I361c2039fd58867436d6b82f631a341b9c879130