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

Fix upgrade dependency org.apache.pulsar:pulsar-client to v3.3.2 #11077

Closed
wants to merge 1 commit into from

Conversation

qmonmert
Copy link
Contributor

@qmonmert qmonmert commented Oct 7, 2024

Fix #11053

@qmonmert qmonmert force-pushed the pulsar332 branch 4 times, most recently from 93d8d76 to f328497 Compare October 7, 2024 19:22
@@ -45,7 +47,8 @@ public JHipsterModule buildModule(JHipsterModuleProperties properties) {
.put("pulsarDockerImage", dockerImages.get("apachepulsar/pulsar").fullName())
.and()
.javaDependencies()
.addDependency(groupId("org.apache.pulsar"), artifactId("pulsar-client"), versionSlug("pulsar"))
.addDependency(groupId("org.apache.pulsar"), artifactId("pulsar-client"), versionSlug(PULSAR))
.addDependency(groupId("org.apache.pulsar"), artifactId("pulsar-client-api"), versionSlug(PULSAR))
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this needed? This is not mentioned in the official documentation: https://pulsar.apache.org/docs/3.3.x/client-libraries-java-setup/

Copy link
Contributor Author

Choose a reason for hiding this comment

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

don't find a better solution for the moment

@pascalgrimaud
Copy link
Member

maybe try to upgrade to v4 now?

@qmonmert
Copy link
Contributor Author

ok I will try

@qmonmert qmonmert closed this Oct 23, 2024
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.

3 participants