aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2020-02-06Release oparent 3.0.0Pamela Dragosh1-0/+4
Summary of the commits since El Alto: cf3c6ad (origin/master, origin/HEAD) Update tomcat 9.0.30 d8ac119 (gerrit/master) Update latest security dependencies dde9594 Update settings.xml to use https maven 81f6ddb Update sonar configuration b080421 Update checkstyle rules to exclude methods 5a4892d Upgrade oparent to checkstyle 8.27 91f393b Revert "update version of checkstyle for latest google style and jdk 8" 6a2d8c7 update version of checkstyle for latest google style and jdk 8 fcd164a Add compiler-plugin example bedb484 Uprev to 3.0.0 for Java 11 Issue-ID: INT-1431 Change-Id: I582c918fab114e3f6072f89c6cd6157a5ab5715d Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-01-21Update tomcat 9.0.30Pamela Dragosh1-1/+1
Resolves CVE-2019-17563 Issue-ID: INT-1417 Change-Id: Ifd81b73bd71262f1c43f8c09270f58f33b9457d7 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-01-20Update latest security dependenciesPamela Dragosh1-9/+14
Tested with most of the policy projects (compilation only). Issue-ID: INT-1417 Change-Id: I0013dd1b2fb5996700bace81e68ef79ddfb6e17d Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-01-20Update settings.xml to use https mavenPamela Dragosh1-2/+3
Switch from http to https to remove warnings during compilation. Issue-ID: INT-1416 Change-Id: I775e8127962af4d5c82c7874f991483b87c53042 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-01-09Update sonar configurationPamela Dragosh2-7/+8
Sonarcloud upgrade exposed missing configuration variable. Also removed deprecated properties Used properties for versions of plugins Upgraded all the plugins to the latest Issue-ID: INT-1411 Change-Id: I75cb459f387a32230920987913d174dbc751e9f2 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-12-09Update checkstyle rules to exclude methodsliamfallon1-0/+3
Checkstyle rules updated to: 1) allow getters and setters not to have javadoc 2) allow methods with less than 2 lines to not have javadoc 3) allow protected and private methods not to have javadoc 4) allow methods with names beginning with test|before|after not to have javaodc Issue-ID: INT-1395 Change-Id: I570cd90034c7b20d45a7e5a6ecacacdef80876a1 Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-12-06Upgrade oparent to checkstyle 8.27liamfallon2-9/+25
Checkstyle 8.27 introduces incompatible changes in the checkstyle rule definition xml file. The latest Eclipse checkstyle plugin (version 8.26) uses this new checkstyle xml rule format. This change brings in the checkstyle 8.27 rule formats into oparent. Issue-ID: INT-1395 Change-Id: I453120e5cc95fa2e30a5d2f24083fd030e960a01 Signed-off-by: liamfallon <liam.fallon@est.tech>
2019-11-18Revert "update version of checkstyle for latest google style and jdk 8"Brian Freeman2-322/+0
This reverts commit 6a2d8c71aa39a6f47a683c38267c07cd9a00dfeb. Revert until we fix the jjb verify and master Issue-ID: INT-1271 Change-Id: I11da29bee4f17c40ae96ab647d1517572a20b864 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-11-18update version of checkstyle for latest google style and jdk 8John J. Franey2-0/+322
Upgrade to use the latest google style (plus onap style). This latest style adds rules for jdk 8 source level. Upgrade the version of checkstyle to 8.24. The latest google style rules are compatible with 8.24 and later. Upgrade checkstyle maven plugin to 3.1.0 (from 2.17). This jdk8 version of checkstyle is active only when the build-time java runtime is jdk8 or later, otherwise, the original checkstyle is active. Issue-ID: INT-1271 Change-Id: Ib190b39efc5a6028ab4874301e6a813f0a36b138 Signed-off-by: John J. Franey <john.franey@att.com>
2019-11-11Add compiler-plugin exampleBrian Freeman1-4/+23
Issue-ID: INT-1352 Change-Id: I299e39577c76e6cd699049ea06165ce1961da81a Signed-off-by: Brian Freeman <bf1936@att.com>
2019-11-01Uprev to 3.0.0 for Java 11Brian Freeman9-14/+39
Update copyright modifications Issue-ID: INT-1352 Change-Id: I7a574c52398990ac38e6e5da287dc424933babfb Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-05Update onap_oparent_ptl referncesBrian Freeman1-4/+4
correct morgan id Issue-ID: INT-1214 Change-Id: I7f3badd8df78e4e346a0a39cd11f2c1d9df8b387 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-04Bump oparent to 2.2.0-SNAPSHOTPamela Dragosh8-10/+10
After release 2.1.0, bump the version. Followed same as this review: https://gerrit.onap.org/r/c/oparent/+/90407 Issue-ID: INT-1233 Change-Id: Ie139ab223870986d9dfcc443a18af2446884778e Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-09-04Fix timezones in INFO.yamlBrian Freeman1-2/+2
Issue-ID: INT-1214 Change-Id: Ie43ba620cb5d67a2b85f82e3a70dac64258d608b Signed-off-by: Brian Freeman <bf1936@att.com>
2019-09-03Release oparent 2.1.0Pamela Dragosh1-0/+4
El Alto 2.1.p0 oparent release. Issue-ID: INT-1233 Change-Id: I5840d9f1e963fa680766c3f0fddf25eb4948ec48 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-08-29Update for security El AltoBrian Freeman1-3/+3
Issue-ID: INT-1232 Change-Id: I38967644bd3bbf1b1f966fc216eb59262cd62487 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-08-23Upgrade jetty to 9.4.20.v20190813Pamela Dragosh1-3/+4
Issue-ID: INT-1206 Change-Id: Ia57493410b0b1027a3515f6d319b923830512e4b Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-08-20Add INFO.yamlBrian Freeman1-0/+56
Issue-ID: INT-1214 Change-Id: I36c05ac27a26fce38d4337da6d9a035043b353bb Signed-off-by: Brian Freeman <bf1936@att.com>
2019-06-24Version bump oparent master to 2.1.0-SNAPSHOTGary Wu8-11/+11
Issue-ID: INT-1055 Signed-off-by: Yang Xu <yang.xu@futurewei.com> Change-Id: Ia06ecf1de96fd1712965e480b99ad7a40499dce7
2019-04-30Version bump oparentdublinGary Wu8-10/+10
Change-Id: Ida107f54d36da2bc34bce07cb25b3d708ebc66b7 Issue-ID: INT-1055 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>