Skip to content

Remove CsvParser.enable()/.disable()/.configure() (reduce mutability) #604

Description

@cowtowncoder

Looks like we forgot to remove/reduce mutability of CsvParser by leaving 3 methods in:

  • public JsonParser enable(CsvReadFeature f)
  • public JsonParser disable(CsvReadFeature f)
  • public JsonParser configure(CsvReadFeature f, boolean state)

this is in oversight that should be rectified, even if it is technically incompatible API change b/w 3.0 and 3.1.
Since 3.1.0 is intended to be the first LTS for 3.x this is doable now, but not after 3.1.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions