-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Provide service connection support for Hazelcast #42416
Conversation
cfb416c
to
1430fb3
Compare
The open question is about https://hub.docker.com/r/hazelcast/hazelcast-enterprise
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @nosan, thanks for the PR! I've left some comments for your consideration.
...ker/compose/service/connection/hazelcast/HazelcastDockerComposeConnectionDetailsFactory.java
Outdated
Show resolved
Hide resolved
spring-boot-project/spring-boot-docker-compose/src/main/resources/META-INF/spring.factories
Outdated
Show resolved
Hide resolved
...-project/spring-boot-docs/src/docs/antora/modules/reference/pages/features/dev-services.adoc
Outdated
Show resolved
Hide resolved
spring-boot-project/spring-boot-testcontainers/src/main/resources/META-INF/spring.factories
Outdated
Show resolved
Hide resolved
...t-support-docker/src/main/java/org/springframework/boot/testsupport/container/TestImage.java
Outdated
Show resolved
Hide resolved
I can't start
I think I don't understand this sentence. Does that mean I don't have to set the license key on the client which connects to the enterprise server? |
Yes, you are right. You don't need to configure a client with a license key to connect to
I verified this locally (I have a license key). I am asking because I understand that adding this image without a test does not sound right. JUnit condition (EnabledIfEnvironmentVariable) as well. |
Thanks for the clarification. I'll talk to the team about this. |
I don't think we should add support for |
Thank you very much for your review @mhalbritter |
Thanks @nosan ! |
Thank you @mhalbritter |
gh-34778