Hi, > On 17. Apr 2020, at 22:18, Marshall Schor <[email protected]> wrote: > > Running the build-from-source, at an early phase it issued the messages: > > [INFO] --- gmaven-plugin:1.5:execute (read-notice) @ uimafit-parent --- > WARNING: An illegal reflective access operation has occurred > WARNING: Illegal reflective access by > org.codehaus.groovy.reflection.CachedClass$3$1 > (file:/C:/Users/MarshallSchor/.m2/repository/org/codehaus/groovy/groovy-all/1.6.9/groovy-all-1.6.9.jar) > to method java.lang.Object.finalize() > WARNING: Please consider reporting this to the maintainers of > org.codehaus.groovy.reflection.CachedClass$3$1 > WARNING: Use --illegal-access=warn to enable warnings of further illegal > reflective access operations > > WARNING: All illegal access operations will be denied in a future release > > Does this matter?
Not really. That happens when you run Groovy on any recent JDK. It seems it might have been fixed in Groovy 3 which has been released earlier this year in February: https://issues.apache.org/jira/browse/GROOVY-8339 https://search.maven.org/artifact/org.codehaus.groovy/groovy-all I'll look into upgrading the Groovy version used in the build to avoid this issue going forward, but IMHO it shouldn't be a blocker for the present release candidate. The same warning will appear for the uimaFIT v3 candidate. Cheers, -- Richard
