summaryrefslogtreecommitdiffstats
path: root/cadi
AgeCommit message (Collapse)AuthorFilesLines
2020-04-27Release aaf/authz2.1.21jenkins-releng6-6/+6
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>
2019-09-10OParent 2.1.0Instrumental1-0/+7
Issue-ID: AAF-966 Change-Id: I2de5d5747ce8bce4ba2cfe11f5c407869d3be20d Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-05Merge "K8s doesn't necessarily support DNS"Sai Gandham8-25/+78
2019-09-04K8s doesn't necessarily support DNSInstrumental8-25/+78
Issue-ID: AAF-963 Change-Id: I65248837fc217b0ccc09f2afe02e14c716ca5bcc Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-09-04Merge "Remove the declaration of thrown exception"Jonathan Gathman1-1/+1
2019-09-03Update Fixes from testingInstrumental5-30/+94
Issue-ID: AAF-961 Change-Id: I142e460607bf32a785037fa2360b1c0efc3948b1 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-25Remove the declaration of thrown exceptionanushadasari1-1/+1
Remove the declaration of thrown exception 'java.io.IOException','java.security.NoSuchAlgorithmException', 'javax.crypto.NoSuchPaddingException', as it cannot be thrown from constructor's body Change-Id: I0af468d8112fa8ecb3c7626fbbdedf2d375f7601 Issue-ID: AAF-956 Signed-off-by: anushadasari <danush10@in.ibm.com>
2019-08-07Remove Tabs, per JococoInstrumental57-2768/+2768
Issue-ID: AAF-932 Change-Id: I3ab0ebcc082048d2d1424a58a90ea479fb005ee6 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-06Merge "AAF-892- move the variable to follow rules"Jonathan Gathman1-1/+4
2019-08-06Move AAF Poms to 2.1.16Instrumental6-6/+6
Issue-ID: AAF-932 Change-Id: Idb69e2ada6244266d671b1ec0337e33dec218f3d Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-08-02Maven Docker BuildInstrumental7-1323/+1323
Issue-ID: AAF-917 Change-Id: I259786040c74a7198b3597f4a92c0e8458666560 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-07-24update Agent for HelmInstrumental3-5/+29
Issue-ID: AAF-904 Change-Id: I015cd19dcf95d1edfd86542750acc95447726120 Signed-off-by: Instrumental <jonathan.gathman@att.com>