[
https://issues.apache.org/jira/browse/BEAM-1009?focusedWorklogId=131588&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-131588
]
ASF GitHub Bot logged work on BEAM-1009:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Aug/18 21:05
Start Date: 06/Aug/18 21:05
Worklog Time Spent: 10m
Work Description: lukecwik closed pull request #6153: [BEAM-1009] Upgrade
mockito-core to 1.10.19
URL: https://github.com/apache/beam/pull/6153
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index 05c0636b240..e67c8369e52 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -403,7 +403,7 @@ class BeamModulePlugin implements Plugin<Project> {
kafka_2_11 :
"org.apache.kafka:kafka_2.11:$kafka_version",
kafka_clients :
"org.apache.kafka:kafka-clients:$kafka_version",
malhar_library :
"org.apache.apex:malhar-library:$apex_malhar_version",
- mockito_core :
"org.mockito:mockito-core:1.9.5",
+ mockito_core :
"org.mockito:mockito-core:1.10.19",
netty_handler :
"io.netty:netty-handler:$netty_version",
netty_tcnative_boringssl_static :
"io.netty:netty-tcnative-boringssl-static:2.0.8.Final",
netty_transport_native_epoll :
"io.netty:netty-transport-native-epoll:$netty_version",
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 131588)
Time Spent: 10m
Remaining Estimate: 0h
> Upgrade from mockito-all 1 to mockito-core 2
> --------------------------------------------
>
> Key: BEAM-1009
> URL: https://issues.apache.org/jira/browse/BEAM-1009
> Project: Beam
> Issue Type: Test
> Components: sdk-java-core
> Reporter: Pei He
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Mockito 2 provides useful features, and the mockito-all module is no longer
> generated.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)