Skip to content

Conversation

reaver585
Copy link
Contributor

@reaver585 reaver585 commented Jun 23, 2025

This reverts commit 47eac67

As per discussion in #48486

…ecated-1"

This reverts commit 47eac67, reversing
changes made to 7353d12.
@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle labels Jun 23, 2025
Copy link

quarkus-bot bot commented Jun 23, 2025

Thanks for your pull request!

Your pull request does not follow our editorial rules. Could you have a look?

  • title should not contain an issue number (use Fix #1234 in the description instead)

This message is automatically generated by a bot.

@reaver585 reaver585 changed the title Revert "Merge pull request #48520 from Eng-Fouad/gradle-deprecated-1" Revert "Merge 47eac67 from Eng-Fouad/gradle-deprecated-1" Jun 23, 2025
@reaver585
Copy link
Contributor Author

@aloubyansky not sure what's a good convention for a PR title here: the default one doesn't fly well with quarkus-bot.

@aloubyansky aloubyansky changed the title Revert "Merge 47eac67 from Eng-Fouad/gradle-deprecated-1" Revert "Replace Gradle's deprecated project.exe() with project.providers.exe()" Jun 23, 2025
Copy link

quarkus-bot bot commented Jun 23, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit ce2dfb1.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@aloubyansky aloubyansky merged commit 2fbc20f into quarkusio:main Jun 23, 2025
23 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.25 - main milestone Jun 23, 2025
@gsmet
Copy link
Member

gsmet commented Jun 24, 2025

Do we understand why the tests were failing? Because it looked like a change we would want?

@aloubyansky
Copy link
Member

It still has to be investigated. The change was reverted to get the CI working again. Here is an error that would be logged with that change

2025-06-22T23:51:34.1910828Z Caused by: org.gradle.api.GradleException: Could not create provider for value source ProcessOutputValueSource.
2025-06-22T23:51:34.1911638Z    at org.gradle.api.internal.provider.DefaultValueSourceProviderFactory.createProviderOf(DefaultValueSourceProviderFactory.java:102)
2025-06-22T23:51:34.1912438Z    at org.gradle.api.internal.provider.DefaultProviderFactory.of(DefaultProviderFactory.java:214)
2025-06-22T23:51:34.1913078Z    at org.gradle.api.internal.provider.DefaultProviderFactory.exec(DefaultProviderFactory.java:198)
2025-06-22T23:51:34.1913698Z    at io.quarkus.gradle.tasks.QuarkusDev.startDev(QuarkusDev.java:361)
2025-06-22T23:51:34.1914029Z    ... 121 more
2025-06-22T23:51:34.1914454Z Caused by: java.lang.UnsupportedOperationException: Standard streams cannot be configured for exec output provider
2025-06-22T23:51:34.1915348Z    at org.gradle.api.internal.provider.sources.process.ProviderCompatibleBaseExecSpec.setStandardInput(ProviderCompatibleBaseExecSpec.java:39)
2025-06-22T23:51:34.1916319Z    at org.gradle.api.internal.provider.sources.process.ProviderCompatibleExecSpec_Decorated.setStandardInput(Unknown Source)
2025-06-22T23:51:34.1916989Z    at io.quarkus.gradle.tasks.QuarkusDev.lambda$startDev$2(QuarkusDev.java:364)
2025-06-22T23:51:34.1917758Z    at org.gradle.api.internal.provider.sources.process.ProcessOutputProviderFactory.configureParameters(ProcessOutputProviderFactory.java:45)
2025-06-22T23:51:34.1919001Z    at org.gradle.api.internal.provider.sources.process.ProcessOutputProviderFactory.configureParametersForExec(ProcessOutputProviderFactory.java:37)
2025-06-22T23:51:34.1919913Z    at org.gradle.api.internal.provider.DefaultProviderFactory.lambda$exec$8(DefaultProviderFactory.java:198)
2025-06-22T23:51:34.1920753Z    at org.gradle.api.internal.provider.DefaultValueSourceProviderFactory.configureParameters(DefaultValueSourceProviderFactory.java:172)
2025-06-22T23:51:34.1921716Z    at org.gradle.api.internal.provider.DefaultValueSourceProviderFactory.createProviderOf(DefaultValueSourceProviderFactory.java:96)
2025-06-22T23:51:34.1922297Z    ... 124 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants