Implement GLOW effect on docx4j and build it from source

Currently docx4j (v3.2.1) drops the text effects on docx files. How am I suppose to implement that on docx4j's current version and build it from the source that I've downloaded.
forums
https://www.docx4java.org/forums/
jason wrote:You'd need to:
Please note that docx4j's org.docx4j.wml source code was generated that way, but contains some patches (ie code not generated by xjc), so you can't quite just replace those classes with the code you've generated.
http://www.docx4java.org/forums/docx-java-f6/how-to-set-banded-columns-rows-using-docx4j-t1494.html
docx4jUserOnProblem wrote:In v2.8.1, the datatype for tblLook is CTShortHexNumber, but then in v3.2.1(which was we hope to use, since it is the latest) tblLook is now of CTTblLook type. Because of this change, several errors(such as: <Class name> cannot be resolved, <Variable name> cannot be resolved, Import cannot be resolved, etc) emerged. Question is, how am I going to solve this?