Branch: refs/heads/development
Home: https://github.com/jenkinsci/appspider-build-scanner-plugin
Commit: c000c032c1d651c74a89735888dcce9d650c8648
https://github.com/jenkinsci/appspider-build-scanner-plugin/commit/c000c032c1d651c74a89735888dcce9d650c8648
Author: Terry Moreland <[email protected]>
Date: 2020-07-08 (Wed, 08 Jul 2020)
Changed paths:
M src/main/java/com/rapid7/appspider/ApiSerializer.java
M src/main/java/com/rapid7/appspider/ContentHelper.java
M src/main/java/com/rapid7/appspider/EnterpriseClient.java
M src/main/java/com/rapid7/appspider/HttpClientFactory.java
M src/main/java/com/rapid7/appspider/HttpClientService.java
M src/main/java/com/rapid7/appspider/LoggerFacade.java
M src/main/java/com/rapid7/appspider/PrintStreamLoggerFacade.java
M src/main/java/com/rapid7/appspider/Scan.java
M src/main/java/com/rapid7/appspider/StandardEnterpriseClient.java
R src/main/java/com/rapid7/jenkinspider/ConsoleLoggerFacade.java
M src/main/java/com/rapid7/jenkinspider/PostBuildScan.java
M src/main/resources/com/rapid7/jenkinspider/PostBuildScan/global.jelly
M src/test/java/com/rapid7/appspider/EnterpriseClientTestContext.java
M src/test/java/com/rapid7/appspider/StandardEnterpriseClientTest.java
Log Message:
-----------
fixed an issue with PostBuildScan test authentication
- updated global.jelly to pass allow self-signed cert flag to test
authentication
- removed ConsoleLoggerFacade and replaced with inline implementation of
LoggerFacade interface
- updated LoggerFacade to provide logging methods for info, warn and severe
- updated PrintStreamLoggerFacade and inline implementation to use a
java.util.logging.Logger for info, warn and severe
- updated logging calls throughout the source such as catch blocks to use a log
level method rather than println
--
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/development/c391e6-c000c0%40github.com.