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

chore(deps): update to Quarkus 3.17.0.CR1 #1001

Merged
merged 1 commit into from
Nov 14, 2024
Merged

chore(deps): update to Quarkus 3.17.0.CR1 #1001

merged 1 commit into from
Nov 14, 2024

Conversation

metacosm
Copy link
Member

Signed-off-by: Chris Laprun [email protected]

@metacosm metacosm requested a review from a team as a code owner November 14, 2024 09:15
@metacosm metacosm self-assigned this Nov 14, 2024
@metacosm metacosm merged commit c9a06ed into main Nov 14, 2024
6 checks passed
@metacosm metacosm deleted the update-quarkus branch November 14, 2024 10:08
@@ -79,6 +79,7 @@
<properties>
<skipTests>true</skipTests>
<skipITs>true</skipITs>
<skipDocs>true</skipDocs>
Copy link
Member

Choose a reason for hiding this comment

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

@metacosm you reintroduced this :)

Copy link
Member Author

@metacosm metacosm Nov 14, 2024

Choose a reason for hiding this comment

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

Weird… Thanks for pointing it out!

@@ -121,7 +121,7 @@ CSVMetadataBuildItem gatherCSVMetadata(KubernetesConfig kubernetesConfig,

// note that version, replaces, etc. should probably be settable at the reconciler level
// use version specified in bundle configuration, if not use the one extracted from the project, if available
final var version = kubernetesConfig.getVersion().orElse(appConfiguration.getVersion());
final var version = kubernetesConfig.version().orElse(appConfiguration.getVersion());
Copy link
Member

Choose a reason for hiding this comment

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

Not sure if we should push different changes in the update commits.

Copy link
Member Author

Choose a reason for hiding this comment

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

This is a required change. The code won't compile without this change. This is the reason why the ecosystem checks have been failing for so long as well.

Copy link
Member

Choose a reason for hiding this comment

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

OK, thanks for the explanation.

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