You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/10/28 18:38:58 UTC

[GitHub] [solr] risdenk opened a new pull request, #1147: SOLR-16508: Upgrade gradle wrapper to 7.6

risdenk opened a new pull request, #1147:
URL: https://github.com/apache/solr/pull/1147

   https://issues.apache.org/jira/browse/SOLR-16508
   
   Few things need to be addressed:
   * https://github.com/apache/solr/blob/main/gradle/testing/alternative-jdk-support.gradle#L52 - changed method
       * https://github.com/gradle/gradle/blob/release-7.6-rc1/subprojects/jvm-services/src/main/java/org/gradle/internal/jvm/inspection/DefaultJvmVersionDetector.java#L52


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [solr] risdenk commented on pull request #1147: SOLR-16508: Upgrade gradle wrapper to 7.6

Posted by GitBox <gi...@apache.org>.
risdenk commented on PR #1147:
URL: https://github.com/apache/solr/pull/1147#issuecomment-1296377963

   Hmm running into floating point stuff w/ JDK 19 - https://inside.java/2022/09/23/quality-heads-up/


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [solr] risdenk commented on pull request #1147: SOLR-16508: Upgrade gradle wrapper to 7.6

Posted by GitBox <gi...@apache.org>.
risdenk commented on PR #1147:
URL: https://github.com/apache/solr/pull/1147#issuecomment-1295333521

   Here are the errors so far:
   
   ```
   ➜  solr git:(SOLR-16508) ./gradlew clean
   To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.6-milestone-1/userguide/gradle_daemon.html#sec:disabling_the_daemon.
   Daemon will be stopped at the end of the build
   
   FAILURE: Build completed with 2 failures.
   
   1: Task failed with an exception.
   -----------
   * Where:
   Script '/Users/risdenk/repos/apache/solr/gradle/testing/alternative-jdk-support.gradle' line: 89
   
   * What went wrong:
   A problem occurred evaluating script.
   > No signature of method: org.gradle.internal.jvm.inspection.CachingJvmMetadataDetector.getMetadata() is applicable for argument types: (File) values: [/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home]
     Possible solutions: getMetadata(org.gradle.jvm.toolchain.internal.InstallationLocation), getMetaClass()
   
   * Try:
   > Run with --stacktrace option to get the stack trace.
   > Run with --info or --debug option to get more log output.
   > Run with --scan to get full insights.
   ==============================================================================
   
   2: Task failed with an exception.
   -----------
   * Where:
   Script '/Users/risdenk/repos/apache/solr/gradle/java/javac.gradle' line: 58
   
   * What went wrong:
   A problem occurred evaluating project ':solr:benchmark'.
   > Failed to apply plugin class 'org.gradle.api.plugins.JavaPlugin'.
      > Could not get unknown property 'runtimeJavaVersion' for root project 'solr-root' of type org.gradle.api.Project.
   
   * Try:
   > Run with --stacktrace option to get the stack trace.
   > Run with --info or --debug option to get more log output.
   > Run with --scan to get full insights.
   ==============================================================================
   
   * Get more help at https://help.gradle.org
   
   BUILD FAILED in 5s
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [solr] risdenk commented on pull request #1147: SOLR-16508: Upgrade gradle wrapper to 7.6

Posted by GitBox <gi...@apache.org>.
risdenk commented on PR #1147:
URL: https://github.com/apache/solr/pull/1147#issuecomment-1329313363

   This is ready to go - the jdk 19 stuff is unrelated to Gradle itself.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [solr] risdenk commented on pull request #1147: SOLR-16508: Upgrade gradle wrapper to 7.6

Posted by GitBox <gi...@apache.org>.
risdenk commented on PR #1147:
URL: https://github.com/apache/solr/pull/1147#issuecomment-1296369814

   This should all be working now :)


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [solr] risdenk merged pull request #1147: SOLR-16508: Upgrade gradle wrapper to 7.6

Posted by GitBox <gi...@apache.org>.
risdenk merged PR #1147:
URL: https://github.com/apache/solr/pull/1147


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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