-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1530 added maven settings password decryption #1583
#1530 added maven settings password decryption #1583
Conversation
added org.codehaus.plexus sec-dispatcher dependency added org.codehaus.plexus cipher dependency added MavenSettingsUtil added MavenSettingsUtilTest and resources
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why you put this code into api bundle? I don't see any plugin making use of this code as this should be even hidden from plugin development.
replaced authToken with password added basic username and password authentication
made sure that only template-set.xml files get returned as download links added new template-set.xml to ConfigurationConstants added a valid template-set.xml example to test resource files removed extra outputs (non template-set.xml) from test assertions added classifier to Nexus2Response renamed retrieveDownloadUrls to retrieveTemplateSetXmlDownloadURLs
fixed credentials not being used fixed too many httpclient calls being used added new test for a failed basic authentication added new test for a failed token authentication enabled bad url test
removed JsonMappingException because it is already being handled by JsonProcessingException
adjusted log messages (converted to debug, made factory process messages more transparent) converted RestSearchResponseException status code from string to integer
|
replaced exception strings with constants added retrieveRestSearchApiTargetLink method adjusted SearchResponseException with dynamic message adjusted tests to check for exception types and message content
This PR is not needed anymore as all of the changes were added to #1585 already. |
Adresses/Fixes #1530 #1517.
Implements
@devonfw/cobigen