I think that a good idea, but our user almost use jdk 1.8. We should do some survey for this change.
Albumen Kevin <[email protected]> 于2021年9月15日周三 上午11:32写道: > 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 > > >
