Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of deprecated constructor of org.embulk.spi.util.PagePrinter with TimestampFormatter.FormatterTask #827

Closed
dmikurube opened this issue Oct 19, 2017 · 1 comment
Milestone

Comments

@dmikurube
Copy link
Member

dmikurube commented Oct 19, 2017

org.embulk.spi.util.PagePrinter has been using TimestampFormatter.FormatterTask (deprecated since v0.6.14) to create through its constructor.

The constructor is explicitly deprecated since v0.8.36, and PagePrinter has an alternative constructor PagePrinter(Schema, DateTimeZone).

Comments are welcome in this issue to report plugins using the methods.

@dmikurube
Copy link
Member Author

They are finally removed in v0.9.0.

@dmikurube dmikurube added this to the v0.9.0 milestone Jan 26, 2018
fukasawah added a commit to fukasawah/embulk-filter-stdout that referenced this issue Jul 17, 2020
Related embulk/embulk issues:
- embulk/embulk#827
- embulk/embulk#937
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant