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

Add @ServiceConnection support for Solace #106

Open
snicoll opened this issue Jul 31, 2023 · 0 comments
Open

Add @ServiceConnection support for Solace #106

snicoll opened this issue Jul 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@snicoll
Copy link

snicoll commented Jul 31, 2023

Spring Boot 3.1 has introduced the notion of ConnectionDetails. You can read more about it this blog post. There's integration for both Testcontainers and Docker Compose where Spring Boot is able to source the details of the connection transparently.

Usually the connection details keep the "url" or "host" of the related server and authentication details. You can browse the Spring Boot code base to get an idea.

If you add support for this here, then @ServiceConnection would work transparently for Solace and we could even configure it automatically when an entry is created on start.spring.io. To get an idea, select Testcontainers and a supported entry (for instance Postgres). Let me know if I can help.

@snicoll snicoll changed the title Add `@ServiceConnection Add @ServiceConnection support for Solace Jul 31, 2023
@Nephery Nephery added the enhancement New feature or request label Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants