You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
snicoll
changed the title
Add `@ServiceConnection
Add @ServiceConnection support for Solace
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.The text was updated successfully, but these errors were encountered: