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

W-17225272: Fix metadata key id warning #14048

Merged
merged 4 commits into from
Dec 5, 2024
Merged

W-17225272: Fix metadata key id warning #14048

merged 4 commits into from
Dec 5, 2024

Conversation

d4nielyan9
Copy link
Contributor

@d4nielyan9 d4nielyan9 commented Dec 3, 2024

Test result with mule app (basic-1.0.0-SNAPSHOT-mule-application.jar)

WARN  2024-12-04 09:09:09,027 [ForkJoinPool.commonPool-worker-2] [processor: ; event: ] org.mule.runtime.module.extension.internal.loader.utils.JavaMetadataKeyIdModelParserUtils: A Keys Resolver is being defined without defining an Output Resolver, Input Resolver nor Attributes Resolver for element deleteColumnsValue of extension CassandraDB
WARN  2024-12-04 09:09:22,321 [ForkJoinPool.commonPool-worker-2] [processor: ; event: ] org.mule.runtime.module.extension.internal.loader.utils.JavaMetadataKeyIdModelParserUtils: A Keys Resolver is being defined without defining an Output Resolver, Input Resolver nor Attributes Resolver for element deleteRows of extension CassandraDB
WARN  2024-12-04 09:09:32,250 [ForkJoinPool.commonPool-worker-2] [processor: ; event: ] org.mule.runtime.module.extension.internal.loader.utils.JavaMetadataKeyIdModelParserUtils: A Keys Resolver is being defined without defining an Output Resolver, Input Resolver nor Attributes Resolver for element select of extension CassandraDB

@d4nielyan9 d4nielyan9 requested a review from a team as a code owner December 3, 2024 06:40
@@ -225,7 +225,9 @@ private static Optional<MetadataKeyModelParser> getKeyIdResolverModelParser(Outp
&& outputResolverModelParser == null
&& attributesResolverModelParser == null
&& inputResolverModelParsers.isEmpty()) {
LOGGER.warn("A Keys Resolver is being defined without defining an Output Resolver, Input Resolver nor Attributes Resolver");
LOGGER
Copy link
Contributor

Choose a reason for hiding this comment

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

Remember to add the TODO that was associated to this log.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sorry forgot to add this back!

@d4nielyan9
Copy link
Contributor Author

--validate

1 similar comment
@d4nielyan9
Copy link
Contributor Author

--validate

@rbourbonnavarro
Copy link
Contributor

--validate

@d4nielyan9
Copy link
Contributor Author

--validate

@d4nielyan9 d4nielyan9 merged commit 7be99a6 into master Dec 5, 2024
7 checks passed
@d4nielyan9 d4nielyan9 deleted the fix/W-17225272 branch December 5, 2024 17:26
d4nielyan9 added a commit that referenced this pull request Dec 5, 2024
* Fix metadata key id warning

(cherry picked from commit 7be99a6)
d4nielyan9 added a commit that referenced this pull request Dec 5, 2024
* Fix metadata key id warning

(cherry picked from commit 7be99a6)
d4nielyan9 added a commit that referenced this pull request Dec 6, 2024
* Fix metadata key id warning

(cherry picked from commit 7be99a6)
d4nielyan9 added a commit that referenced this pull request Dec 9, 2024
* Fix metadata key id warning

(cherry picked from commit 7be99a6)
d4nielyan9 added a commit that referenced this pull request Dec 12, 2024
* W-17225272: Fix metadata key id warning (#14048)

* Fix metadata key id warning

(cherry picked from commit 7be99a6)
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