Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support @ConfigMapping in Extensions #19230

Merged
merged 1 commit into from Feb 22, 2022

Conversation

radcortez
Copy link
Member

@radcortez radcortez commented Aug 4, 2021

@quarkus-bot quarkus-bot bot added area/arc Issue related to ARC (dependency injection) area/config area/core area/dependencies Pull requests that update a dependency file area/hibernate-validator Hibernate Validator labels Aug 4, 2021
@radcortez radcortez marked this pull request as ready for review September 30, 2021 13:26
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 30, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building fca338b

Status Name Step Failures Logs Raw logs
Initial JDK 11 Build Build Failures Logs Raw logs

Failures

⚙️ Initial JDK 11 Build #

- Failing: extensions/elytron-security-properties-file/runtime extensions/kubernetes/vanilla/deployment extensions/micrometer/runtime and 1 more
! Skipped: devtools/bom-descriptor-json docs extensions/agroal/deployment and 200 more

📦 extensions/elytron-security-properties-file/runtime

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1-jboss-2:compile (default-compile) on project quarkus-elytron-security-properties-file: Fatal error compiling

📦 extensions/kubernetes/vanilla/deployment

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1-jboss-2:compile (default-compile) on project quarkus-kubernetes-deployment: Fatal error compiling

📦 extensions/micrometer/runtime

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1-jboss-2:compile (default-compile) on project quarkus-micrometer: Fatal error compiling

📦 extensions/oidc-common/runtime

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1-jboss-2:compile (default-compile) on project quarkus-oidc-common: Fatal error compiling

@quarkus-bot
Copy link

quarkus-bot bot commented Sep 30, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building fca338b

Status Name Step Failures Logs Raw logs
Initial JDK 11 Build Build Failures Logs Raw logs

Failures

⚙️ Initial JDK 11 Build #

- Failing: extensions/elytron-security-properties-file/runtime extensions/kubernetes/vanilla/deployment extensions/micrometer/runtime and 1 more
! Skipped: devtools/bom-descriptor-json docs extensions/agroal/deployment and 200 more

📦 extensions/elytron-security-properties-file/runtime

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1-jboss-2:compile (default-compile) on project quarkus-elytron-security-properties-file: Fatal error compiling

📦 extensions/kubernetes/vanilla/deployment

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1-jboss-2:compile (default-compile) on project quarkus-kubernetes-deployment: Fatal error compiling

📦 extensions/micrometer/runtime

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1-jboss-2:compile (default-compile) on project quarkus-micrometer: Fatal error compiling

📦 extensions/oidc-common/runtime

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1-jboss-2:compile (default-compile) on project quarkus-oidc-common: Fatal error compiling

@quarkus-bot
Copy link

quarkus-bot bot commented Oct 14, 2021

This workflow status is outdated as a new workflow run has been triggered.

🚫 This workflow run has been cancelled.

Failing Jobs - Building 48c30ab

⚠️ Artifacts of the workflow run were not available thus the report misses some details.

Status Name Step Failures Logs Raw logs
Initial JDK 11 Build ⚠️ Check → Logs Raw logs
Attach pull request number ⚠️ Check → Logs Raw logs
CI Sanity Check ⚠️ Check → Logs Raw logs

@quarkus-bot
Copy link

quarkus-bot bot commented Nov 11, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building 35ca89b

Status Name Step Failures Logs Raw logs
MicroProfile TCKs Tests Verify Failures Logs Raw logs
Native Tests - Windows - hibernate-validator Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ MicroProfile TCKs Tests #

- Failing: tcks/microprofile-fault-tolerance 

📦 tcks/microprofile-fault-tolerance

org.eclipse.microprofile.fault.tolerance.tck.TimeoutUninterruptableTest.testTimeoutAsyncBulkhead line 190 - More details - Source on GitHub

java.lang.AssertionError: Unexpected exception thrown from Future
	at org.testng.Assert.fail(Assert.java:85)
	at org.eclipse.microprofile.fault.tolerance.tck.util.Exceptions.expect(Exceptions.java:98)

⚙️ Native Tests - Windows - hibernate-validator #

- Failing: integration-tests/hibernate-validator 

📦 integration-tests/hibernate-validator

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-validator: Failed to build quarkus application

@gsmet
Copy link
Member

gsmet commented Jan 12, 2022

@radcortez this one fell through the cracks. Is it still needed? If so it needs a big rebase.

@gsmet gsmet added the triage/needs-rebase This PR needs to be rebased first because it has merge conflicts label Jan 12, 2022
@radcortez
Copy link
Member Author

@radcortez this one fell through the cracks. Is it still needed? If so it needs a big rebase.

Yes, it will give us the ability to use SR @ConfigMapping for extensions. It allows us to create config structures not currently possible with the @ConfigRoot and in a VERY distant future consolidate on a single configuration mechanism :)

@quarkus-bot
Copy link

quarkus-bot bot commented Jan 12, 2022

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building 81f4578

Status Name Step Failures Logs Raw logs
Initial JDK 11 Build Build Failures Logs Raw logs

Failures

⚙️ Initial JDK 11 Build #

- Failing: core/deployment 
! Skipped: core/test-extension/deployment core/test-extension/runtime devtools/bom-descriptor-json and 613 more

📦 core/deployment

Failed to execute goal net.revelc.code.formatter:formatter-maven-plugin:2.17.1:validate (default) on project quarkus-core-deployment: File '/home/runner/work/quarkus/quarkus/core/deployment/src/main/java/io/quarkus/deployment/configuration/ConfigMappingUtils.java' has not been previously formatted. Please format file and commit before running validation!

@quarkus-bot
Copy link

quarkus-bot bot commented Jan 12, 2022

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building be5a242

Status Name Step Failures Logs Raw logs
Initial JDK 11 Build Build Failures Logs Raw logs

Failures

⚙️ Initial JDK 11 Build #

- Failing: devtools/gradle/gradle-model 
! Skipped: devtools/gradle/gradle-application-plugin devtools/gradle/gradle-extension-plugin integration-tests/gradle 

📦 devtools/gradle/gradle-model

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:exec (gradle) on project quarkus-gradle-model: Command execution failed.

@quarkus-bot
Copy link

quarkus-bot bot commented Jan 12, 2022

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building be5a242

Status Name Step Failures Logs Raw logs
Gradle Tests - JDK 11 Build Failures Logs Raw logs
Gradle Tests - JDK 11 Windows Build Failures Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
✔️ JVM Tests - JDK 17

Full information is available in the Build summary check run.

Failures

⚙️ Gradle Tests - JDK 11 #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.BeanInTestSourcesTest.testBasicMultiModuleBuild line 15 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

io.quarkus.gradle.devmode.MultiModuleKotlinProjectDevModeTest.main line 23 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.gradle.KotlinGRPCProjectBuildTest.testBasicMultiModuleBuild line 15 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

io.quarkus.gradle.MultiModuleKotlinProjectBuildTest.testBasicMultiModuleBuild line 15 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

io.quarkus.gradle.MultiSourceProjectTest.shouldRunTest line 16 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

⚙️ Gradle Tests - JDK 11 Windows #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.BeanInTestSourcesTest.testBasicMultiModuleBuild line 15 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

io.quarkus.gradle.devmode.MultiModuleKotlinProjectDevModeTest.main line 23 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

io.quarkus.gradle.KotlinGRPCProjectBuildTest.testBasicMultiModuleBuild line 15 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

io.quarkus.gradle.MultiModuleKotlinProjectBuildTest.testBasicMultiModuleBuild line 15 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

io.quarkus.gradle.MultiSourceProjectTest.shouldRunTest line 16 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

⚙️ JVM Tests - JDK 11 #

- Failing: devtools/gradle/gradle-model 
! Skipped: devtools/gradle/gradle-application-plugin devtools/gradle/gradle-extension-plugin 

📦 devtools/gradle/gradle-model

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:exec (gradle) on project quarkus-gradle-model: Command execution failed.

@radcortez radcortez marked this pull request as draft January 24, 2022 21:11
@radcortez radcortez force-pushed the mappings-extensions branch 2 times, most recently from c454faf to ce8de3f Compare February 14, 2022 16:19
@radcortez radcortez marked this pull request as ready for review February 14, 2022 16:30
@radcortez radcortez removed the triage/needs-rebase This PR needs to be rebased first because it has merge conflicts label Feb 14, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Feb 15, 2022

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building 590f5ea

Status Name Step Failures Logs Raw logs
Initial JDK 11 Build Build Failures Logs Raw logs

Failures

⚙️ Initial JDK 11 Build #

- Failing: extensions/elytron-security-properties-file/runtime extensions/oidc-common/runtime extensions/resteasy-classic/rest-client-config/runtime 
! Skipped: devtools/bom-descriptor-json docs extensions/agroal/deployment and 242 more

📦 extensions/elytron-security-properties-file/runtime

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project quarkus-elytron-security-properties-file: Fatal error compiling

📦 extensions/oidc-common/runtime

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project quarkus-oidc-common: Fatal error compiling

📦 extensions/resteasy-classic/rest-client-config/runtime

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project quarkus-rest-client-config: Fatal error compiling

@quarkus-bot
Copy link

quarkus-bot bot commented Feb 17, 2022

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building 3e49b08

Status Name Step Failures Logs Raw logs
Initial JDK 11 Build Build Failures Logs Raw logs

Failures

⚙️ Initial JDK 11 Build #

- Failing: docs 

📦 docs

Failed to execute goal org.asciidoctor:asciidoctor-maven-plugin:2.0.0:process-asciidoc (output-html) on project quarkus-documentation: Found 1 issue(s) of severity WARN or higher during conversion

@gastaldi gastaldi merged commit 0d51827 into quarkusio:main Feb 22, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Feb 22, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Feb 22, 2022

Milestone is already set for some of the items:

We haven't automatically updated the milestones for these items.

This message is automatically generated by a bot.

@quarkus-bot quarkus-bot bot added kind/bugfix kind/enhancement New feature or request labels Feb 22, 2022
@radcortez
Copy link
Member Author

Uh oh!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection) area/config area/core area/dependencies Pull requests that update a dependency file area/documentation area/hibernate-validator Hibernate Validator area/reactive-messaging area/smallrye kind/bugfix kind/enhancement New feature or request
Projects
None yet
3 participants