Hi yunkun,

I have tried to adapt Dubbo to JDK 16 recently and found some breaking
changes.
- Javaassist may not work since JDK 16, and Javaassist team have gave out
the actions to fix this.
- Since JDK 16, `setAccessable` for field is no longer available expect
configure allow list in JVM properties. Dubbo has a close dependency on
reflection for properties, serialization and deserialization.



On Wed, Sep 15, 2021 at 10:54 AM YunKun Huang <[email protected]> wrote:

> Hey all,
>
> JDK 17 is a LTS version, we may need to discuss the support plan for it
> now.
>
> I'm not sure if there is any break change in here and how much work
> needs to be done.
>
> Does anyone have any thoughts?
>
>
> Thanks,
> Yunkun
>

Reply via email to