rny

Results 3 issues of rny

## issue I found AutoMigrate no longer works when put inside Transaction after recent updates of postgres driver. Then I found it is caused by Migrator().ColumnTypes() not work when it...

WordUtils.getInstance(basicSet).word2html(); basicSet can not be loaded for the second time because it is singleton. e.g. ``` // first time call basicSet with doc fileA.docx to html fileA.html WordUtils.getInstance(basicSet).word2html(); // success...

after upgrade xpath v1.2.5 => v1.3.0 ( not change anything else) our app memory keep increasing until OOM and CPU keeps 100% I found a new loop was added in...