Age | Commit message (Collapse) | Author | Files | Lines |
|
Issue-ID: POLICY-4482
Change-Id: Ic6ff3277a9b412409c998f22e0fa95d1ac439a5a
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Issue-ID: POLICY-4533
Change-Id: I322b99d8181551ca68caa85e5f1bd5f80efd4e24
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
- 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 unitests 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: I5229379037ec773d31a1adc21d5533ca3e1fb93d
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Issue-ID: POLICY-4498
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Ie317f30bc0896f6d4ec73110b9e1cbf869f2d16a
|
|
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Issue-ID: POLICY-4498
Change-Id: I3fa5f2fd45531880b26419b82c27ba059367b40a
|
|
Springboot 2.5.14 has a bug in its actuator that does not automatically
activate HTTP statiscis. iThis bug is causing our CSITs to fail in the
master branch.
This is fixed in the latest version of Springboot.
See: https://github.com/spring-projects/spring-boot/issues/31263
Issue-ID: POLICY-4143
Change-Id: I04e56e81f06abf0416918df606f1d413b3eb4c1b
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Issue-ID: POLICY-4488
Change-Id: I7aec3eff1042384479a839b9f1b935c9e44c5d5c
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
updated release data in policy/parent
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I70f06467e91c8ff0d0536f8d20c281a57ddcabbd
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
policy/parent 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: I82a14d5ea71ad426182ca09f120455de76ab551b
|
|
This commit releases repo policy/parent.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I1e14325408e98ab212ea315b5b54d06c36540cb2
|
|
updated the parent references in the policy/parent pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I58fcc6952c480d9e1e21aece31c0dff754b91d8a
|
|
This change is required to explicitly import oparent dependencies to
avoid self referencing in oparent.
Issue-ID: POLICY-4482
Change-Id: I5155c44775880edefb15422aa85bda06fd391796
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Improve the version handling in the policy parent integration pom.
Change the version of dependencies to the latest version when there is
no code/test impact in the Policy Framework.
Issue-ID: POLICY-4482
Change-Id: I3b8e54ec3a4b4173c2cf0e2007d5ae0e791a37ff
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
There have been some issue reported on the performance of MariaDB in
Integration and anecdotally on Policy components. THe version of MariaDB
is upgraded to see if it has any impact.
Issue-ID: POLICY-4482
Change-Id: I1116c63e56fe657e92ccd09ea9e5f42cfde8065d
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
|
|
Issue-ID: POLICY-4462
Change-Id: I40ac2d58722fcbfa89123dad3d35d84d7b878685
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Springfox will be replaced with Spring Doc for rendering the
documentation from controllers using OpenAPI 3.0 (Swagger 3.0).
This commit adds Spring Doc to dependency management. SpringFox will be
removed once all the components are converted to SpringDoc.
Issue-ID: POLICY-4404
Change-Id: I861344865ce4f9aae4572690876ef7d9d7844916
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
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: I2ac1d2665f54fbf4ac2eaa21ef8a7158452dbd8a
|
|
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Issue-ID: DMAAP-1790
Change-Id: I83755fcc14e0581c44cb5cea5d81546501d467e0
|
|
Issue-ID: POLICY-4460
Change-Id: Ica77ff1aafd10b098bdcae72041f3176b29dac40
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
|
|
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Issue-ID: DMAAP-1790
Change-Id: Icf7ff4c50178506980c06f495082a323b6b4794d
|
|
This maven profile used the Swagger endpoint to generate the Swagger and
then generated a HTML and PDF version using Asciidoc.
We now have Swagger as a source artifact so this profile is no longer
needed.
This commit als fixes the issue with the example for using this profile
in the documentation, which references a non-existant link.
Issue-ID: POLICY-4431
Change-Id: I970eb392f156662c3bbfb38e978bc46335538925
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Issue-ID: POLICY-4138
Change-Id: If7eccc6057ce54609ab6ad07dd3a9bd129caa93a
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Issue-ID: POLICY-4446
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I092ce27abbf5dfe5f0794d78cad596953e4a6a09
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
|
|
apache commons lang3 dependency appears twice in the POM file.
Issue-ID: POLICY-4407
Change-Id: Id40f8df4bce34d83b6fd0f620a801c7cb9c75a17
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
THis commit also removes the Orange daily job report, which no longer
run.
Issue-ID: POLICY-4407
Change-Id: I726820ea7dbd3f821c0051ee18eb41c6d4dcb353
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
|
|
Documentation config fixed as instructed.
Configuration files have been copied from examples provided by the
documentation project.
Dead links are fixed as well, they cause build fails now.
Issue-ID: POLICY-4426
Change-Id: Ied5ca5e5a24f7a625e5b2d94c46d0c2347c68ace
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Issue-ID: POLICY-4387
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I52f7cfd58af0c2c5dc4ec0ecdcb01e8c22163989
|
|
Issue-ID: POLICY-4380
Change-Id: I7ea0f71ccd8203c127ae292bfb529371610807a9
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Issue-ID: POLICY-4408
Change-Id: I098f3797c9ef188911278b5a7c2189100010d668
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
|
|
|
|
|
|
Issue-ID: POLICY-4383
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I78e226bdc5156d6597f640915f3a40a946c71bc7
|
|
Issue-ID: POLICY-4389
Change-Id: I80f913c49061c0eae6d76fddf572cf447f5a37ce
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
|
|
Issue-ID: POLICY-4388
Change-Id: I4b2a0828f6823af5adf344d1cb9cf8c93f67332a
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
|
|
Issue-ID: POLICY-4386
Change-Id: I85b9f59e5a95cbf69f99755a54038191dad3996f
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
|
|
policy/parent 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: I1f6e293dbf65357859ec4d1f1518030d5f5aa9ab
|
|
updated release data in policy/parent
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4408
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I0270bdc724270d1d1e664e71202a603521347272
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
policy/parent 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: Ie040f79800f5780bbdd3047290b4f86470a35e8e
|
|
This commit releases repo policy/parent.
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4408
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ic30f1bbc89b3b183db586f49a431e4c92e23429f
|
|
updated the parent references in the policy/parent pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4408
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ia615093cb38d4fadfa70590b7811d83bd4b650f7
|
|
Also upgrades apache commons text.
Issue-ID: POLICY-4045
Change-Id: Id93f9f92864403eecc198325f6f9dc8083532aab
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
It is more appropriate to document the release process in the wiki.
Issue-ID: POLICY-4369
Change-Id: I58fba5b8fc7fa08407f8235097664b862ab65442
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
Issue-ID: POLICY-4393
Change-Id: I64504daff775ec008e936876c3aecfe6e604b9e5
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
|
|
|
|
Issue-ID: POLICY-4199
Signed-off-by: isaac <isaac.adorno@att.com>
Change-Id: I4956eacfe3dfbfb4ac010e48b02c88b98ef1bc1f
|
|
Issue-ID: POLICY-4393
Change-Id: I062038ebb1a9182e43dca6a973abee26d4f856fc
Signed-off-by: liamfallon <liam.fallon@est.tech>
|