There are 2 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-47a82e82-c734-4be5-9171-9907a7d34641 XWIKI-21286 Open

Upgrade to JSqlParser 5.0

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-9d594f27-c624-49e2-8479-10cd62077d84 Changes by Thomas Mortagne on 09/Oct/24 17:00
 
Summary: Upgrade to JSqlParser 4 5 . 9 0
Description: See [https://github.com/JSQLParser/JSqlParser/releases/tag/jsqlparser-4.7] and more importantly https://jsqlparser.github.io/JSqlParser/ migration migration47 .html and https://jsqlparser . github.io/JSqlParser/migration50.html.

The AST API changed a lot
( so much that I would have expected a 5.0 instead of a 4.7...) so it's going to require some work. Fortunately, we don't seem to have any external dependency reusing jsqlparser, so it will mostly be about rewriting our own code.