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

fixes #6608 - deprecated groovy-dsl as is deprecated in Camel #6612

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

JiriOndrusek
Copy link
Contributor

fixes #6608

Deprecated groovy-dsl

@jamesnetherton
Copy link
Contributor

jamesnetherton commented Oct 8, 2024

The extension metadata is generated. You'll need to add this to the runtime/pom.xml properties.

<quarkus.metadata.status>deprecated</quarkus.metadata.status>

Then run mvn -N cq:update-quarkus-metadata from the project root.

@JiriOndrusek
Copy link
Contributor Author

The extension metadata is generated. You'll need to add this to the runtime/pom.xml properties.

<quarkus.metadata.status>deprecated</quarkus.metadata.status>

Then run mvn -N cq:update-quarkus-metadata from the project root.

I added deprecated status into maven toling, but obviosly I have to add it also to org.l2x6.cq.common.ExtensionStatus

@JiriOndrusek
Copy link
Contributor Author

JiriOndrusek commented Oct 8, 2024

I had to add a deprecated status here as well l2x6/cq-maven-plugin#524
@jamesnetherton WDYT?

-- edited
New fix does not require the change in cq-maven-plugin, thanks for help!

@JiriOndrusek
Copy link
Contributor Author

New fix uses <quarkus.metadata.deprecated>true</quarkus.metadata.deprecated> I think it can be merged now

@jamesnetherton jamesnetherton merged commit 83b93d0 into apache:main Oct 9, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Groovy-dsl extension should be deprecated
4 participants