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

#108 vault property dao class can be injected when use the extensions-configuration-store-vault module #113

Merged
merged 1 commit into from
May 29, 2024

Conversation

csun-cpointe
Copy link
Contributor

Ref: #108

<exclusions>
<exclusion>
<groupId>io.quarkiverse.cucumber</groupId>
<artifactId>quarkus-cucumber</artifactId>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Q/S: Two thought occur to me: 1) Why are test dependencies being pulled here such that they have to be excluded, 2) why are these not the same version as is being used here (or are they being removed for some other reason)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah.. the foundation-configuration-store module needs these two packages for its tests (quarkus-cucumber test), and, for this module, we don't need to start up a webserver so we don't need the quarkus-cucumber test. Also, these two transitive dependencies are causing this module's cucumber testing not being detected because of version conflicts.

@@ -31,7 +31,7 @@

<properties>
<!-- Overriding cucumber version to align with quarkus-cucumber -->
<version.cucumber>7.4.1</version.cucumber>
<version.cucumber>${version.quarkus.cucumber.java}</version.cucumber>
Copy link
Contributor

@ewilkins-csi ewilkins-csi May 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A: Can't we just just inline the reference to version.quarkus.cucumber.java?

Copy link
Contributor Author

@csun-cpointe csun-cpointe May 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is no inline reference in this module. This is an overwrite of the parent property definition.

@csun-cpointe csun-cpointe merged commit 4c535fa into dev May 29, 2024
@csun-cpointe csun-cpointe deleted the 108-inject-vault-property-dao branch May 29, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants