You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Kevin Risden (Jira)" <ji...@apache.org> on 2023/01/18 14:20:00 UTC

[jira] [Updated] (SOLR-16624) Remove Gradle Groovy version override

     [ https://issues.apache.org/jira/browse/SOLR-16624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Risden updated SOLR-16624:
--------------------------------
    Description: 
Gradle has a Groovy version override in build.gradle that used to be needed to avoid illegal reflective access. After upgrading to Gradle 7.6 (SOLR-16508) (and possibly earlier) - the packaged Groovy is a higher version than the one we specify.

{code:java}
./gradlew --v

------------------------------------------------------------
Gradle 7.6
------------------------------------------------------------

Build time:   2022-11-25 13:35:10 UTC
Revision:     daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8

Kotlin:       1.7.10
Groovy:       3.0.13
Ant:          Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM:          17.0.5 (Eclipse Adoptium 17.0.5+8)
OS:           Mac OS X 13.1 aarch64
{code}


  was:
Gradle has a Groovy version override in build.gradle that used to be needed to avoid illegal reflective access. After upgrading to Gradle 7.6 (and possibly earlier) - the packaged Groovy is a higher version than the one we specify.

{code:java}
./gradlew --v

------------------------------------------------------------
Gradle 7.6
------------------------------------------------------------

Build time:   2022-11-25 13:35:10 UTC
Revision:     daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8

Kotlin:       1.7.10
Groovy:       3.0.13
Ant:          Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM:          17.0.5 (Eclipse Adoptium 17.0.5+8)
OS:           Mac OS X 13.1 aarch64
{code}



> Remove Gradle Groovy version override
> -------------------------------------
>
>                 Key: SOLR-16624
>                 URL: https://issues.apache.org/jira/browse/SOLR-16624
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Build
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Minor
>
> Gradle has a Groovy version override in build.gradle that used to be needed to avoid illegal reflective access. After upgrading to Gradle 7.6 (SOLR-16508) (and possibly earlier) - the packaged Groovy is a higher version than the one we specify.
> {code:java}
> ./gradlew --v
> ------------------------------------------------------------
> Gradle 7.6
> ------------------------------------------------------------
> Build time:   2022-11-25 13:35:10 UTC
> Revision:     daece9dbc5b79370cc8e4fd6fe4b2cd400e150a8
> Kotlin:       1.7.10
> Groovy:       3.0.13
> Ant:          Apache Ant(TM) version 1.10.11 compiled on July 10 2021
> JVM:          17.0.5 (Eclipse Adoptium 17.0.5+8)
> OS:           Mac OS X 13.1 aarch64
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org