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
When creating an extension app project (maven or gradle) depending solely on symphony-bdk-app-spring-boot-starter, one cannot access beans declared in symphony-bdk-core-spring-boot-starter like @Slash.
Reason is: symphony-bdk-app-spring-boot-starter depends on symphony-bdk-core-spring-boot-starter as a runtime dependency
Potential Solutions:
Make symphony-bdk-app-spring-boot-starter depends on symphony-bdk-core-spring-boot-starter as a compile dependency
The text was updated successfully, but these errors were encountered:
Usually relying on Maven transitive dependencies is not considered a good practice :)
But I agree it makes sense for starter like modules to ease developer experience
Feature Request
Description of Problem:
When creating an extension app project (maven or gradle) depending solely on symphony-bdk-app-spring-boot-starter, one cannot access beans declared in symphony-bdk-core-spring-boot-starter like
@Slash
.Reason is: symphony-bdk-app-spring-boot-starter depends on symphony-bdk-core-spring-boot-starter as a runtime dependency
Potential Solutions:
Make symphony-bdk-app-spring-boot-starter depends on symphony-bdk-core-spring-boot-starter as a compile dependency
The text was updated successfully, but these errors were encountered: