tweise commented on issue #11399: Interpolate publish credentials as expected for Maven settings.xml URL: https://github.com/apache/beam/pull/11399#issuecomment-612925443 Unrelated test failure: ``` 10:26:09 /home/jenkins/jenkins-slave/workspace/beam_PreCommit_SQL_Commit/src/sdks/java/core/src/test/java/org/apache/beam/sdk/options/PipelineOptionsReflectorTest.java:97: error: no suitable method found for assertThat(Set<PipelineOptionSpec>,Matcher<Iterable<? super PipelineOptionSpec>>) 10:26:09 assertThat(props, hasItem(allOf(hasName("foo"), hasClass(ExtendsSimpleOptions.class)))); 10:26:09 ^ 10:26:09 method MatcherAssert.assertThat(String,boolean) is not applicable 10:26:09 (argument mismatch; Set<PipelineOptionSpec> cannot be converted to String) 10:26:09 method MatcherAssert.<T#1>assertThat(String,T#1,Matcher<? super T#1>) is not applicable 10:26:09 (cannot infer type-variable(s) T#1 10:26:09 (actual and formal argument lists differ in length)) 10:26:09 method MatcherAssert.<T#2>assertThat(T#2,Matcher<? super T#2>) is not applicable 10:26:09 (inference variable T#3 has incompatible bounds 10:26:09 upper bounds: PipelineOptionSpec,Object 10:26:09 lower bounds: Matcher<T#4>) 10:26:09 where T#1,T#2,T#3,T#4 are type-variables: 10:26:09 T#1 extends Object declared in method <T#1>assertThat(String,T#1,Matcher<? super T#1>) 10:26:09 T#2 extends Object declared in method <T#2>assertThat(T#2,Matcher<? super T#2>) 10:26:09 T#3 extends Object declared in method <T#3>hasItem(T#3) 10:26:09 T#4 extends Object declared in method <T#4>allOf(Matcher<? super T#4>,Matcher<? super T#4>) 10:26:09 Note: Some input files use or override a deprecated API. 10:26:09 Note: Recompile with -Xlint:deprecation for details. 10:26:09 Note: Some input files use unchecked or unsafe operations. 10:26:09 Note: Recompile with -Xlint:unchecked for details. 10:26:09 1 error 10:26:09 10:26:09 > Task :sdks:java:core:compileTestJava FAILED ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
