Remove square javapoet references#558
Conversation
Generate changelog in
|
pkoenig10
left a comment
There was a problem hiding this comment.
I'm trying to remove
com.squareup:javapoetfrom my project's dep tree because it contains a perf issue with an unreleased fix.
I don't really understand the motivation here. It may be in your dep tree but as long as you're not using it the perf issue is irrelevant. If there are specific libraries using it that are hitting this perf issue, then the only way to resolve those perf issue is to migrate those libraries.
Removing com.squareup:javapoet from here doesn't really buy us anything and just creates a lot of pain. We have a ton of libraries still using Goethe with com.squareup:javapoet. I don't think it's reasonable to remove this until we have migrated all of them.
I'm trying to remove
com.squareup:javapoetfrom my project's dep tree because it contains a perf issue with an unreleased fix:https://github.com/square/javapoet/pull/828Not much immediate benefit to merging this, and we haven't marked the old versions as deprecated yet, so it's probably not worth rushing this out. But I had the code written, so thought I'd push it.