steveniemitz commented on a change in pull request #15442:
URL: https://github.com/apache/beam/pull/15442#discussion_r700562651
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/options/PipelineOptionsFactory.java
##########
@@ -501,7 +502,9 @@ public Registration(Class<T> proxyClass,
List<PropertyDescriptor> beanInfo) {
private static final DefaultDeserializationContext DESERIALIZATION_CONTEXT =
new
DefaultDeserializationContext.Impl(MAPPER.getDeserializationContext().getFactory())
.createInstance(
- MAPPER.getDeserializationConfig(), new TokenBuffer(MAPPER,
false).asParser(), null);
+ MAPPER.getDeserializationConfig(),
+ new TokenBuffer(MAPPER, false).asParser(),
+ new InjectableValues.Std());
Review comment:
nothing, but since we got bit by parameters being null in the past, I
figured I might as well pass in something for this one as well.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]