Branch: refs/heads/restructure_for_test
Home: https://github.com/jenkinsci/appspider-build-scanner-plugin
Commit: 48a8ad7c60c0e66ae141f920df1bf9b9425259db
https://github.com/jenkinsci/appspider-build-scanner-plugin/commit/48a8ad7c60c0e66ae141f920df1bf9b9425259db
Author: Terry Moreland <[email protected]>
Date: 2020-07-01 (Wed, 01 Jul 2020)
Changed paths:
M pom.xml
A src/main/java/com/rapid7/appspider/ApiSerializer.java
M src/main/java/com/rapid7/appspider/Authentication.java
M src/main/java/com/rapid7/appspider/Base.java
A src/main/java/com/rapid7/appspider/ClientService.java
A src/main/java/com/rapid7/appspider/EnterpriseClient.java
A src/main/java/com/rapid7/appspider/HttpClientFactory.java
A src/main/java/com/rapid7/appspider/HttpClientService.java
A src/main/java/com/rapid7/appspider/JsonHelper.java
A src/main/java/com/rapid7/appspider/LoggerFacade.java
A src/main/java/com/rapid7/appspider/PrintStreamLoggerFacade.java
A src/main/java/com/rapid7/appspider/Scan.java
A src/main/java/com/rapid7/appspider/ScanSettings.java
A src/main/java/com/rapid7/appspider/Utility.java
Log Message:
-----------
restructure to better allow tests + dependency updates
- updated various packages referenced in pom.xml to resolve warnings
raised by Snyk scan
- starting to duplicate the functionaliy in ScanManagement,
ScanConfiguration, and Authentication by adding it to EnterpriseClient
which makes use of various support classes to handle the parsing and
composing of response/request, intent is to allow this new class to be
more easily testable by having it reside outside of the Jenkins plugin
structure
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/appspider-build-scanner-plugin/push/refs/heads/restructure_for_test/000000-48a8ad%40github.com.