XenoAmess edited a comment on issue #9771:
URL: https://github.com/apache/dubbo/issues/9771#issuecomment-1067724734


   > `AbstractCompiler.doCompile(Class<?>,ClassLoader,String,String)` is 
changed for jdk17 compatible purpose. I will add it back later.
   > 
   > For such API breaking changes cases, I think we can try to move out those 
API to a single module which expose to users.
   
   You can move it to some package named 'inner' or something, and add 
annotations to aware anybody outside this repo do not use it, like what hotspot 
kids do in jdk.
   
   But usually we only cause BC when we increase major version.
   
   I suggest:
   
   1. Adding a backward function for now
   
   2. list **move it to 'inner' package** to next dubbo major version milestone.
   
   3. add a BC aware mechanism now, and invoke it at least once per before 
release.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to