Allow users to disable MultiSourceReader trackData through ParserOptions#3062
Conversation
|
@bbakerman Since v21 requires java 11 support, I wonder if it can possibly fit into a minor backport release in v19 and/or v20? |
|
@AntaresS We'll consider doing another v20 release when we have a few more PRs to release in a batch |
Great. Thanks! |
|
@dondonz @bbakerman Can we get an ETA on when a patch release will be made? Thanks. |
|
Hi @AntaresS thanks for asking. We're in the process of formalising a release schedule. When it is finalised we will announce it publicly. Do bear with me as some of the team is on holiday. |
|
Also know that every commit to master on makes a new maven release. eg This allows you to get access to the latest code from Maven / Gradle without needing a numbered release |
PR for #3061
This change adds a new option into
ParserOptionswhich is configurable by users so that we can pass it down to the underlyingMultiSourceReaderto control whether to enabletrackDataor not.