Replies: 6 comments 3 replies
-
What about?
The latest version of JavaPoet started as implementation detail of google/dagger. The original version of JavaWriter started as implementation detail of square/dagger. Having the project as implementation detail removes a huge maintenance burden as you are not subject to maintaining strict API and ABI compatibility. It's an extremely low-cost option. And it does not preclude either of your options in the future. |
Beta Was this translation helpful? Give feedback.
-
I’m interested in handing this project off to a new steward. Ideally it’s a team that itself uses JavaPoet, like Spring or Dagger. |
Beta Was this translation helpful? Give feedback.
-
For now, there are forks with record and sealed class support at https://github.com/FabricMC/javapoet published on https://maven.fabricmc.net/net/fabricmc/javapoet/ in case you want it as a bridgegap measure |
Beta Was this translation helpful? Give feedback.
-
您好,本人已收到您的邮件!谢谢! 祝您工作顺利,生活愉快!
|
Beta Was this translation helpful? Give feedback.
-
Any news so far? |
Beta Was this translation helpful? Give feedback.
-
Hi folks, we use Javapoet heavily and have been maintaining a fork here: https://github.com/palantir/javapoet with classes using a new package name (not a drop-in replacement). Jars are published to maven central, details in the readme :-) |
Beta Was this translation helpful? Give feedback.
-
JavaPoet is currently inactive with major pending PRs such as #840. @swankjesse has stated that "the plan is to hand-off JavaPoet to folks that can give it the attention it deserves".
All I'm asking for is transparency around the progress on handing off JavaPoet. This will help us and others make an informed decision between the following options:
Beta Was this translation helpful? Give feedback.
All reactions