summaryrefslogtreecommitdiffstats
path: root/cadi
AgeCommit message (Collapse)AuthorFilesLines
2020-10-26Prepare for release 2.7.4Sean Hassan7-16/+11
Issue-ID: AAF-1209 Change-Id: If4014cdbc72dc585b814b6d6ed0c66ffddb08eda Signed-off-by: Sean Hassan <sean.hassan@att.com>
2020-09-29Prepare for release 2.7.3Sean Hassan6-6/+6
Issue-ID: AAF-1205 Change-Id: Ifd1c6b57730d7df183829db2a316d3a77abcb435 Signed-off-by: Sean Hassan <sean.hassan@att.com>
2020-09-29Correct ClassCastException on locator objectSean Hassan1-3/+8
Issue-ID: AAF-1204 Change-Id: I03dbe7cf109ac8a0ff3a5b02338043ab5ced6323 Signed-off-by: Sean Hassan <sean.hassan@att.com>
2020-09-24Create and prepare non-deploy release 2.7.2Hassan, Sean (sh265m)7-10/+10
Issue-ID: AAF-1203 Change-Id: I5c8c5bca1c5804211ba514b5d6492ef1ba81cc24 Signed-off-by: Sean Hassan <sean.hassan@att.com>
2020-08-27Create and prepare non-deploy release 2.7.1Hassan, Sean (sh265m)8-10/+19
Contains two minor functional changes. First is the replace of "osaaf" with "onap.aaf" in pathing. Second is to have connection retries attempt to exhaust all located services before expiring. Issue-ID: AAF-1193 Signed-off-by: Hassan, Sean (sh265m) <sean.hassan@att.com> Change-Id: Ie8d8ad76104ead18eb568d0c48882e7cbead041a
2020-07-29Medium Vulnerabilities CodeFix: Revert [Ref ID: 108330]Raviteja Cherughattu1-9/+4
Issue-ID: AAF-1115 Change-Id: I8e503ee84eb2771edbf2ed94f5d7f8f2e20812c7 Signed-off-by: Raviteja Cherughattu <rc835m@att.com>
2020-07-17Merge "Enable retries for the /authn/validate endpoint if it fails to connect"John Franey3-22/+87
2020-06-28Enable retries for the /authn/validate endpoint if it fails to connectHassan, Sean (sh265m)3-22/+87
Issue-ID: AAF-1150 Signed-off-by: Sean Hassan <sean.hassan@att.com> Change-Id: Ifec8650a822302988ef9a2e2ce02c7caf50cc709
2020-06-02Medium Vulnerabilities CodeFix: 1. URL Redirection 2. AAF-1111Raviteja Cherughattu1-3/+7
Issue-ID: AAF-1115 Change-Id: I05d8d7a19236ad476d2a37b51a6c4a84ba2b8546 Signed-off-by: Raviteja Cherughattu <rc835m@att.com>
2020-05-19Fix Hash.toHex for odd character StringsInstrumental2-57/+73
Also, made two functions work the same, and removed CadiException Because CadiException removed, covered "FileGetter" with NullCheck Issue-ID: AAF-941 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I7ee13ab98d3a70c1cdc59573921e0948ef198f9c
2020-05-15Improve PoolInstrumental8-111/+302
Move interface Log out, make JUPool test the functionality better, add "tooManyObjects" to help control memory. Minor BasicEnv for standalone usability. included ".checkstyle" files, generated by Eclipse/Maven to .gitignore. They shouldn't be in repo. Issue-ID: AAF-1146 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I72c22fa455029950e3d73d2e9addbccc1a990189
2020-05-07bump version for Guinin: 2.7.xJohn J. Franey6-6/+6
Initial version is 2.7.0-SNAPSHOT. '7' connotes the 7th ONAP release, Guinin. Issue-ID: AAF-1142 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: I451a167f3f96ef54054c52f4389cceb8c467fc85
2020-04-25Enable deploy plugin in all poms.John J. Franey6-25/+6
maven will then push all the artifacts to nexus when the deploy goal is invoked. Issue-ID: AAF-1136 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: I1957cf2daf60507edae65e8cacf7730bf08a6adb
2020-04-23fix: stage a release candidate for 2.1.20John J. Franey6-6/+6
Issue-ID: AAF-1124 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: I401b5b5c6589757d15027e0ad4b96f0061016be9
2020-04-20stage a release candidate for 2.1.20John J. Franey6-6/+6
Issue-ID: AAF-1124 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: Ic4eb1e777946c9a009759684eb807287634c8050
2020-04-15Fix CADI Connection to Remote DNS AAF servers on proxied networkRene Glover9-266/+340
Java CADI client code and web filter has been fixed to allow specification of a fixed hostname for connecting to AAF service and avoiding use of the AAF Locator service to bootstrap. The CADI code was also updated to avoid pre-resolving DNS in this scenario. This fix is necessary to address use cases where the AAF servers live in a different network domain from the CADI client where the access point is through a proxied endpoint and the DNS name is unresolvable on the network where the CADI client code is executing. Issue-ID: AAF-1123 Signed-off-by: Rene Glover <rene.glover@att.com> Change-Id: I8835b7445e9bc1f6e89380462062748b53e078e5
2020-03-26AAF Services non root, all platforms2.1.20Instrumental2-12/+12
adjust Agent for JDK 11 Included redoing Config and Agent Init Containers refit for "hello" (sample) Issue-ID: AAF-1102 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: Ia957b1ccce34d164580ccb0a6d02d7b800e4887e
2020-03-19minor 2.1.20 changesInstrumental6-6/+6
Update versions to 2.1.20 Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I1a8706d87f7aceffcc96980cebea6722d20cf11e
2020-03-18Fix Cass, then to Version 2.1.19Instrumental6-6/+6
Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I5ca5779813b6120dfb6c13768abab4855ad26c35
2020-03-12cert manager's Agent should return exit statusJohn J. Franey2-106/+205
also, bumps oparent version to 3.0.1 Issue-ID: AAF-1087 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: I994d279024e167654ae00914b8e23b83c5e6fd0f
2020-03-05Move code set to 2.1.18, Update from TEST systemInstrumental6-6/+6
Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I4b885ad2805bdb517cc440bfc8f7af23b8042eb7
2020-01-28Modify for use of JDK 11Instrumental1-0/+2
Issue-ID: AAF-1066 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I31484958c48b0d9b930921bec2581144e0675970
2020-01-24Fix Agent and CM IssuesInstrumental2-4/+7
Issue-ID: AAF-1067 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I5508edec3d63b4831d0caddd8303126956bd05a0
2019-12-20Fix DNSLocator when Network DisconnectInstrumental1-6/+8
Issue-ID: AAF-1060 Signed-off-by: Instrumental <jonathan.gathman@att.com> Change-Id: I88cdfc917470af8217273fe96db66604601345bf
2019-12-20Minor changes for Organization needsInstrumental2-4/+5
Issue-ID: AAF-1058 Change-Id: I446f630b197657f9d20222a69101437af3ae33e6 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-12-16Merge "update Mass Mailer"Sai Gandham2-0/+92
2019-12-13update Mass MailerInstrumental2-0/+92
Issue-ID: AAF-1059 Change-Id: Icfcccfe8420fad001eda8aa6baf485c2d52e5086 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-12-12Fix DNSLocator JUnitInstrumental2-4/+47
Issue-ID: AAF-1060 Signed-off-by: Instrumental <jonathan.gathman@att.com> Change-Id: I24318cc0d5b698b7719afb20c411895fda001bff
2019-12-11Add a MassMail Batch ProgramInstrumental11-26/+26
Had to move Holder cover for change in WS/Bind to compile Issue-ID: AAF-1059 Change-Id: I754515a6e65bd0665fa3e03dabd8f5a144241f6e Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-12-05Merge "Examples.java"Jonathan Gathman1-4/+5
2019-12-05Examples.javamanisha071-4/+5
Issue-ID: AAF-1031 Change-Id: I8b55fdca2f118c659d7911c9d16d9218a1d9c37a Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-12-02Merge "SONAR FIX"Jonathan Gathman1-1/+1
2019-12-02Merge "ADDING Functional interface"Jonathan Gathman1-1/+1
2019-12-02Merge "Remove the declaration of thrown exception ↵Jonathan Gathman1-1/+1
'org.onap.aaf.misc.env.APIException', as it cannot be thrown from constructor's body"
2019-12-02Merge "Adding @Functional Interface"Jonathan Gathman2-0/+3
2019-11-27Fixes from Regression TestsInstrumental2-1/+3
Issue-ID: AAF-1058 Change-Id: I7d3ace9cef69a163c2ec0c9a48583fdfa9ca20af Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-11-21Merge "Sonarfix"Jonathan Gathman1-3/+3
2019-11-20Fix namesInstrumental6-129/+0
Issue-ID: AAF-1046 Change-Id: Idd0d5e2272863f021842eaa604e11728c1379c5f Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-11-14To version 2.1.17-SNAPSHOTInstrumental6-6/+6
Issue-ID: AAF-1046 Change-Id: Id534c271c94c3805a5902eea521dc6c9d66f3919 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-11-08SONAR FIXmanisha071-1/+1
Issue-ID: AAF-1031 Change-Id: I68030b0e390f17da7f553eec27f7b4174405fbc1 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-08ADDING Functional interfacemanisha071-1/+1
Issue-ID: AAF-1031 Change-Id: Ied54985ca1222734edd66eb81c5cc0cc2dceee61 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-07Remove the declaration of thrown exception ↵manisha071-1/+1
'org.onap.aaf.misc.env.APIException', as it cannot be thrown from constructor's body Issue-ID: AAF-1031 Change-Id: I41f14fc71992d8117b393ddf9dab33d4616452d8 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-07Adding @Functional Interfacemanisha072-0/+3
Issue-ID: AAF-1031 Change-Id: Ief5c43c74818845599da79455b36b2081bb9f52c Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-07Sonarfixmanisha071-3/+3
Issue-ID: AAF-1031 Change-Id: I7cb71ece24eafd50340b0ad84c6e8e7f6bddf1f6 Signed-off-by: manisha07 <cmanis10@in.ibm.com>
2019-11-06Merge "Examples.java-Extract the assignment out of the expression"Jonathan Gathman1-3/+4
2019-11-06Examples.java-Extract the assignment out of the expressionThugutla sailakshmi1-3/+4
Issue-ID: AAF-876 Change-Id: I0f29f977089f6f8e0a5a732cf751a894c4e63bc4 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-10-17Replaced "==" with equals for string comparisonsOleksandr Moliavko1-4/+3
to remove static analyzer warnings Issue-ID: AAF-837 Signed-off-by: Oleksandr Moliavko <o.moliavko@samsung.com> Change-Id: I2e4d7b9ff8201e766fe375e481b401f360df8638
2019-10-15Sonar Fixes, FormattingInstrumental290-2769/+2769
Issue-ID: AAF-1019 Change-Id: Ica49d9e7323aad9622ff9d95cc21b87430c22c54 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-17move the method to comply with java code conventionsThugutla sailakshmi1-7/+4
move the method to comply with java code conventions Issue-ID: AAF-876 Change-Id: Iea39c18474eeb03bd890bc6e2a627aab2aee521a Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-09-16Improved multi Proxy DNSLocator basedInstrumental5-11/+33
Issue-ID: AAF-961 Change-Id: I21d4a8013ca6f65306e32c5a2e2fa4ba230df2b7 Signed-off-by: Instrumental <jonathan.gathman@att.com>