summaryrefslogtreecommitdiffstats
path: root/springboot/spring-boot-setup/src/main/properties
AgeCommit message (Collapse)AuthorFilesLines
2023-03-22Fix generated file springboot26/pom.xmlDan Timoney2-1/+13
Changes in earlier commit were made directly to a generated pom file and thus were lost at compile time. This change makes the changes to the template and properties files used to generate that pom Issue-ID: CCSDK-3813 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ieb3bacfe29d7834bdc049023a2beefbf39d87ab1
2023-03-01Update ccsdk/parent/springboot to Springboot 3JohnKeeney1-0/+10
Issue-ID: CCSDK-3813 Change-Id: If23fa807187520ae62091fc2e4156d25b71e8ff3 Signed-off-by: JohnKeeney <john.keeney@est.tech>
2022-11-01Update 3PPsJohnKeeney1-2/+2
jackson-bom -> 2.13.4.2 (via spring-boot-starter:jar:2.6.11) to address CVE-2020-36518 & CVE-2022-42003 & CVE-2022-42004 log4j -> 2.17.2 Issue-ID: CCSDK-3618 Change-Id: Ic1660b18ebc2f9519bcbd5f767a0f22d2a1dd0db Signed-off-by: JohnKeeney <john.keeney@est.tech>
2022-09-13Update 3PPsJohnKeeney1-3/+3
Change-Id: I409979c2bdd7e2e5a36b036be1c04a30116367e9 Signed-off-by: JohnKeeney <john.keeney@est.tech> Issue-ID: CCSDK-3618
2022-07-25Update versions for SulfurDan Timoney4-4/+4
Update versions to address issues in local Sulfur testing Issue-ID: CCSDK-3691 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I886ec094c589cc2888a05e7e9d30f99748d27209
2022-06-09Update springboot versionJohnKeeney1-2/+2
Update springboot 2.6.6 -> 2.6.8 Update spring version 5.3.16 -> 5.3.18 Addresses CVE-2022-24823 Issue-ID: CCSDK-3581 Change-Id: I1546a5f812aacd5843a85fa48f5718ad0901b15b Signed-off-by: JohnKeeney <john.keeney@est.tech>
2022-05-04Refactoring springboot related template and pom-generationSingal, Kapil (ks220y)1-0/+0
Issue-ID: CCSDK-3629 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I0d0bb47e55a1f27131795e609e38c0952e763856
2022-04-29Update Spring 3PP versionsJohnKeeney1-0/+14
To address Security Issue CVE-2022-22965 https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement Change-Id: Id719b9dc33d774b0d6516cc63ab7830d45deb27a Signed-off-by: JohnKeeney <john.keeney@est.tech> Issue-ID: CCSDK-3629
2022-03-07Update springboot 2.5.10 dependenciesDan Timoney1-8/+8
Update dependencies for springboot 2.5.10 Issue-ID: CCSDK-3585 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iaef2b462dcc687d6e8b4b44ba33f278f4eccd3a1
2021-08-17Package upgradesDan Timoney3-2/+34
Upgrade third party packages to address security vulnerabilities. Provide new parent pom for spring boot 2.5, which is not backward compatible with spring boot 2.3 Issue-ID: CCSDK-3415 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iffbfffb6709aeec48c35dd604b9293fb3af34a10
2021-08-03Update to spring boot version 2.3.12.RELEASEDan Timoney1-2/+2
Update to latest version of spring boot 2.3 Issue-ID: CCSDK-3291 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ie475c749fa9e8b58cae2aadbde0e8e9b40790f4d
2021-01-26Upgrade to the latest springboot releaseRehanRaza1-2/+2
Upgrade to 2.3.8.RELEASE to fix the security vulnerabilities. Change-Id: I40c2702aca612f265cb4928f392ec4ec4f223aea Issue-ID: CCSDK-3108 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2020-12-09Updates to support use of oparent in non-ODL dependent codeDan Timoney1-2/+2
Added missing dependencies needed in oparent and dependencies-bom to allow oparent pom to be used in ccsdk/sli for code not directly dependent on OpenDaylight. Also, updated to latest springboot release and to latest released version of ONAP oparent pom. Note: this change does NOT address changes to compile jars as java 11. That change will come with the changes for ODL Aluminum. Change-Id: I599bae0c32f5ced7eada956a0ed3b57f40461cd5 Issue-ID: CCSDK-3001 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-01Upgrade to latest springboot releaseDan Timoney1-2/+2
Upgrade to latest springboot release (2.3.3.RELEASE) Change-Id: I2aabcc0f258912f79ea6334ebec0ab342a2b066f Issue-ID: CCSDK-2633 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-02-20Refactoring parent root pomsSingal, Kapil (ks220y)2-0/+10
1) dependency-odl-bom is being imported to other parent poms, removing / cleaning up duplicate dependencies 2) Adding spring-boot-setup pom and related templates for spring-boot parent poms 3) Adding jetty-server to dependency-odl-bom 4) Adding org.onap.logging-analytics dependency to spring-boot-parent poms Issue-ID: CCSDK-2107 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I3a844cd736044a4ffbca7688bca110c0bc7dab0c