linghengqian commented on issue #26041:
URL: 
https://github.com/apache/shardingsphere/issues/26041#issuecomment-1816217787

   > Or is it possible to implement a memory only repostitory? like 
`MemoryRepository` which does not depend on any other external persistent 
storage.
   
   - This may be a bit troublesome. There are many modules that need to be 
parsed through JAXB API. Please refer to 
https://github.com/apache/shardingsphere/pull/29013 .  
   
   - Of course shardingsphere can be migrated to Jakarta EE 9 right away to fix 
this issue, it just requires me to fix #27976 .  
   
   - Merging #27976 will mean that in the existing shardingsphere example 
module, the spring boot example module needs to use JDK17+ to run.  We also 
need to declare that support for XA distributed transactions will be dropped on 
spring boot 2.x.  Considering that Spring Boot 2.x will end OSS support this 
month, and shardingsphere will release 5.4.2 in December this year, should I 
merge #27976 on the current version milestone?  Or merge #27976 on 
shardingsphere 5.4.3 or shardingsphere 5.5.0?


-- 
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]

Reply via email to