-
Notifications
You must be signed in to change notification settings - Fork 19
GXflow FullText Search Migration to GitHub #1050
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GXflow FullText Search Migration to GitHub #1050
Conversation
Cherry pick to beta failed, 1 conflicted file in commit caad503
|
Manual cherry pick to beta success |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I've seen you are not using directly the fontbox, it's also a transitive dependency of the pdfbox. You can take it off the direct reference to fontbox, it will bring it automatically. Idem for commons-logging.
Also, pdfbox is used on gxlassR pom, you should add a variable to pom (parent) and use that variable on both poms. Idem for commons-collections4 and lucene-core, last one is used on gxsearch
commons-compress is dependency of poi-ooxml and you are not using it directly, you can remove it from pom
Could you check if you need poi-ooxml-schemas? I remove it and it compiled, it seems it's not needed.
Cherry pick to beta success |
Cherry pick to beta success |
Issue: 107158
Move the implementation of the GXflow FullText Search External Object into GxClasses.
As previously done for GAM, these binaries will no longer be included in the GeneXus installation and will instead be provided through packages.
CVE-2024-25710
CVE-2024-26308
CVE-2025-31672
#GXSEC