Skip to content

Conversation

mjd507
Copy link
Contributor

@mjd507 mjd507 commented Jun 17, 2025

related to #10083

Suppress warning for child classes which parent class (RecordMessagingMessageListenerAdapter or BatchMessagingMessageListenerAdapter) are in spring-kafka module, from the parent constructor, (Object bean, Method method) are non null, but we give(null, null) in spring-integration-kafka. not sure how to solve it.

@artembilan
Copy link
Member

(Object bean, Method method) are non null, but we give (null, null).

Please, raise a GH issue in https://github.com/spring-projects/spring-kafka.
Doesn't look like those args required to be not-null.

Copy link
Member

@artembilan artembilan left a comment

Choose a reason for hiding this comment

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

Just couple nit-picks.
Overall this is great.
Thank you!

@mjd507
Copy link
Contributor Author

mjd507 commented Jun 18, 2025

in local, I add mavenLocal=true in gradle.properties, to use local spring-kafka changes, check build successful,
so I think once spring-kafka publish my changes, this build will be green.

@artembilan
Copy link
Member

I add mavenLocal=true in gradle.properties

Can you point us to the documentation on the matter, please?
This is nice trick but you also could use a composite Gradle build: https://docs.gradle.org/current/userguide/composite_builds.html

@artembilan
Copy link
Member

Ah! I see.
That is not official doc, but rather our own arrangement in the Gradle config 😄 :

    repositories {
        if (project.hasProperty('mavenLocal')) {
            mavenLocal()
        }

@artembilan
Copy link
Member

Hey, @mjd507 !

Any updates?
The related PR in Spring Kafka has been merged.

Thanks

@mjd507
Copy link
Contributor Author

mjd507 commented Jun 20, 2025

merge main to trigger build. now its green.

@mjd507 mjd507 requested a review from artembilan June 20, 2025 02:46
@artembilan artembilan merged commit b146e4e into spring-projects:main Jun 20, 2025
3 checks passed
@mjd507 mjd507 deleted the jspecify-kafka branch June 23, 2025 13:29
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.

2 participants