You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "ASF GitHub Bot (Jira)" <de...@uima.apache.org> on 2020/04/18 19:40:00 UTC

[jira] [Work logged] (UIMA-6223) Groovy plugin causes warning during build

     [ https://issues.apache.org/jira/browse/UIMA-6223?focusedWorklogId=424948&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-424948 ]

ASF GitHub Bot logged work on UIMA-6223:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Apr/20 19:39
            Start Date: 18/Apr/20 19:39
    Worklog Time Spent: 10m 
      Work Description: reckart commented on pull request #101: [UIMA-6223] Groovy plugin causes warning during build
URL: https://github.com/apache/uima-uimafit/pull/101
 
 
   - Upgrade Groovy version using during build to a Groovy v3 which does no longer trigger the warning
   - Added a log message indicating what the Groovy script does
   
   **JIRA Ticket:** https://issues.apache.org/jira/browse/UIMA-6223
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 424948)
    Remaining Estimate: 0h
            Time Spent: 10m

> Groovy plugin causes warning during build
> -----------------------------------------
>
>                 Key: UIMA-6223
>                 URL: https://issues.apache.org/jira/browse/UIMA-6223
>             Project: UIMA
>          Issue Type: Bug
>          Components: uimaFIT
>    Affects Versions: 2.4.0uimaFIT
>            Reporter: Richard Eckart de Castilho
>            Assignee: Richard Eckart de Castilho
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> During a build on a recent JDK, the following warning appears:
> {code}
> [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
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)